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

mimir at samba.org mimir at samba.org
Tue Oct 17 20:56:46 GMT 2006


Author: mimir
Date: 2006-10-17 20:56:46 +0000 (Tue, 17 Oct 2006)
New Revision: 19380

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

Log:
forgot to add home drive testing as well as home directory...


rafal


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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samr.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samr.c	2006-10-17 20:32:01 UTC (rev 19379)
+++ branches/SAMBA_4_0/source/torture/rpc/samr.c	2006-10-17 20:56:46 UTC (rev 19380)
@@ -344,6 +344,14 @@
 			     SAMR_FIELD_HOME_DIRECTORY);
 	TEST_USERINFO_STRING(21, home_directory, 10, home_directory, "xx21-10 home_directory",
 			     SAMR_FIELD_HOME_DIRECTORY);
+
+	TEST_USERINFO_STRING(10, home_drive, 3, home_drive, "xx10-3 home_drive", 0);
+	TEST_USERINFO_STRING(10, home_drive, 5, home_drive, "xx10-5 home_drive", 0);
+	TEST_USERINFO_STRING(10, home_drive, 21, home_drive, "xx10-21 home_drive", 0);
+	TEST_USERINFO_STRING(21, home_drive, 21, home_drive, "xx21-21 home_drive",
+			     SAMR_FIELD_HOME_DRIVE);
+	TEST_USERINFO_STRING(21, home_drive, 10, home_drive, "xx21-10 home_drive",
+			     SAMR_FIELD_HOME_DRIVE);
 	
 	TEST_USERINFO_STRING(13, description,  1, description, "xx13-1 description", 0);
 	TEST_USERINFO_STRING(13, description,  5, description, "xx13-5 description", 0);



More information about the samba-cvs mailing list