mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4530 make noDataCheck work
X-SVN-Rev: 18754
This commit is contained in:
parent
aaa8b02df6
commit
06e9cd578d
1 changed files with 4 additions and 0 deletions
|
@ -184,11 +184,15 @@ public class CoverageTest extends CompatibilityTest implements URLHandler.URLVis
|
|||
|
||||
protected Target getTargets(String targetName)
|
||||
{
|
||||
|
||||
if (System.getSecurityManager() != null) {
|
||||
// This test won't run under a security manager
|
||||
return new CoverageTarget("Skipped Due To Security Manager", Modifier.ABSTRACT, null);
|
||||
}
|
||||
|
||||
if(serializable==null){
|
||||
init();
|
||||
}
|
||||
URL url = getClass().getResource("/com/ibm/icu");
|
||||
URLHandler handler = URLHandler.get(url);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue