1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

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

rafal
(This used to be commit 732c22071e78f16fd0731635ca4b3e093d49078a)
This commit is contained in:
Rafal Szczesniak 2006-10-17 20:56:46 +00:00 committed by Gerald (Jerry) Carter
parent 8fd1ca82d8
commit c7090e6669

View File

@ -345,6 +345,14 @@ static BOOL test_SetUserInfo(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
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);
TEST_USERINFO_STRING(13, description, 21, description, "xx13-21 description", 0);