]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/4.4-subscription-ops.test
Save work.
[thirdparty/cups.git] / test / 4.4-subscription-ops.test
index f63cfcbd2236b7551cebc8071518469b7d8e8cc0..80c8884240595d2e26e35ae1b21f4e1226094cc7 100644 (file)
@@ -1,7 +1,11 @@
 #
-# "$Id: 4.4-subscription-ops.test 6635 2007-07-09 20:34:48Z mike $"
+# Verify that the CUPS subscription operations work.
 #
-#   Verify that the CUPS subscription operations work.
+# Copyright © 2007-2013 by Apple Inc.
+# Copyright © 2001-2006 by Easy Software Products. All rights reserved.
+#
+# Licensed under Apache License v2.0.  See the file "LICENSE" for more
+# information.
 #
 {
        # The name of the test...
@@ -16,6 +20,7 @@
        ATTR charset attributes-charset utf-8
        ATTR language attributes-natural-language en
        ATTR uri printer-uri $scheme://$hostname:$port/printers/Test1
+       ATTR name requesting-user-name $user
 
         GROUP subscription
        ATTR uri notify-recipient-uri testnotify://
@@ -48,6 +53,7 @@
        ATTR language attributes-natural-language en
        ATTR uri printer-uri $scheme://$hostname:$port/printers/Test1
        ATTR integer notify-subscription-id $notify-subscription-id
+       ATTR name requesting-user-name $user
 
        # What statuses are OK?
        STATUS client-error-not-found
@@ -69,6 +75,7 @@
        ATTR charset attributes-charset utf-8
        ATTR language attributes-natural-language en
        ATTR uri printer-uri $scheme://$hostname:$port/printers/Test1
+       ATTR name requesting-user-name $user
 
         GROUP subscription
        ATTR uri notify-recipient-uri testnotify://
        ATTR charset attributes-charset utf-8
        ATTR language attributes-natural-language en
        ATTR uri printer-uri $scheme://$hostname:$port/printers/Test1
+       ATTR name requesting-user-name $user
 
        # What statuses are OK?
        STATUS successful-ok
        ATTR charset attributes-charset utf-8
        ATTR language attributes-natural-language en
        ATTR uri printer-uri $scheme://$hostname:$port/printers/Test1
+       ATTR name requesting-user-name $user
 
         GROUP subscription
        ATTR uri notify-recipient-uri testnotify://
        EXPECT attributes-charset
        EXPECT attributes-natural-language
 }
-
-#
-# End of "$Id: 4.4-subscription-ops.test 6635 2007-07-09 20:34:48Z mike $"
-#