tests/auto/xmlpatternsxqts/tst_suitetest.cpp
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
--- a/tests/auto/xmlpatternsxqts/tst_suitetest.cpp	Tue Jul 06 15:10:48 2010 +0300
+++ b/tests/auto/xmlpatternsxqts/tst_suitetest.cpp	Wed Aug 18 10:37:55 2010 +0300
@@ -141,8 +141,6 @@
     /* 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 @@
 
     const int exitCode = eventLoop.exec();
 
-    QProcess::execute(QLatin1String("p4 revert -a ") + m_existingBaseline);
-
     QCOMPARE(exitCode, 0);
 }