]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/dtfmttst.cpp
ICU-491.11.3.tar.gz
[apple/icu.git] / icuSources / test / intltest / dtfmttst.cpp
index 7832af732c105b143b55717d842c5f948cb6e2fd..9ebcf1eda4c5c9bd2cb2ac30f60b18009f0d62a4 100644 (file)
@@ -3445,7 +3445,7 @@ void DateFormatTest::Test6880() {
     if (failure(status, "construct GregorianCalendar", TRUE)) return;
     
     gcal.clear();
-    gcal.set(1910, UCAL_JULY, 1, 12, 00);   // offset 8:05:52
+    gcal.set(1910, UCAL_JULY, 1, 12, 00);   // offset 8:05:57
     d1 = gcal.getTime(status);
 
     gcal.clear();
@@ -3455,7 +3455,7 @@ void DateFormatTest::Test6880() {
     gcal.clear();
     gcal.set(1970, UCAL_JANUARY, 1, 12, 00);
     dexp2 = gcal.getTime(status);
-    dexp1 = dexp2 - (5*60 + 52)*1000;   // subtract 5m52s
+    dexp1 = dexp2 - (5*60 + 57)*1000;   // subtract 5m57s
 
     if (U_FAILURE(status)) {
         errln("FAIL: Gregorian calendar error");