tests/test-http
changeset 9506 49b62395e910
parent 8167 6c82beaaa11a
child 10154 d4a62b6d4a58
--- a/tests/test-http	Wed Sep 30 13:15:18 2009 -0500
+++ b/tests/test-http	Wed Sep 30 16:08:11 2009 -0400
@@ -5,6 +5,11 @@
 hg init test
 cd test
 echo foo>foo
+mkdir foo.d foo.d/bAr.hg.d foo.d/baR.d.hg
+echo foo>foo.d/foo
+echo bar>foo.d/bAr.hg.d/BaR
+echo bar>foo.d/baR.d.hg/bAR
+
 hg commit -A -m 1
 hg --config server.uncompressed=True serve -p $HGPORT -d --pid-file=../hg1.pid
 hg serve -p $HGPORT1 -d --pid-file=../hg2.pid