Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
am --abort: keep unrelated commits on unborn branch
[gitweb.git]
/
t
/
t0006-date.sh
diff --git
a/t/t0006-date.sh
b/t/t0006-date.sh
index e53cf6d36d573c3d758f0005c95aa4a364df82b1..fac0986134fefa5c61763f4c56873da8ba28072a 100755
(executable)
--- a/
t/t0006-date.sh
+++ b/
t/t0006-date.sh
@@
-82,4
+82,7
@@
check_approxidate 'Jun 6, 5AM' '2009-06-06 05:00:00'
check_approxidate '5AM Jun 6' '2009-06-06 05:00:00'
check_approxidate '6AM, June 7, 2009' '2009-06-07 06:00:00'
+check_approxidate '2008-12-01' '2008-12-01 19:20:00'
+check_approxidate '2009-12-01' '2009-12-01 19:20:00'
+
test_done