]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Include job-uri in get-jobs tests.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Thu, 7 Aug 2014 01:09:21 +0000 (01:09 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Thu, 7 Aug 2014 01:09:21 +0000 (01:09 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12088 a1ca3aef-8c08-0410-bb20-df032aa958be

test/get-completed-jobs.test
test/get-jobs.test

index eca2279356301bec42347c92d9918b7b4517c957..51ef0719c33bec5ece8fe375d5f457a95029d41c 100644 (file)
@@ -3,7 +3,7 @@
 #
 #   Get list of completed jobs.
 #
-#   Copyright 2007-2012 by Apple Inc.
+#   Copyright 2007-2014 by Apple Inc.
 #   Copyright 2001-2006 by Easy Software Products. All rights reserved.
 #
 #   These coded instructions, statements, and computer programs are the
@@ -32,7 +32,7 @@
        ATTR uri printer-uri $uri
        ATTR keyword which-jobs completed
        ATTR keyword requested-attributes
-            job-id,job-state,job-state-reasons,job-name,job-originating-user-name,job-media-sheets-completed
+            job-id,job-uri,job-state,job-state-reasons,job-name,job-originating-user-name,job-media-sheets-completed
 
        # What statuses are OK?
        STATUS successful-ok
index d4c3a0a8003d590ffd9ef69bfcdc87d41856b907..19fb65fa3a68ab87d9a12142656de901e44eaede 100644 (file)
@@ -3,7 +3,7 @@
 #
 #   Get list of not-completed jobs.
 #
-#   Copyright 2007-2012 by Apple Inc.
+#   Copyright 2007-2014 by Apple Inc.
 #   Copyright 2001-2006 by Easy Software Products. All rights reserved.
 #
 #   These coded instructions, statements, and computer programs are the
@@ -31,7 +31,7 @@
        ATTR language attributes-natural-language en
        ATTR uri printer-uri $uri
        ATTR keyword requested-attributes
-            job-id,job-state,job-state-reasons,job-name,job-originating-user-name,job-media-sheets,job-media-sheets-completed,job-impressions,job-impressions-completed
+            job-id,job-uri,job-state,job-state-reasons,job-name,job-originating-user-name,job-media-sheets,job-media-sheets-completed,job-impressions,job-impressions-completed
 
        # What statuses are OK?
        STATUS successful-ok