diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2013-12-27 00:07:18 +0200 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2013-12-28 19:17:52 +0100 |
commit | ed13ba2d0c7a3e984f580eb032df690c9e45330c (patch) | |
tree | b98f075a61afae9a261f3adb12794cf934e79d33 /src/plugins/cpptools/cppcompletion_test.cpp | |
parent | dbb23c7fbc9b3dd7291907a7a8655f5bb2132c3b (diff) | |
download | qt-creator-ed13ba2d0c7a3e984f580eb032df690c9e45330c.tar.gz |
CppTools: Replace comma with dot for test names
Comma is used to separate tests on command-line
Change-Id: I785d2137d54b0e1e4edbbd940042dc926719dcfc
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cppcompletion_test.cpp')
-rw-r--r-- | src/plugins/cpptools/cppcompletion_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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" |