tests/test-mq.t
branchstable
changeset 13507 375ba42f3cda
parent 13272 5ccdca7df211
child 13987 e0f07847f8de
--- a/tests/test-mq.t	Thu Feb 24 00:47:49 2011 +0100
+++ b/tests/test-mq.t	Fri Feb 11 13:10:39 2011 +0100
@@ -917,6 +917,25 @@
   copy to copy
   $ cd ..
 
+empty lines in status
+
+  $ hg init emptystatus
+  $ cd emptystatus
+  $ hg qinit
+  $ printf '\n\n' > .hg/patches/status
+  $ hg qser
+  $ cd ..
+
+bad line in status (without ":")
+
+  $ hg init badstatus
+  $ cd badstatus
+  $ hg qinit
+  $ printf 'babar has no colon in this line\n' > .hg/patches/status
+  $ hg qser
+  malformated mq status line: ['babar has no colon in this line']
+  $ cd ..
+
 
 test file addition in slow path