[26927] in Source-Commits
/svn/athena r25837 - trunk/debathena/config/printing-config/debathena/printing
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Mar 5 20:15:45 2013
Date: Tue, 5 Mar 2013 20:15:38 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201303060115.r261FcuT024679@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2013-03-05 20:15:38 -0500 (Tue, 05 Mar 2013)
New Revision: 25837
Modified:
trunk/debathena/config/printing-config/debathena/printing/test_lpr.py
Log:
Revert accidental line alteration while commenting it out
Modified: trunk/debathena/config/printing-config/debathena/printing/test_lpr.py
===================================================================
--- trunk/debathena/config/printing-config/debathena/printing/test_lpr.py 2013-03-05 17:55:50 UTC (rev 25836)
+++ trunk/debathena/config/printing-config/debathena/printing/test_lpr.py 2013-03-06 01:15:38 UTC (rev 25837)
@@ -134,7 +134,7 @@
# common.is_cups_server('IO.MIT.EDU').AndReturn(False)
# # Result:
-# os.execvp('mit-lpr', ['lpr', '-Ujdreed', '-Pw20thesis'])
+# os.execvp('mit-lpr', ['lpr', '-Ujdreed', '-Pw20thesis', '-mzephyr%jdreed'])
# self.mox.ReplayAll()