tests/test-casefolding.t
changeset 16326 b95b006e18cc
parent 16318 73f4e05287b4
parent 16323 0789d1bbf6c1
child 16542 e596a631210e
--- a/tests/test-casefolding.t	Fri Mar 30 22:08:46 2012 +0100
+++ b/tests/test-casefolding.t	Sat Mar 31 11:19:09 2012 -0500
@@ -73,6 +73,17 @@
 
   $ cd ..
 
+issue 3342: file in nested directory causes unexpected abort
+
+  $ hg init issue3342
+  $ cd issue3342
+
+  $ mkdir -p a/B/c/D
+  $ echo e > a/B/c/D/e
+  $ hg add a/B/c/D/e
+
+  $ cd ..
+
 issue 3340: mq does not handle case changes correctly
 
 in addition to reported case, 'hg qrefresh' is also tested against