diff options
author | nulltoken <emeric.fermas@gmail.com> | 2010-12-11 15:38:22 +0100 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2010-12-11 15:38:22 +0100 |
commit | 7161beb11e84f9daac7fd25d547bfb40cdff50f0 (patch) | |
tree | a5929162109e1712c3707b57d4ffccf5d72b8edf | |
parent | fee065a0698a177811998580700a21214b69ab18 (diff) | |
download | libgit2-7161beb11e84f9daac7fd25d547bfb40cdff50f0.tar.gz |
Fixed too much faked timezone offset.
An offset of more than 14 hours makes no sense (cf. http://www.worldtimezone.com/faq.html).
-rw-r--r-- | tests/t0401-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0401-parse.c b/tests/t0401-parse.c index b82a9b168..77d9e481b 100644 --- a/tests/t0401-parse.c +++ b/tests/t0401-parse.c @@ -165,7 +165,7 @@ BEGIN_TEST(parse_person_test) 12345); TEST_PERSON_PASS( - "author Vicent Marti <tanoku@gmail.com> 231301 +2020\n", + "author Vicent Marti <tanoku@gmail.com> 231301 +1020\n", "author ", "Vicent Marti", "tanoku@gmail.com", |