Title: [opsview] [9849] updated message
Revision
9849
Author
aburzynski
Date
2012-08-15 17:19:50 +0100 (Wed, 15 Aug 2012)

Log Message

updated message

Modified Paths


Modified: trunk/opsview-web/t/855massack.t
===================================================================
--- trunk/opsview-web/t/855massack.t	2012-08-15 15:48:46 UTC (rev 9848)
+++ trunk/opsview-web/t/855massack.t	2012-08-15 16:19:50 UTC (rev 9849)
@@ -21,17 +21,17 @@
 
 $mech->get_ok( "/status/service?hostgroupid=4&filter=handled&state=0" );
 $mech->follow_link( url_regex => qr%/acknowledge% );
-$mech->content_contains( "No matching services" );
+$mech->content_contains( "All matching services are handled" );
 
 # This should be 1 service in OK state, and thus an ack will show no services
 $mech->get_ok( "/status/service?host=opslave&servicecheck=/" );
 $mech->follow_link( url_regex => qr%/acknowledge% );
-$mech->content_contains( "No matching services" );
+$mech->content_contains( "All matching services are handled" );
 
 # This service check should be all OK
 $mech->get_ok( "/status/service?servicecheck=faked+ok+service" );
 $mech->follow_link( url_regex => qr%/acknowledge% );
-$mech->content_contains( "No matching services" );
+$mech->content_contains( "All matching services are handled" );
 
 # Check acknowledgement of service
 my $cmdfile = "/usr/local/nagios/var/rw/nagios.cmd";

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to