*not part of the buld*

blackConnect tests update


git-svn-id: svn://10.0.0.236/trunk@99925 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
idk%eng.sun.com
2001-07-25 22:05:35 +00:00
parent ad651ef17b
commit 4e0a322dbc
92 changed files with 1360 additions and 885 deletions

View File

@@ -56,12 +56,6 @@ public interface iJ2XRETServerTestComponent extends nsISupports
/* boolean TestBoolean (); */
public boolean testBoolean();
/* char TestChar (); */
public char testChar();
/* wchar TestWChar (); */
public char testWChar();
/* string TestString (); */
public String testString();
@@ -74,9 +68,6 @@ public interface iJ2XRETServerTestComponent extends nsISupports
/* void TestLongArray (in unsigned long count, [array, size_is (count), retval] out long intArray); */
public int[] testLongArray(int count);
/* void TestCharArray (in unsigned long count, [array, size_is (count), retval] out char charArray); */
public char[] testCharArray(int count);
/* iJ2XRETServerTestComponent TestObject (); */
public iJ2XRETServerTestComponent testObject();