Title: [opsview] [5299] Fixed test due to extra data returned in status API
Revision
5299
Author
tvoon
Date
2010-11-03 15:36:31 +0000 (Wed, 03 Nov 2010)

Log Message

Fixed test due to extra data returned in status API

Modified Paths


Modified: trunk/opsview-web/t/840viewports.t
===================================================================
--- trunk/opsview-web/t/840viewports.t	2010-11-03 14:53:42 UTC (rev 5298)
+++ trunk/opsview-web/t/840viewports.t	2010-11-03 15:36:31 UTC (rev 5299)
@@ -169,6 +169,8 @@
                  alias => "cisco4",
                  "current_check_attempt" => 0,
                  downtime => 2,
+                 downtime_comment => "Hostgroup 'Monitoring Servers': testing",
+                 downtime_username => "admin",
                  icon => "cisco",
                  last_check => "1970-01-01 00:00:00",
                  max_check_attempts => 0,
@@ -181,6 +183,8 @@
                          acknowledged_comment => "This is acknowledged",
                          "current_check_attempt" => 1,
                          downtime => 2,
+                         downtime_comment => "Hostgroup 'Monitoring Servers': testing",
+                         downtime_username => "admin",
                          last_check => "2007-10-31 13:20:40",
                          markdown_filter => 0,
                          max_check_attempts => 3,
@@ -195,6 +199,8 @@
                        {
                          "current_check_attempt" => 1,
                          downtime => 2,
+                         downtime_comment => "Hostgroup 'Monitoring Servers': testing",
+                         downtime_username => "admin",
                          last_check => "2007-10-31 13:20:40",
                          markdown_filter => 0,
                          max_check_attempts => 3,

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

Reply via email to