Correct misspelt function name in qtconcurrentmap test.
authorJason McDonald <jason.mcdonald@nokia.com>
Thu, 29 Dec 2011 01:38:45 +0000 (11:38 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 30 Dec 2011 01:07:50 +0000 (02:07 +0100)
Change-Id: I79b54b4e0de6319add89d220d3c3306556ab4ccc
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp

index a1dd1c7..c55317d 100644 (file)
@@ -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;