$OpenBSD: patch-test_4_4-subscription-ops_test,v 1.2 2009/04/27 08:25:39 bernd Exp $
--- test/4.4-subscription-ops.test.orig	Wed Nov 19 20:50:56 2008
+++ test/4.4-subscription-ops.test	Mon Apr 27 10:16:38 2009
@@ -142,6 +142,33 @@
 	EXPECT attributes-charset
 	EXPECT attributes-natural-language
 }
+{
+       # The name of the test...
+       NAME "Check MaxSubscriptions limits"
+
+       # The operation to use
+       OPERATION Create-Printer-Subscription
+       RESOURCE /
+
+       # The attributes to send
+       GROUP operation
+       ATTR charset attributes-charset utf-8
+       ATTR language attributes-natural-language en
+       ATTR uri printer-uri $method://$hostname:$port/printers/Test1
+
+	GROUP subscription
+       ATTR uri notify-recipient-uri testnotify://
+       ATTR keyword notify-events printer-state-changed
+       ATTR integer notify-lease-duration 5
+
+       # What statuses are OK?
+       STATUS client-error-too-many-subscriptions
+
+       # What attributes do we expect?
+       EXPECT attributes-charset
+       EXPECT attributes-natural-language
+}
+
 
 #
