summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsxqts
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-06-07 15:58:06 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-06-07 15:58:06 (GMT)
commit06ef7df062507f301fe7e07852a31087ff028f5b (patch)
treebbefbae2ad27cea63c7fbfd5f8d6c3d61c41fb00 /tests/auto/xmlpatternsxqts
parent1c79d97f8130a0c00f4c57535d85bdb4246eeb4d (diff)
parentbf966d125d5c5fa7719ae9f9110db8742d5a4c85 (diff)
downloadQt-06ef7df062507f301fe7e07852a31087ff028f5b.zip
Qt-06ef7df062507f301fe7e07852a31087ff028f5b.tar.gz
Qt-06ef7df062507f301fe7e07852a31087ff028f5b.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'tests/auto/xmlpatternsxqts')
-rw-r--r--tests/auto/xmlpatternsxqts/tst_suitetest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/xmlpatternsxqts/tst_suitetest.cpp b/tests/auto/xmlpatternsxqts/tst_suitetest.cpp
index ec63858..6e10e3f 100644
--- a/tests/auto/xmlpatternsxqts/tst_suitetest.cpp
+++ b/tests/auto/xmlpatternsxqts/tst_suitetest.cpp
@@ -141,8 +141,6 @@ void tst_SuiteTest::checkTestSuiteResult() const
/* Passed to ResultThreader so it knows what kind of file it is handling. */
ResultThreader::Type type = ResultThreader::Baseline;
- QProcess::execute(QLatin1String("p4 edit ") + m_existingBaseline);
-
for(QFileInfoList::const_iterator it(list.constBegin()); it != end; ++it)
{
QFileInfo i(*it);
@@ -167,8 +165,6 @@ void tst_SuiteTest::checkTestSuiteResult() const
const int exitCode = eventLoop.exec();
- QProcess::execute(QLatin1String("p4 revert -a ") + m_existingBaseline);
-
QCOMPARE(exitCode, 0);
}