tests: remove test-issue433 as it's covered by test-parents
authorNicolas Dumazet <nicdumz.commits@gmail.com>
Sat, 30 Apr 2011 17:38:06 +0200
changeset 14114 303b94dcb5ec
parent 14113 7dc3e10fc812
child 14115 1d5faa2c970f
tests: remove test-issue433 as it's covered by test-parents
tests/test-issue433.t
--- a/tests/test-issue433.t	Sat Apr 30 17:38:06 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-http://mercurial.selenic.com/bts/issue433
-
-  $ hg init
-  $ echo a > a
-  $ hg commit -Ama
-  adding a
-
-  $ hg parents -r 0 doesnotexist
-  abort: 'doesnotexist' not found in manifest!
-  [255]