Title: [opsview] [13338] Remove unnecessary tests
Revision
13338
Author
tvoon
Date
2013-08-16 14:07:54 +0100 (Fri, 16 Aug 2013)

Log Message

Remove unnecessary tests

Modified Paths


Modified: trunk/opsview-web/t/720acl.t
===================================================================
--- trunk/opsview-web/t/720acl.t	2013-08-16 13:00:09 UTC (rev 13337)
+++ trunk/opsview-web/t/720acl.t	2013-08-16 13:07:54 UTC (rev 13338)
@@ -284,22 +284,6 @@
     "Got list of parents without filtering"
 );
 
-$somehosts->get_ok(
-    "/admin/ajax/options_for_parent_hosts?monitoringserver_filter=2"
-);
-$somehosts->content_is(
-    '{"ResultSet":{"Results":[{"value":"4","name":"monitored_by_slave"}]}}',
-    "somehosts filtered by monitoring server"
-);
-
-$somehosts->get_ok(
-    "/admin/ajax/options_for_parent_hosts?monitoringserver_filter=1"
-);
-$somehosts->content_is(
-    '{"ResultSet":{"Results":[{"value":"6","name":"resolved_services"},{"value":"16","name":"singlehostgroup"},{"value":"12","name":"toclone"}]}}',
-    "somehosts filtered by different monitoring server"
-);
-
 # Check that adminnoc (no CONFIGUREHOSTS), does not see hosts
 $adminnoc->get( "/admin/host/edit/4" );
 is( $adminnoc->status, 403, "Cannot see hosts" );

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to