From 7324db63ff02bf3f59653d814da7ea02fef61a5c Mon Sep 17 00:00:00 2001 From: Gerd von Egidy Date: Tue, 3 Feb 2009 09:46:32 +0100 Subject: [PATCH] fix unit-test (copy&paste-bug in the times) --- test/test_cron.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/test_cron.cpp b/test/test_cron.cpp index 239dafd..233829f 100644 --- a/test/test_cron.cpp +++ b/test/test_cron.cpp @@ -564,7 +564,7 @@ public: WeekCron cron("0123456",9000,18000,60); // calc at: Sun Oct 26 02:59:59 CEST 2008 // expected next run: Sun Oct 26 02:00:00 CET 2008 - CPPUNIT_ASSERT_EQUAL( static_cast(1224979200), cron.get_next_run(1224979199)); + CPPUNIT_ASSERT_EQUAL( static_cast(1224982800), cron.get_next_run(1224982799)); } void IntervalOutFirstDSTBackwards4() -- 1.7.1