summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-12-29 11:38:45 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-30 02:07:50 +0100
commit0372d5bf0d0702e7610d265532109aa6cbfd792c (patch)
tree8fb03bea14f92ddbb30bb60cad729816c3c06ca4 /tests
parent8b66c46c18a219090e450203f958c6ea1e8c004b (diff)
Correct misspelt function name in qtconcurrentmap test.
Change-Id: I79b54b4e0de6319add89d220d3c3306556ab4ccc Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp b/tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
index a1dd1c7ab9..c55317d171 100644
--- a/tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
+++ b/tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
@@ -74,7 +74,7 @@ private slots:
void exceptions();
#endif
void incrementalResults();
- void noDetatch();
+ void noDetach();
#ifndef QT_NO_STL
void stlContainers();
#endif
@@ -2279,7 +2279,7 @@ void tst_QtConcurrentMap::incrementalResults()
Test that mapped does not cause deep copies when holding
references to Qt containers.
*/
-void tst_QtConcurrentMap::noDetatch()
+void tst_QtConcurrentMap::noDetach()
{
{
QList<int> l = QList<int>() << 1;