*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

@@ -39,15 +39,9 @@ CPPSRCS = \
$(NULL)
XPIDLSRCS = iX2JOUTClientTestComponent.idl
JAVAI = iX2JOUTClientTestComponent.class
DSO_LDOPTS += \
$(XPCOM_LIBS) \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk
$(JAVAI)::
$(JDKHOME)/bin/javac -classpath .:$(DIST)/classes -d $(DIST)/classes $<
install:: $(JAVAI)

View File

@@ -455,10 +455,10 @@ void X2JOUTClientTestComponentImpl::TestObject(){
PrintResult("x2j.out.client.object","!!!Right string!!!");
}
/*
void X2JOUTClientTestComponentImpl::TestIID() {
// void X2JOUTClientTestComponentImpl::TestIID() {
/* const nsIID& iid=NS_GET_IID(iX2JOUTServerTestComponent);
const nsIID& iid=NS_GET_IID(iX2JOUTServerTestComponent);
val=NULL;
val=iid.ToString();
@@ -466,9 +466,9 @@ void X2JOUTClientTestComponentImpl::TestObject(){
val=PR_sprintf_append(val,"%s\n",val);
PrintResult("x2j.out.client.iid",val);
serverComponent->TestIID(&iid);
*/
// }
}
*/
// void X2JOUTClientTestComponentImpl::TestCID() {
/*
NS_DEFINE_CID(cid,X2JOUTCLIENTTESTCOMPONENT_CID);