Remove test cases with classes from the rmi package that isn't supported by ths MS VM.

This commit is contained in:
norris%netscape.com 2000-03-07 21:16:13 +00:00
Родитель c35e39f713
Коммит 8640325859
2 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

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