diff -r 52d644758b05 -r 76d2cf7a585e logsui/logscntfinder/tsrc/st_logscntfinder/src/main.cpp --- a/logsui/logscntfinder/tsrc/st_logscntfinder/src/main.cpp Fri Aug 06 14:57:47 2010 +0300 +++ b/logsui/logscntfinder/tsrc/st_logscntfinder/src/main.cpp Mon Aug 23 18:14:51 2010 +0300 @@ -33,17 +33,37 @@ QTest::qExec(&tc##_instance, tc##_args);\ parser.parseAndPrintResults(resultFileName,true) +#define STEST_CLASS_ARG( tc, arg )\ + tc tc##_instance( arg );\ + QStringList tc##_args( #tc );\ + resultFileName = QString("c:/data/others/") + QString( #tc ) + QString(".xml");\ + tc##_args << "-xml" << "-o" << resultFileName;\ + QTest::qExec(&tc##_instance, tc##_args);\ + parser.parseAndPrintResults(resultFileName,true) int main(int argc, char *argv[]) { bool promptOnExit(false); bool useQApplication(true); + bool createContacts(true); + bool itut(true); + bool qwerty(true); + bool thai(true); + for (int i=0; i