diff -r f27aebe284bb -r c5af8598d22c logsui/logscntfinder/tsrc/st_logscntfinder/src/main.cpp --- a/logsui/logscntfinder/tsrc/st_logscntfinder/src/main.cpp Wed Aug 18 09:49:12 2010 +0300 +++ b/logsui/logscntfinder/tsrc/st_logscntfinder/src/main.cpp Thu Sep 02 20:27:05 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