mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Remove test cases with classes from the rmi package that isn't supported by ths MS VM.
This commit is contained in:
parent
c35e39f713
commit
8640325859
@ -75,10 +75,6 @@
|
||||
test_array[i] = new TestValue( "java.net.URL" );
|
||||
i++;
|
||||
|
||||
java_array[i] = new JavaValue( java.rmi.RMISecurityManager );
|
||||
test_array[i] = new TestValue( "java.rmi.RMISecurityManager" );
|
||||
i++;
|
||||
|
||||
java_array[i] = new JavaValue( java.text.DateFormat );
|
||||
test_array[i] = new TestValue( "java.text.DateFormat" );
|
||||
i++;
|
||||
|
@ -76,10 +76,6 @@
|
||||
test_array[i] = new TestValue( "java.net.URL" );
|
||||
i++;
|
||||
|
||||
java_array[i] = new JavaValue( java.rmi.RMISecurityManager );
|
||||
test_array[i] = new TestValue( "java.rmi.RMISecurityManager" );
|
||||
i++;
|
||||
|
||||
java_array[i] = new JavaValue( java.text.DateFormat );
|
||||
test_array[i] = new TestValue( "java.text.DateFormat" );
|
||||
i++;
|
||||
|
Loading…
Reference in New Issue
Block a user