*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

@@ -30,21 +30,16 @@ XPIDL_MODULE = X2JOUTServerTestComponent
JAVA_OR_NSJVM = 1
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
X2JOUTServerTestComponent.class:
$(JDKHOME)/bin/javac -classpath $(DEPTH)/dist/classes X2JOUTServerTestComponent.java
JDIRS=.
X2JOUTServerTestComponent.jar.comp: manifest iX2JOUTServerTestComponent.class X2JOUTServerTestComponent.class
X2JOUTServerTestComponent.jar.comp: manifest X2JOUTServerTestComponent.class
$(JDKHOME)/bin/jar cvfm X2JOUTServerTestComponent.jar.comp manifest *.class
.SUFFIXES: .java .class
.java.class:
export::
$(JDKHOME)/bin/javac -classpath $(DEPTH)/dist/classes -d $(DEPTH)/dist/classes iX2JOUTServerTestComponent.java
$(JDKHOME)/bin/javac -classpath $(DEPTH)/dist/classes X2JOUTServerTestComponent.java
install-component: X2JOUTServerTestComponent.jar.comp X2JOUTServerTestComponent.jar.info
cp -f X2JOUTServerTestComponent.jar* $(DIST)/bin/components

View File

@@ -316,7 +316,7 @@ public class X2JOUTServerTestComponent implements iX2JOUTServerTestComponent {
public void testWString(String[] i) {
switch (all) {
case 0: i[0]=""; break;
case 1: i[0]="Null must be here"; break;
case 1: i[0]=null; break;
case 2: i[0]="abc"; break;
}
all++;

View File

@@ -56,7 +56,7 @@ interface iX2JOUTServerTestComponent : nsISupports {
[array, size_is(count)] out long intArray);
void testObject(out iX2JOUTServerTestComponent obj);
void testObj();
// void testIID(out nsIIDRef iid);
// void testIID(out nsIIDRef aNameRef);
// void testCID(out nsCIDRef cid);
};