ICU-3301 double path separator will make finding files fail while streaming form jar files

X-SVN-Rev: 15202
This commit is contained in:
Ram Viswanadha 2004-05-08 00:00:20 +00:00
parent 658bda41a0
commit d36c3d53b5

View file

@ -289,7 +289,7 @@ public class TestIDNA extends TestFmwk {
}
}
public void TestNamePrepConformance() throws Exception{
InputStream stream = ICUData.getRequiredStream(UResourceBundle.ICU_BUNDLE+"uidna.spp");
InputStream stream = ICUData.getRequiredStream(UResourceBundle.ICU_BUNDLE+"/uidna.spp");
StringPrep namePrep = new StringPrep(stream);
for(int i=0; i<TestData.conformanceTestCases.length;i++){
TestData.ConformanceTestCase testCase = TestData.conformanceTestCases[i];