diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2010-06-07 13:18:50 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2010-06-07 13:21:20 (GMT) |
commit | 5f9fdaa5c82fa4529ad4352da6855a19be83c079 (patch) | |
tree | e66e76199eba2d4ab5d7b58be6ed4b1f0aafd0d1 /tests/auto | |
parent | 3cf159b75f8a5e66edd8f6b4defbee2f4435b6ef (diff) | |
download | Qt-5f9fdaa5c82fa4529ad4352da6855a19be83c079.zip Qt-5f9fdaa5c82fa4529ad4352da6855a19be83c079.tar.gz Qt-5f9fdaa5c82fa4529ad4352da6855a19be83c079.tar.bz2 |
XQuery test suite (and others): remove p4 dependency
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/xmlpatternsxqts/tst_suitetest.cpp | 4 |
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); } |