Title: [opsview] [5282] Fix tests re: enable_snmp
Revision
5282
Author
tvoon
Date
2010-11-02 12:54:30 +0000 (Tue, 02 Nov 2010)

Log Message

Fix tests re: enable_snmp

Modified Paths


Modified: trunk/opsview-core/t/600objects.t
===================================================================
--- trunk/opsview-core/t/600objects.t	2010-11-02 09:08:36 UTC (rev 5281)
+++ trunk/opsview-core/t/600objects.t	2010-11-02 12:54:30 UTC (rev 5282)
@@ -22,7 +22,7 @@
     check_command                       => { id => 1 },
     check_interval                      => 0,
     check_period                        => { id => 1 },
-    enable_snmp => 0,
+    enable_snmp => 1,
     hostgroup                           => { id => 2 },
     hosttemplates                       => [ { id => 7 } ],
     http_admin_port                     => undef,

Modified: trunk/opsview-core/t/601-xml.t
===================================================================
--- trunk/opsview-core/t/601-xml.t	2010-11-02 09:08:36 UTC (rev 5281)
+++ trunk/opsview-core/t/601-xml.t	2010-11-02 12:54:30 UTC (rev 5282)
@@ -32,7 +32,7 @@
     <check_period>
       <id>1</id>
     </check_period>
-    <enable_snmp>0</enable_snmp>
+    <enable_snmp>1</enable_snmp>
     <flap_detection_enabled>1</flap_detection_enabled>
     <hostgroup>
       <id>2</id>

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

Reply via email to