diff -r c5af8598d22c -r e4c884866116 logsui/logscntfinder/tsrc/ut_logscntfinder/src/main.cpp --- a/logsui/logscntfinder/tsrc/ut_logscntfinder/src/main.cpp Thu Sep 02 20:27:05 2010 +0300 +++ b/logsui/logscntfinder/tsrc/ut_logscntfinder/src/main.cpp Fri Sep 17 08:29:34 2010 +0300 @@ -25,50 +25,46 @@ #include "ut_logspredictivethai12keytranslator.h" #include "ut_logscntentry.h" -#include "testresultxmlparser.h" - - -#define UTEST_CLASS( tc )\ - tc tc##_instance;\ - QStringList tc##_args( #tc );\ - resultFileName = QString("c:/") + QString( #tc ) + QString(".xml");\ - tc##_args << "-xml" << "-o" << resultFileName;\ - QTest::qExec(&tc##_instance, tc##_args);\ - parser.parseAndPrintResults(resultFileName,true) - +#include "testrunner.h" int main(int argc, char *argv[]) -{ - bool promptOnExit(true); - bool useQApplication(true); - for (int i=0; i