libsmbconf: testsuite: test get_includes for registry backend
authorMichael Adam <obnox@samba.org>
Tue, 8 Apr 2008 12:31:16 +0000 (14:31 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 9 Apr 2008 23:28:59 +0000 (01:28 +0200)
Michael
(This used to be commit 31e68cbe5bdc8d69b2b711ec8ea62dbe612ec68f)

source3/lib/smbconf/testsuite.c

index d42a5d49b0342059a4c58d34c45387d735ba9b5a..f159faac4ddf3ab41e00b69eececbbf6f67a17a0 100644 (file)
@@ -99,6 +99,8 @@ static bool torture_smbconf_reg(void)
        }
        printf("success: init\n");
 
+       ret &= test_get_includes(conf_ctx);
+
        smbconf_shutdown(conf_ctx);
 
        ret = true;