[vlc-commits] test/keystore: test KEY_AUTHTYPE

Thomas Guillem git at videolan.org
Fri Jun 24 18:17:36 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jun 24 18:15:56 2016 +0200| [9e4da0a84d31134f570392c21eaeb6c61fc66c67] | committer: Thomas Guillem

test/keystore: test KEY_AUTHTYPE

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e4da0a84d31134f570392c21eaeb6c61fc66c67
---

 test/modules/keystore/test.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/test/modules/keystore/test.c b/test/modules/keystore/test.c
index 956c014..5cb33bf 100644
--- a/test/modules/keystore/test.c
+++ b/test/modules/keystore/test.c
@@ -148,6 +148,7 @@ test_module(const char *psz_module, bool b_test_all, bool b_persistent,
     VALUES_INSERT(KEY_PATH, "/example/example.mkv");
     VALUES_INSERT(KEY_PORT, "88");
     VALUES_INSERT(KEY_USER, "user1");
+    VALUES_INSERT(KEY_AUTHTYPE, "Basic");
     KS_FIND();
     assert(i_entries == 0);
 



More information about the vlc-commits mailing list