svn commit: samba r2500 - in branches/SAMBA_4_0/source/torture/rpc: .

tridge at samba.org tridge at samba.org
Wed Sep 22 05:17:55 GMT 2004


Author: tridge
Date: 2004-09-22 05:17:55 +0000 (Wed, 22 Sep 2004)
New Revision: 2500

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/torture/rpc&rev=2500&nolog=1

Log:
disable the sleep test in echo until we have a win32 echo server that
does Microsoft style async rpc serving


Modified:
   branches/SAMBA_4_0/source/torture/rpc/echo.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/echo.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/echo.c	2004-09-22 05:15:56 UTC (rev 2499)
+++ branches/SAMBA_4_0/source/torture/rpc/echo.c	2004-09-22 05:17:55 UTC (rev 2500)
@@ -277,23 +277,21 @@
 		return False;
 	}
 
-#if 1
 	if (!test_addone(p, mem_ctx)) {
 		ret = False;
 	}
 
-	if (!test_echodata(p, mem_ctx)) {
+	if (!test_sinkdata(p, mem_ctx)) {
 		ret = False;
 	}
 
-	if (!test_sourcedata(p, mem_ctx)) {
+	if (!test_echodata(p, mem_ctx)) {
 		ret = False;
 	}
 
-	if (!test_sinkdata(p, mem_ctx)) {
+	if (!test_sourcedata(p, mem_ctx)) {
 		ret = False;
 	}
-#endif
 
 	if (!test_testcall(p, mem_ctx)) {
 		ret = False;
@@ -303,10 +301,11 @@
 		ret = False;
 	}
 
+/*
 	if (!test_sleep(p, mem_ctx)) {
 		ret = False;
 	}
-
+*/
 	printf("\n");
 	
 	talloc_destroy(mem_ctx);



More information about the samba-cvs mailing list