diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2014-01-17 20:23:46 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-01-22 17:48:21 +0100 |
commit | 95f88ed6c58925b74e6e6c25a44e597e5be112b1 (patch) | |
tree | abb4727988cd208efe2f0cea79efb1e56b11565a /tests | |
parent | f217661e4c0c5c653442da65498c4a235a41b785 (diff) | |
download | qtxmlpatterns-95f88ed6c58925b74e6e6c25a44e597e5be112b1.tar.gz |
whitespace fixes
remove trailing spaces & expand tabs
Change-Id: Ic958087d8c50f3c51d767f5191e54c4079cc74a2
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/checkxmlfiles/checkxmlfiles.pro | 10 | ||||
-rw-r--r-- | tests/auto/patternistexamples/patternistexamples.pro | 30 | ||||
-rw-r--r-- | tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp | 2 | ||||
-rw-r--r-- | tests/auto/xmlpatterns/XSLTTODO | 2 | ||||
-rw-r--r-- | tests/auto/xmlpatternssdk/docs/XMLIndenterExample.cpp | 2 | ||||
-rw-r--r-- | tests/auto/xmlpatternssdk/docs/XMLWriterExample.cpp | 2 | ||||
-rw-r--r-- | tests/auto/xmlpatternsxqts/TODO | 2 |
7 files changed, 25 insertions, 25 deletions
diff --git a/tests/auto/checkxmlfiles/checkxmlfiles.pro b/tests/auto/checkxmlfiles/checkxmlfiles.pro index 29bd8ee..d1d26fb 100644 --- a/tests/auto/checkxmlfiles/checkxmlfiles.pro +++ b/tests/auto/checkxmlfiles/checkxmlfiles.pro @@ -10,11 +10,11 @@ wince*: { QT += network requires(!isEmpty(_QMAKE_SUPER_CACHE_)) addFiles.files = \ - ../../../examples/xquery/globalVariables/globals.gccxml \ - ../../../../qtdoc/doc/src/diagrams/stylesheet/treeview.svg \ - ../../../../qtdoc/doc/src/diagrams/designer-manual/designer-mainwindow-actions.ui \ - ../../../../qtsql/examples/sql/masterdetail/albumdetails.xml \ - ../../../../qtbase/examples/widgets/tools/undo/undo.qrc + ../../../examples/xquery/globalVariables/globals.gccxml \ + ../../../../qtdoc/doc/src/diagrams/stylesheet/treeview.svg \ + ../../../../qtdoc/doc/src/diagrams/designer-manual/designer-mainwindow-actions.ui \ + ../../../../qtsql/examples/sql/masterdetail/albumdetails.xml \ + ../../../../qtbase/examples/widgets/tools/undo/undo.qrc addFiles.path = xmlfiles DEPLOYMENT += addFiles } else { diff --git a/tests/auto/patternistexamples/patternistexamples.pro b/tests/auto/patternistexamples/patternistexamples.pro index 02c6689..d55e979 100644 --- a/tests/auto/patternistexamples/patternistexamples.pro +++ b/tests/auto/patternistexamples/patternistexamples.pro @@ -3,22 +3,22 @@ CONFIG += testcase SOURCES += tst_patternistexamples.cpp QT += testlib wince*: { - snippets.files = ../../../doc/src/snippets/patternist/* - snippets.path = patternist - widgetRen.files = ../../../examples/xquery/widgetRenderer/* - widgetRen.path = widgetRenderer - globVar.files = ../../../examples/xquery/globalVariables/* - globVar.path = globalVariables - filetree.files = ../../../examples/filetree/* - filetree.path = filetree - recipes.files = ../../../examples/recipes/* - recipes.path = recipes - files.files = ../../../examples/recipes/files/* - files.path = recipes\\files + snippets.files = ../../../doc/src/snippets/patternist/* + snippets.path = patternist + widgetRen.files = ../../../examples/xquery/widgetRenderer/* + widgetRen.path = widgetRenderer + globVar.files = ../../../examples/xquery/globalVariables/* + globVar.path = globalVariables + filetree.files = ../../../examples/filetree/* + filetree.path = filetree + recipes.files = ../../../examples/recipes/* + recipes.path = recipes + files.files = ../../../examples/recipes/files/* + files.path = recipes\\files - DEPLOYMENT += snippets widgetRen globVar filetree recipes files - # take care of dependency - QT += network + DEPLOYMENT += snippets widgetRen globVar filetree recipes files + # take care of dependency + QT += network } else { DEFINES += SOURCETREE=\\\"$$absolute_path(../../..)/\\\" } diff --git a/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp b/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp index 1aae169..0e74758 100644 --- a/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp +++ b/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp @@ -121,7 +121,7 @@ void tst_QXmlNodeModelIndex::copyConstructor() const /* Take a copy of a temporary. */ { - /* The extra paranthesis silences a warning on win32-msvc. */ + /* The extra paranthesis silences a warning on win32-msvc. */ const QXmlNodeModelIndex copy((QXmlNodeModelIndex())); } } diff --git a/tests/auto/xmlpatterns/XSLTTODO b/tests/auto/xmlpatterns/XSLTTODO index a61e343..2ee8106 100644 --- a/tests/auto/xmlpatterns/XSLTTODO +++ b/tests/auto/xmlpatterns/XSLTTODO @@ -574,7 +574,7 @@ sort $in/order by @sortKey John Snelson of Oracle Berkeley DB XML & XQilla writes in private mail: - I'd had the same thought myself, too - you must be reading my mind ;-) + I'd had the same thought myself, too - you must be reading my mind ;-) What is he referring to? diff --git a/tests/auto/xmlpatternssdk/docs/XMLIndenterExample.cpp b/tests/auto/xmlpatternssdk/docs/XMLIndenterExample.cpp index e7cfe62..a734813 100644 --- a/tests/auto/xmlpatternssdk/docs/XMLIndenterExample.cpp +++ b/tests/auto/xmlpatternssdk/docs/XMLIndenterExample.cpp @@ -45,7 +45,7 @@ XMLWriter writer(&returnBuffer); writer.startDocument(); writer.startDTD(QLatin1String("html"), QLatin1String("-//W3C//DTD XHTML 1.0 Strict//EN"), - QLatin1String("http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd")); + QLatin1String("http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd")); writer.endDTD(); writer.startPrefixMapping(QString(), QLatin1String("http://www.w3.org/1999/xhtml")); diff --git a/tests/auto/xmlpatternssdk/docs/XMLWriterExample.cpp b/tests/auto/xmlpatternssdk/docs/XMLWriterExample.cpp index e7cfe62..a734813 100644 --- a/tests/auto/xmlpatternssdk/docs/XMLWriterExample.cpp +++ b/tests/auto/xmlpatternssdk/docs/XMLWriterExample.cpp @@ -45,7 +45,7 @@ XMLWriter writer(&returnBuffer); writer.startDocument(); writer.startDTD(QLatin1String("html"), QLatin1String("-//W3C//DTD XHTML 1.0 Strict//EN"), - QLatin1String("http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd")); + QLatin1String("http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd")); writer.endDTD(); writer.startPrefixMapping(QString(), QLatin1String("http://www.w3.org/1999/xhtml")); diff --git a/tests/auto/xmlpatternsxqts/TODO b/tests/auto/xmlpatternsxqts/TODO index d25a6a3..fba45f9 100644 --- a/tests/auto/xmlpatternsxqts/TODO +++ b/tests/auto/xmlpatternsxqts/TODO @@ -216,7 +216,7 @@ KXQTS * Rename TestSuite::testResult(); it's not exactly a getter * Grr, rename identifiers and files from *BaseLine* into *Baseline*. * Speed up --run-outofprocess by keeping patternistrunsuite running as long as possible. -* Make text fields in test case view, selectable. Same with AST view. +* Make text fields in test case view, selectable. Same with AST view. - Code cleaning commands: * Find cases where stuff looks like "const Foo& var" instead of "const Foo &var": |