From 2c7a3e7c8a775b93195c231168ea41acd05ef0a5 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 12 Jan 2008 00:09:29 +0000 Subject: Patch from Erik Hollensbe implementing ard-present data (track1/track2) and the duplicate_window parameter, and test fixes --- t/lib/test_account.pl | 1 + 1 file changed, 1 insertion(+) (limited to 't/lib') diff --git a/t/lib/test_account.pl b/t/lib/test_account.pl index 0b06973..b129042 100644 --- a/t/lib/test_account.pl +++ b/t/lib/test_account.pl @@ -22,6 +22,7 @@ sub test_account { sub expiration_date { my($month, $year) = (localtime)[4,5]; + $month += 1; $year++; # So we expire next year. $year %= 100; # y2k? What's that? -- cgit v1.2.1