s4-smbtorture: Make test names lowercase and dot-separated.
[sfrench/samba-autobuild/.git] / source4 / torture / rpc / object_uuid.c
index e2320bf4d2adff49d9f13dae7e36140fc3d9b1aa..8e7d6a7bad78a1e8e34f79f39a7884bb3046ae26 100644 (file)
@@ -77,7 +77,7 @@ static bool test_random_uuid(struct torture_context *torture)
 struct torture_suite *torture_rpc_object_uuid(TALLOC_CTX *mem_ctx)
 {
        struct torture_suite *suite;
-       suite = torture_suite_create(mem_ctx, "OBJECTUUID");
+       suite = torture_suite_create(mem_ctx, "objectuuid");
        torture_suite_add_simple_test(suite, "random-uuid", test_random_uuid);
        return suite;
 }