tests: move test-issue436 in test-dispatch where fancyopts is tested
authorNicolas Dumazet <nicdumz.commits@gmail.com>
Sat, 30 Apr 2011 17:38:06 +0200
changeset 14115 1d5faa2c970f
parent 14114 303b94dcb5ec
child 14116 cd3032437064
tests: move test-issue436 in test-dispatch where fancyopts is tested
tests/test-dispatch.t
tests/test-issue436.t
--- a/tests/test-dispatch.t	Sat Apr 30 17:38:06 2011 +0200
+++ b/tests/test-dispatch.t	Sat Apr 30 17:38:06 2011 +0200
@@ -6,6 +6,11 @@
 
   $ hg init a
   $ cd a
+
+Redundant options used to crash (issue436):
+  $ hg -v log -v
+  $ hg -v log -v x
+
   $ echo a > a
   $ hg ci -Ama
   adding a
--- a/tests/test-issue436.t	Sat Apr 30 17:38:06 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-http://mercurial.selenic.com/bts/issue436
-
-  $ hg init
-  $ hg -v log -v
-  $ hg -v log -v x
-