test-hgweb-json: fix URL for file revision tests
authorGregory Szorc <gregory.szorc@gmail.com>
Tue, 31 Mar 2015 21:49:10 -0700
changeset 24562 e55449dae606
parent 24561 6514030dc686
child 24563 830280536946
test-hgweb-json: fix URL for file revision tests Likely a copy and paste fail.
tests/test-hgweb-json.t
--- a/tests/test-hgweb-json.t	Tue Mar 31 19:34:37 2015 -0700
+++ b/tests/test-hgweb-json.t	Tue Mar 31 21:49:10 2015 -0700
@@ -91,14 +91,14 @@
 
 file/{revision}/{path} shows file revision
 
-  $ request json-rev/06e557f3edf6/foo
+  $ request json-file/06e557f3edf6/foo
   200 Script output follows
   
   "not yet implemented"
 
 file/{revision} shows root directory info
 
-  $ request json-rev/06e557f3edf6
+  $ request json-file/06e557f3edf6
   200 Script output follows
   
   "not yet implemented"