summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2010-12-11 15:38:22 +0100
committernulltoken <emeric.fermas@gmail.com>2010-12-11 15:38:22 +0100
commit7161beb11e84f9daac7fd25d547bfb40cdff50f0 (patch)
treea5929162109e1712c3707b57d4ffccf5d72b8edf
parentfee065a0698a177811998580700a21214b69ab18 (diff)
downloadlibgit2-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.c2
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",