# HG changeset patch # User Gregory Szorc # Date 2015-04-01 04:49:10 # Node ID e55449dae606a4cd63018f49f9715c8d65901044 # Parent 6514030dc6864a9287e7f50ca65abfb80f154847 test-hgweb-json: fix URL for file revision tests Likely a copy and paste fail. diff --git a/tests/test-hgweb-json.t b/tests/test-hgweb-json.t --- a/tests/test-hgweb-json.t +++ b/tests/test-hgweb-json.t @@ -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"