mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 02:07:15 +00:00
ICU-3301 double path separator will make finding files fail while streaming form jar files
X-SVN-Rev: 15202
This commit is contained in:
parent
658bda41a0
commit
d36c3d53b5
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue