s4-smbtorture: Make test names lowercase and dot-separated.
[sfrench/samba-autobuild/.git] / source4 / torture / rpc / browser.c
index b039b0fcc8e9f61a32c0beb3790b12a82050b37f..d3c312cb48026f7ea291af5bb825828ed1fb8602 100644 (file)
@@ -114,7 +114,7 @@ bool test_BrowserrQueryOtherDomains(struct torture_context *tctx,
 
 struct torture_suite *torture_rpc_browser(TALLOC_CTX *mem_ctx)
 {
-       struct torture_suite *suite = torture_suite_create(mem_ctx, "BROWSER");
+       struct torture_suite *suite = torture_suite_create(mem_ctx, "browser");
        struct torture_rpc_tcase *tcase = torture_suite_add_rpc_iface_tcase(suite, "browser", &ndr_table_browser);
 
        torture_rpc_tcase_add_test(tcase, "BrowserrQueryOtherDomains", test_BrowserrQueryOtherDomains);