Moving relevant tests to corelib/codecs
authorHolger Ihrig <holger.ihrig@nokia.com>
Wed, 24 Aug 2011 08:30:49 +0000 (10:30 +0200)
committerHolger Ihrig <holger.ihrig@nokia.com>
Fri, 26 Aug 2011 06:49:59 +0000 (08:49 +0200)
Task-number: QTBUG-21066

Change-Id: If33bda9622bbfdac2b72ec2bf8489b0f62bae6e2
Reviewed-on: http://codereview.qt.nokia.com/3469
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
13 files changed:
tests/auto/corelib/codecs/codecs.pro [new file with mode: 0644]
tests/auto/corelib/codecs/qtextcodec/.gitattributes [moved from tests/auto/qtextcodec/.gitattributes with 100% similarity]
tests/auto/corelib/codecs/qtextcodec/.gitignore [moved from tests/auto/qtextcodec/.gitignore with 100% similarity]
tests/auto/corelib/codecs/qtextcodec/QT4-crashtest.txt [moved from tests/auto/qtextcodec/QT4-crashtest.txt with 100% similarity]
tests/auto/corelib/codecs/qtextcodec/echo/echo.pro [moved from tests/auto/qtextcodec/echo/echo.pro with 100% similarity]
tests/auto/corelib/codecs/qtextcodec/echo/main.cpp [moved from tests/auto/qtextcodec/echo/main.cpp with 100% similarity]
tests/auto/corelib/codecs/qtextcodec/korean.txt [moved from tests/auto/qtextcodec/korean.txt with 100% similarity]
tests/auto/corelib/codecs/qtextcodec/qtextcodec.pro [moved from tests/auto/qtextcodec/qtextcodec.pro with 100% similarity]
tests/auto/corelib/codecs/qtextcodec/test/test.pro [moved from tests/auto/qtextcodec/test/test.pro with 100% similarity]
tests/auto/corelib/codecs/qtextcodec/tst_qtextcodec.cpp [moved from tests/auto/qtextcodec/tst_qtextcodec.cpp with 100% similarity]
tests/auto/corelib/codecs/qtextcodec/utf8.txt [moved from tests/auto/qtextcodec/utf8.txt with 100% similarity]
tests/auto/corelib/corelib.pro
tests/auto/gui.pro

diff --git a/tests/auto/corelib/codecs/codecs.pro b/tests/auto/corelib/codecs/codecs.pro
new file mode 100644 (file)
index 0000000..41c5d8e
--- /dev/null
@@ -0,0 +1,3 @@
+TEMPLATE=subdirs
+SUBDIRS=\
+   qtextcodec
index d9da997..4c84fbb 100644 (file)
@@ -1,3 +1,4 @@
 TEMPLATE=subdirs
 SUBDIRS=\
-   animation
+   animation \
+   codecs
index 2e36ef5..aa8056e 100644 (file)
@@ -167,7 +167,6 @@ SUBDIRS=\
     qtablewidget \
     qtcpsocket \
     qtextblock \
-    qtextcodec \
     qtextcursor \
     qtextdocumentfragment \
     qtextdocumentlayout \