s4-smbtorture: Make test names lowercase and dot-separated.
[metze/samba/wip.git] / source4 / torture / nbt / wins.c
index fd8463a936988364184bfb1c15192bc659f4187f..0ddaa8a05a1ea2fcb432ab35666fae820b14d31b 100644 (file)
@@ -533,7 +533,7 @@ static bool nbt_test_wins(struct torture_context *tctx)
 */
 struct torture_suite *torture_nbt_wins(TALLOC_CTX *mem_ctx)
 {
-       struct torture_suite *suite = torture_suite_create(mem_ctx, "WINS");
+       struct torture_suite *suite = torture_suite_create(mem_ctx, "wins");
 
        torture_suite_add_simple_test(suite, "wins", nbt_test_wins);