mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3391 move FieldPosition selectors to udat
X-SVN-Rev: 14683
This commit is contained in:
parent
0685afafa2
commit
40bd934b05
1 changed files with 1 additions and 1 deletions
|
@ -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("");
|
||||
|
|
Loading…
Add table
Reference in a new issue