Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[patch] import fix-TestTwoDigitYear-test.patch to icu subtree
  • Loading branch information
Islam Amer committed Jun 18, 2014
1 parent a93aedc commit 58224ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icu/source/test/intltest/dtfmttst.cpp
Expand Up @@ -963,8 +963,8 @@ DateFormatTest::TestTwoDigitYear()
dataerrln("FAIL: SimpleDateFormat constructor - %s", u_errorName(ec));
return;
}
parse2DigitYear(fmt, "5/6/17", date(117, UCAL_JUNE, 5));
parse2DigitYear(fmt, "4/6/34", date(34, UCAL_JUNE, 4));
parse2DigitYear(fmt, "5/6/30", date(130, UCAL_JUNE, 5));
parse2DigitYear(fmt, "4/6/50", date(50, UCAL_JUNE, 4));
}

// -------------------------------------
Expand Down

0 comments on commit 58224ae

Please sign in to comment.