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

mimir at samba.org mimir at samba.org
Tue Oct 17 20:32:02 GMT 2006


Author: mimir
Date: 2006-10-17 20:32:01 +0000 (Tue, 17 Oct 2006)
New Revision: 19379

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

Log:
add testing home directory field to the samr tests.



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 19:36:55 UTC (rev 19378)
+++ branches/SAMBA_4_0/source/torture/rpc/samr.c	2006-10-17 20:32:01 UTC (rev 19379)
@@ -337,6 +337,14 @@
 	TEST_USERINFO_STRING(21, profile_path, 21, profile_path, "xx21-21 profile_path", 
 			   SAMR_FIELD_PROFILE_PATH);
 
+	TEST_USERINFO_STRING(10, home_directory, 3, home_directory, "xx10-3 home_directory", 0);
+	TEST_USERINFO_STRING(10, home_directory, 5, home_directory, "xx10-5 home_directory", 0);
+	TEST_USERINFO_STRING(10, home_directory, 21, home_directory, "xx10-21 home_directory", 0);
+	TEST_USERINFO_STRING(21, home_directory, 21, home_directory, "xx21-21 home_directory",
+			     SAMR_FIELD_HOME_DIRECTORY);
+	TEST_USERINFO_STRING(21, home_directory, 10, home_directory, "xx21-10 home_directory",
+			     SAMR_FIELD_HOME_DIRECTORY);
+	
 	TEST_USERINFO_STRING(13, description,  1, description, "xx13-1 description", 0);
 	TEST_USERINFO_STRING(13, description,  5, description, "xx13-5 description", 0);
 	TEST_USERINFO_STRING(13, description, 21, description, "xx13-21 description", 0);



More information about the samba-cvs mailing list