s4-smbtorture: Make test names lowercase and dot-separated.
[metze/samba/wip.git] / source4 / dsdb / schema / tests / schema_syntax.c
index 0f939fe170a44191d86f8b712083b3fe81857568..326c94ff5a0e6be1293acdaebfcebf3b86b2dbbb 100644 (file)
@@ -238,7 +238,7 @@ struct torture_suite *torture_dsdb_syntax(TALLOC_CTX *mem_ctx)
        typedef bool (*pfn_run)(struct torture_context *, void *);
 
        struct torture_tcase *tc;
-       struct torture_suite *suite = torture_suite_create(mem_ctx, "DSDB-SYNTAX");
+       struct torture_suite *suite = torture_suite_create(mem_ctx, "dsdb.syntax");
 
        if (suite == NULL) {
                return NULL;