[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/tests
From:       David Faure <faure () kde ! org>
Date:       2010-12-24 12:24:36
Message-ID: 20101224122436.2DFA7AC8AA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1209059 by dfaure:

Fix test; testThreads was passing alone, but not when testGroupCopyTo had been called once already


 M  +1 -1      kconfigtest.cpp  


--- trunk/KDE/kdelibs/kdecore/tests/kconfigtest.cpp #1209058:1209059
@@ -1551,7 +1551,7 @@
     // Run in parallel some tests that work on different config files,
     // otherwise unexpected things might indeed happen.
     futures << QtConcurrent::run(this, &KConfigTest::testAddConfigSources);
-    futures << QtConcurrent::run(this, &KConfigTest::testGroupCopyTo);
+    futures << QtConcurrent::run(this, &KConfigTest::testSimple);
     futures << QtConcurrent::run(this, &KConfigTest::testDefaults);
     // QEXPECT_FAIL triggers race conditions, it should be fixed to use QThreadStorage...
     //futures << QtConcurrent::run(this, &KConfigTest::testDeleteWhenLocalized);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic