diff tests/test-command-template @ 1918:7f0899f7828c

fix template tests.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sun, 12 Mar 2006 15:50:18 -0800
parents 95b2e14841f5
children d59fc0d4558f
line wrap: on
line diff
--- a/tests/test-command-template
+++ b/tests/test-command-template
@@ -16,7 +16,7 @@ hg commit -l c -d '1123456789 0' -u 'A. 
 hg add c
 hg commit -m 'no person' -d '1134567890 0' -u 'other@place'
 echo c >> c
-hg commit -m 'no user, no domain' -d '11445678900 0' -u 'person'
+hg commit -m 'no user, no domain' -d '1144567890 0' -u 'person'
 
 # make sure user/global hgrc does not affect tests
 echo '[ui]' > .hg/hgrc