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

tridge at samba.org tridge at samba.org
Mon Oct 25 05:26:23 GMT 2004


Author: tridge
Date: 2004-10-25 05:26:23 +0000 (Mon, 25 Oct 2004)
New Revision: 3191

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

Log:
use __location__ in RAW-UNLINK test

Modified:
   branches/SAMBA_4_0/source/torture/raw/unlink.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/unlink.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/unlink.c	2004-10-25 04:25:29 UTC (rev 3190)
+++ branches/SAMBA_4_0/source/torture/raw/unlink.c	2004-10-25 05:26:23 UTC (rev 3191)
@@ -22,8 +22,8 @@
 
 #define CHECK_STATUS(status, correct) do { \
 	if (!NT_STATUS_EQUAL(status, correct)) { \
-		printf("(%d) Incorrect status %s - should be %s\n", \
-		       __LINE__, nt_errstr(status), nt_errstr(correct)); \
+		printf("(%s) Incorrect status %s - should be %s\n", \
+		       __location__, nt_errstr(status), nt_errstr(correct)); \
 		ret = False; \
 		goto done; \
 	}} while (0)



More information about the samba-cvs mailing list