Commit 7161beb11e84f9daac7fd25d547bfb40cdff50f0

nulltoken 2010-12-11T15:38:22

Fixed too much faked timezone offset. An offset of more than 14 hours makes no sense (cf. http://www.worldtimezone.com/faq.html).

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/t0401-parse.c b/tests/t0401-parse.c
index b82a9b1..77d9e48 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",