[vlc-commits] test/keystore: test that smb domain can be saved
Thomas Guillem
git at videolan.org
Mon Jan 23 10:22:22 CET 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Jan 23 10:19:45 2017 +0100| [cd38b96e15c790b1461e0663328a2ebdd6fd17c6] | committer: Thomas Guillem
test/keystore: test that smb domain can be saved
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd38b96e15c790b1461e0663328a2ebdd6fd17c6
---
test/src/misc/keystore.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/test/src/misc/keystore.c b/test/src/misc/keystore.c
index 220366f..36d0716 100644
--- a/test/src/misc/keystore.c
+++ b/test/src/misc/keystore.c
@@ -190,7 +190,12 @@ static const struct testcase
/* Testing smb realm split */
{ true, SMB("host/share/path1/ks_store"),
- { "user6", "pwd6", "domain", NULL }, {}, { "domain;user6", "pwd6" }, false },
+ { "user6", "pwd6", "domain", NULL }, {}, { "domain;user6", "pwd6" }, true },
+
+ WIPE_MEMORY_KEYSTORE,
+
+ { true, SMB("host/share/path1/ks_store"),
+ { "user6", "pwd6", "domain", NULL }, {}, {}, false },
{ true, SMB("domain;user6 at host/share/path1/ks_find"),
{ "user6", "pwd6", "domain", NULL }, {}, {}, false },
More information about the vlc-commits
mailing list