ICU-3391 move FieldPosition selectors to udat

X-SVN-Rev: 14683
This commit is contained in:
Alan Liu 2004-03-11 14:05:33 +00:00
parent 0685afafa2
commit 40bd934b05

View file

@ -671,7 +671,7 @@ void DateFormatRegressionTest::Test4101483(void)
UErrorCode status = U_ZERO_ERROR;
SimpleDateFormat *sdf = new SimpleDateFormat(UnicodeString("z"), Locale::getUS(), status);
failure(status, "new SimpleDateFormat");
FieldPosition fp(DateFormat::TIMEZONE_FIELD);
FieldPosition fp(UDAT_TIMEZONE_FIELD);
//Date d = date(9234567890L);
UDate d = 9234567890.0;
//StringBuffer buf = new StringBuffer("");