From: axis Date: Tue, 22 Mar 2011 08:19:46 +0000 (+0100) Subject: Fixed maketestselftest after guiapplauncher was made a global test. X-Git-Tag: qt-v5.0.0-alpha1~4362 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cdec327f2f3d870221c5a4cb2a8b1bd38831bef;p=profile%2Fivi%2Fqtbase.git Fixed maketestselftest after guiapplauncher was made a global test. --- diff --git a/tests/auto/maketestselftest/tst_maketestselftest.cpp b/tests/auto/maketestselftest/tst_maketestselftest.cpp index 8ed8cb8..9fbfd5a 100644 --- a/tests/auto/maketestselftest/tst_maketestselftest.cpp +++ b/tests/auto/maketestselftest/tst_maketestselftest.cpp @@ -148,7 +148,8 @@ void tst_MakeTestSelfTest::tests_pro_files_data() foreach (const QString& subdir, subdirs) { if (subdir == QString::fromLatin1("tmp") - || subdir.startsWith(".")) + || subdir.startsWith(".") + || !dir.exists(subdir + "/" + subdir + ".pro")) { continue; }