vlc | branch: master | Thomas Guillem <[email protected]> | 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@host/share/path1/ks_find"), { "user6", "pwd6", "domain", NULL }, {}, {}, false }, _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
