ICU-7027 Added core-tests to collate-tests' classpath to run TestResourceBundle in GlobalizaitonPreferencesTest.
X-SVN-Rev: 27573
This commit is contained in:
parent
4ca46734c0
commit
8d3eb2b79f
@ -206,7 +206,7 @@
|
||||
</java>
|
||||
</target>
|
||||
|
||||
<target name="collateCheck" depends="info, core, collate, currdata, langdata, regiondata, collate-tests" description="Run only the collation tests">
|
||||
<target name="collateCheck" depends="info, core, collate, currdata, langdata, regiondata, core-tests, collate-tests" description="Run only the collation tests">
|
||||
<java classname="com.ibm.icu.dev.test.TestAllCollate" fork="yes" failonerror="true">
|
||||
<arg line="-n"/>
|
||||
<classpath>
|
||||
@ -219,6 +219,7 @@
|
||||
<pathelement path="${icu4j.currdata.jar}"/>
|
||||
<pathelement path="${icu4j.langdata.jar}"/>
|
||||
<pathelement path="${icu4j.regiondata.jar}"/>
|
||||
<pathelement path="${icu4j.core-tests.jar}"/>
|
||||
</classpath>
|
||||
</java>
|
||||
</target>
|
||||
|
@ -8,5 +8,6 @@
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-currdata"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-langdata"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-regiondata"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-core-tests"/>
|
||||
<classpathentry kind="output" path="out/bin"/>
|
||||
</classpath>
|
||||
|
@ -5,6 +5,10 @@
|
||||
<projects>
|
||||
<project>icu4j-collate</project>
|
||||
<project>icu4j-core</project>
|
||||
<project>icu4j-core-tests</project>
|
||||
<project>icu4j-currdata</project>
|
||||
<project>icu4j-langdata</project>
|
||||
<project>icu4j-regiondata</project>
|
||||
<project>icu4j-shared</project>
|
||||
<project>icu4j-test-framework</project>
|
||||
</projects>
|
||||
|
@ -389,15 +389,6 @@ public class GlobalizationPreferencesTest extends TestFmwk {
|
||||
}
|
||||
|
||||
public void TestResourceBundle() {
|
||||
// remove when we deal with the data issue
|
||||
// System.out.println("feb 1: " + new GregorianCalendar(2010, 1, 15).getTimeInMillis());
|
||||
if (System.currentTimeMillis() > 1266220800000L) {
|
||||
errln("Timebomb failure: 2010/02/01");
|
||||
} else {
|
||||
logln("test temporarily disabled until 2010/02/01");
|
||||
return;
|
||||
}
|
||||
|
||||
String baseName = "com.ibm.icu.dev.data.resources.TestDataElements";
|
||||
ResourceBundle rb;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user