tests/test-hgweb-json.t
changeset 24547 495f3e665b27
parent 24546 adfd808c123f
child 24562 e55449dae606
--- a/tests/test-hgweb-json.t	Tue Mar 31 14:54:56 2015 -0700
+++ b/tests/test-hgweb-json.t	Mon Mar 30 21:37:24 2015 -0700
@@ -218,7 +218,28 @@
   $ request json-branches
   200 Script output follows
   
-  "not yet implemented"
+  {
+    "branches": [
+      {
+        "branch": "test-branch",
+        "date": [
+          0.0,
+          0
+        ],
+        "node": "6ab967a8ab3489227a83f80e920faa039a71819f",
+        "status": "open"
+      },
+      {
+        "branch": "default",
+        "date": [
+          0.0,
+          0
+        ],
+        "node": "ceed296fe500c3fac9541e31dad860cb49c89e45",
+        "status": "open"
+      }
+    ]
+  }
 
 summary/ shows a summary of repository state