[26036] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25356 - trunk/debathena/config/printing-config/debathena/printing

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Aug 3 18:10:37 2011

Date: Wed, 3 Aug 2011 18:10:30 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201108032210.p73MAUMV028355@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-08-03 18:10:30 -0400 (Wed, 03 Aug 2011)
New Revision: 25356

Modified:
   trunk/debathena/config/printing-config/debathena/printing/test_lpr.py
Log:
Update test to add additional call to get_cups_uri

Modified: trunk/debathena/config/printing-config/debathena/printing/test_lpr.py
===================================================================
--- trunk/debathena/config/printing-config/debathena/printing/test_lpr.py	2011-08-03 21:55:27 UTC (rev 25355)
+++ trunk/debathena/config/printing-config/debathena/printing/test_lpr.py	2011-08-03 22:10:30 UTC (rev 25356)
@@ -79,6 +79,7 @@
         common.get_default_printer().AndReturn(None)
         common._hesiod_lookup('stark', 'pcap').AndReturn([])
         common.get_cups_uri('stark').AndReturn(None)
+        common.get_cups_uri('stark').AndReturn(None)
 
         # Result:
         os.execvp('cups-lpr', ['lpr', '-Uquentin', '-Pstark', '-m', 'puppies biting nose.jpg'])


home help back first fref pref prev next nref lref last post