s4-smbtorture: Make test names lowercase and dot-separated.
[metze/samba/wip.git] / source4 / torture / nbt / winsreplication.c
index ee4b8744e4a6acd5304b1c2c1cf4d4cc31d8b579..cf8db494cab6129aee284e92de70ef83c14d68a8 100644 (file)
@@ -9739,15 +9739,14 @@ static bool torture_nbt_winsreplication_owned(struct torture_context *tctx)
 struct torture_suite *torture_nbt_winsreplication(TALLOC_CTX *mem_ctx)
 {
        struct torture_suite *suite = torture_suite_create(
-               mem_ctx, "WINSREPLICATION");
+               mem_ctx, "winsreplication");
        struct torture_tcase *tcase;
 
        tcase = torture_suite_add_simple_test(suite, "assoc_ctx1", 
                                             test_assoc_ctx1);
        tcase->tests->dangerous = true;
 
-       torture_suite_add_simple_test(suite, "assoc_ctx2", 
-                                     test_assoc_ctx2);
+       torture_suite_add_simple_test(suite, "assoc_ctx2", test_assoc_ctx2);
        
        torture_suite_add_simple_test(suite, "wins_replication",
                                      test_wins_replication);