From ed13ba2d0c7a3e984f580eb032df690c9e45330c Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Fri, 27 Dec 2013 00:07:18 +0200 Subject: CppTools: Replace comma with dot for test names Comma is used to separate tests on command-line Change-Id: I785d2137d54b0e1e4edbbd940042dc926719dcfc Reviewed-by: Nikolai Kosjar --- src/plugins/cpptools/cppcompletion_test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/cpptools/cppcompletion_test.cpp') diff --git a/src/plugins/cpptools/cppcompletion_test.cpp b/src/plugins/cpptools/cppcompletion_test.cpp index 2828a94593..8ed54b8057 100644 --- a/src/plugins/cpptools/cppcompletion_test.cpp +++ b/src/plugins/cpptools/cppcompletion_test.cpp @@ -684,7 +684,7 @@ void CppToolsPlugin::test_completion_data() << QLatin1String("Final") << QLatin1String("Global")); - QTest::newRow("use_global_identifier_as_base_class: derived is inside namespace, " + QTest::newRow("use_global_identifier_as_base_class: derived is inside namespace. " "base as global") << _( "struct Global\n" "{\n" @@ -708,7 +708,7 @@ void CppToolsPlugin::test_completion_data() << QLatin1String("Global")); // This test does not work due to the bug QTCREATORBUG-7912 -// QTest::newRow("use_global_identifier_as_base_class: derived is enclosed by template, " +// QTest::newRow("use_global_identifier_as_base_class: derived is enclosed by template. " // "base as global") << _( // "struct Global\n" // "{\n" @@ -955,7 +955,7 @@ void CppToolsPlugin::test_completion_data() << QLatin1String("B") << QLatin1String("_b_t")); - QTest::newRow("cyclic_inheritance: direct cyclic inheritance with templates, " + QTest::newRow("cyclic_inheritance: direct cyclic inheritance with templates. " "more complex situation") << _( "namespace NS\n" "{\n" -- cgit v1.2.1