зеркало из https://github.com/mozilla/gecko-dev.git
Remove test cases with classes from the rmi package that isn't supported by ths MS VM.
This commit is contained in:
Родитель
c35e39f713
Коммит
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++;
|
||||
|
|
Загрузка…
Ссылка в новой задаче