Changes between Initial Version and Version 3 of Ticket #665


Ignore:
Timestamp:
08/14/10 20:38:47 (14 years ago)
Author:
geofft
Comment:

Replying to jdreed:

Evan notes:

debathena/printing/common.py:144 has a typo. Should be cupsd.getDefault() instead of cups.getDefault()

Fixed in r24815 and uploaded to -proposed.

Replying to jdreed:

Evan also notes:

Be sure to add a test when you fix it

Discussed this with Evan and decided that unit-testing this particular function is hard and also meaningless. See ticket #671 for a proposal to add integration tests.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #665

    • Property Status changed from new to proposed
  • Ticket #665 – Description

    initial v3  
     1{{{ 
    12kchen@moltres:~$ lpr 
    23 
    34No default printer configured. Specify a -P option, or configure a 
    45default printer via e.g. System | Administration | Printing. 
     6}}} 
    57 
    68When I go to System->Administration->Printing, I find that I have a default printer set (with the green checkbox).  I tried setting a different default printer and then setting it back to the original, which made no difference. 
    79 
     10{{{ 
    811kchen@moltres:~$ dpkg -l debathena*print* 
    912Desired=Unknown/Install/Remove/Purge/Hold 
     
    1316+++-==============================-==============================-============================================================================ 
    1417ii  debathena-printing-config      1.21~ubuntu10.04               Printing configuration for Debathena 
     18}}} 
    1519 
    1620My default printer is a "local" networked printer, but I also tried setting an MIT printer as the default, and also got the same error message as above.