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

tridge at samba.org tridge at samba.org
Thu Sep 14 11:47:14 GMT 2006


Author: tridge
Date: 2006-09-14 11:47:13 +0000 (Thu, 14 Sep 2006)
New Revision: 18517

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

Log:

I find it less confusing if tests are run in the order they are
added.

Modified:
   branches/SAMBA_4_0/source/torture/ui.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/ui.c
===================================================================
--- branches/SAMBA_4_0/source/torture/ui.c	2006-09-14 11:43:59 UTC (rev 18516)
+++ branches/SAMBA_4_0/source/torture/ui.c	2006-09-14 11:47:13 UTC (rev 18517)
@@ -93,7 +93,7 @@
 	test->dangerous = False;
 	test->data = data;
 
-	DLIST_ADD(tcase->tests, test);
+	DLIST_ADD_END(tcase->tests, test, struct torture_test *);
 
 	return test;
 }



More information about the samba-cvs mailing list