diff options
author | jlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2006-05-05 19:18:41 +0000 |
---|---|---|
committer | jlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2006-05-05 19:18:41 +0000 |
commit | a74454a757c35671e1cbf71870231a3d51945858 (patch) | |
tree | 429d638328a55c8f291b818c053bba31c2e9efa8 /test/4.3-job-ops.test | |
parent | 89d46774ee527faaaf27d1b696554f4508bf105b (diff) | |
download | cups-a74454a757c35671e1cbf71870231a3d51945858.tar.gz |
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@145 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'test/4.3-job-ops.test')
-rw-r--r-- | test/4.3-job-ops.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/4.3-job-ops.test b/test/4.3-job-ops.test index 7d33b383e..fa1849b29 100644 --- a/test/4.3-job-ops.test +++ b/test/4.3-job-ops.test @@ -1,5 +1,5 @@ # -# "$Id: 4.3-job-ops.test 4837 2005-11-14 04:13:13Z mike $" +# "$Id: 4.3-job-ops.test 5493 2006-05-05 16:33:57Z mike $" # # Verify that the IPP job operations work. # @@ -55,7 +55,7 @@ } { # The name of the test... - NAME "Print PostScript Job to Test2" + NAME "Print JPEG Job to Test2" # The operation to use OPERATION print-job @@ -71,7 +71,7 @@ GROUP subscription ATTR uri notify-recipient testnotify - FILE testfile.ps + FILE testfile.jpg # What statuses are OK? STATUS successful-ok @@ -297,5 +297,5 @@ } # -# End of "$Id: 4.3-job-ops.test 4837 2005-11-14 04:13:13Z mike $" +# End of "$Id: 4.3-job-ops.test 5493 2006-05-05 16:33:57Z mike $" # |