Title: [opsview] [9854] Fix tests as data includes exclude_handled
Revision
9854
Author
tvoon
Date
2012-08-15 23:27:44 +0100 (Wed, 15 Aug 2012)

Log Message

Fix tests as data includes exclude_handled

Modified Paths


Modified: trunk/opsview-web/t/var/api-status/viewport_full.testcase
===================================================================
--- trunk/opsview-web/t/var/api-status/viewport_full.testcase	2012-08-15 22:23:41 UTC (rev 9853)
+++ trunk/opsview-web/t/var/api-status/viewport_full.testcase	2012-08-15 22:27:44 UTC (rev 9854)
@@ -21,6 +21,7 @@
    },
    "list" : [
       {
+      "exclude_handled":0,
          "hosts" : {
             "handled" : "1",
             "unhandled" : "0",
@@ -44,6 +45,7 @@
          "description" : "All services handled"
       },
       {
+      "exclude_handled":0,
          "hosts" : {
             "handled" : "5",
             "unhandled" : "0",
@@ -68,6 +70,7 @@
          "description" : "cisco devices"
       },
       {
+      "exclude_handled":0,
          "hosts" : {
             "handled" : "3",
             "unhandled" : "0",
@@ -91,6 +94,7 @@
          "description" : "cisco devices, group 1"
       },
       {
+      "exclude_handled":0,
          "hosts" : {
             "handled" : "3",
             "unhandled" : "0",

Modified: trunk/opsview-web/t/var/api-status/viewport_host_filter.testcase
===================================================================
--- trunk/opsview-web/t/var/api-status/viewport_host_filter.testcase	2012-08-15 22:23:41 UTC (rev 9853)
+++ trunk/opsview-web/t/var/api-status/viewport_host_filter.testcase	2012-08-15 22:27:44 UTC (rev 9854)
@@ -20,6 +20,7 @@
    },
    "list" : [
       {
+      "exclude_handled":0,
          "hosts" : {
             "handled" : "2",
             "unhandled" : "0",
@@ -43,6 +44,7 @@
          "description" : "cisco devices"
       },
       {
+      "exclude_handled":0,
          "hosts" : {
             "handled" : "2",
             "unhandled" : "0",
@@ -66,6 +68,7 @@
          "description" : "cisco devices, group 1"
       },
       {
+      "exclude_handled":0,
          "hosts" : {
             "handled" : "1",
             "unhandled" : "0",

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

Reply via email to