tests/test-hgweb-commands.t
branchstable
changeset 18497 a58d8936647a
parent 18496 d1c13a4dc638
child 18517 0c51532ec233
--- a/tests/test-hgweb-commands.t	Sun Jan 27 15:13:53 2013 -0600
+++ b/tests/test-hgweb-commands.t	Tue Jan 29 16:44:51 2013 +0100
@@ -1392,4 +1392,12 @@
   $ QUERY_STRING='cmd=listkeys&namespace=bookmarks'
   $ python hgweb.cgi
 
+search works with filtering
+
+  $ PATH_INFO=/log; export PATH_INFO
+  $ QUERY_STRING='rev=babar'
+  $ python hgweb.cgi > search
+  $ grep Status search
+  Status: 200 Script output follows\r (esc)
+
   $ cd ..