diff options
-rw-r--r-- | calendar/kde/kdelibs/kdecore/tests/kcalendartest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/kde/kdelibs/kdecore/tests/kcalendartest.cpp b/calendar/kde/kdelibs/kdecore/tests/kcalendartest.cpp index d03b434..5e2a7f1 100644 --- a/calendar/kde/kdelibs/kdecore/tests/kcalendartest.cpp +++ b/calendar/kde/kdelibs/kdecore/tests/kcalendartest.cpp @@ -137,7 +137,7 @@ void KCalendarTest::testIndic() QDate newDate = calendar->addYears(testDate, 4); // doubt - QCOMPARE( newDate.year(), 2004 ); + QCOMPARE( newDate.year(), 2082 ); QCOMPARE( calendar->daysInYear(newDate), 365 ); newDate = calendar->addMonths( testDate, -4 ); |