ICU-4530 make noDataCheck work

X-SVN-Rev: 18754
This commit is contained in:
Ram Viswanadha 2005-11-02 18:07:32 +00:00
parent aaa8b02df6
commit 06e9cd578d

View file

@ -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);