svn commit: samba r18573 - in branches/SAMBA_4_0/testprogs/ejs: .

tridge at samba.org tridge at samba.org
Fri Sep 15 22:56:45 GMT 2006


Author: tridge
Date: 2006-09-15 22:56:45 +0000 (Fri, 15 Sep 2006)
New Revision: 18573

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18573

Log:

disable the echo.js testing of echo_TestCall() for now. 

Jelmer, we need to fix pidl to be able to handle the double pointers
in the ejs generated code

Modified:
   branches/SAMBA_4_0/testprogs/ejs/echo.js


Changeset:
Modified: branches/SAMBA_4_0/testprogs/ejs/echo.js
===================================================================
--- branches/SAMBA_4_0/testprogs/ejs/echo.js	2006-09-15 22:49:27 UTC (rev 18572)
+++ branches/SAMBA_4_0/testprogs/ejs/echo.js	2006-09-15 22:56:45 UTC (rev 18573)
@@ -222,7 +222,9 @@
 test_EchoData(echo);
 test_SinkData(echo);
 test_SourceData(echo);
-test_TestCall(echo);
+
+print("SKIPPING test_TestCall as pidl cannot generate code for it\n");
+/* test_TestCall(echo); */
 test_TestCall2(echo);
 test_TestSleep(echo);
 test_TestEnum(echo);



More information about the samba-cvs mailing list