libcli/echo: lowercase testsuite names
authorStefan Metzmacher <metze@samba.org>
Sat, 11 Dec 2010 10:03:52 +0000 (11:03 +0100)
committerStefan Metzmacher <metze@samba.org>
Sat, 11 Dec 2010 10:06:56 +0000 (11:06 +0100)
metze

libcli/echo/tests/echo.c

index 931e8b6c02f6d34469db39f2cbcede303f928a83..77a7dfa677f545934e92deb860154939f1bde34c 100644 (file)
@@ -81,10 +81,10 @@ NTSTATUS torture_libcli_echo_init(void)
 {
        struct torture_suite *suite;
 
-       suite = torture_suite_create(talloc_autofree_context(), "ECHO");
+       suite = torture_suite_create(talloc_autofree_context(), "echo");
        NT_STATUS_HAVE_NO_MEMORY(suite);
 
-       torture_suite_add_simple_test(suite, "UDP", torture_echo_udp);
+       torture_suite_add_simple_test(suite, "udp", torture_echo_udp);
 
        suite->description = talloc_strdup(suite, "libcli/echo interface tests");
        torture_register_suite(suite);