diff tests/test-parse-date @ 2524:c1974f65d781

add more testcases for date parsing
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 30 Jun 2006 18:57:04 +0200
parents 85f796baab10
children e96d2956eb4a
line wrap: on
line diff
--- a/tests/test-parse-date	Fri Jun 30 18:48:06 2006 +0200
+++ b/tests/test-parse-date	Fri Jun 30 18:57:04 2006 +0200
@@ -11,4 +11,6 @@
 hg ci -d "1150000000 14400" -m "rev 4 (merge)"
 echo "fail" >> a
 hg ci -d "should fail" -m "fail"
+hg ci -d "100000000000000000 1400" -m "fail"
+hg ci -d "100000 1400000" -m "fail"
 hg log --template '{date|date}\n'