From 075491a8bc3948cbde5771540ef4e1d23b1d3923 Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Sun, 28 Apr 2013 13:28:13 +0200 Subject: [PATCH] fix locale test for money formatting; fix config location for tests; add run script for tests --- src/main.cpp | 7 ++++--- tests/locale/tlocale.cpp | 12 +++++++----- tests/mtest.h | 2 ++ tests/runtests.sh | 17 +++++++++++++++++ 4 files changed, 30 insertions(+), 8 deletions(-) create mode 100755 tests/runtests.sh diff --git a/src/main.cpp b/src/main.cpp index 9a14b2a..b1fef62 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -257,7 +257,7 @@ MApplication::MApplication(int&ac,char**av) installEventFilter(ef=new EFilter); //check parameters - qDebug()<<"arguments"<$tcase.xml +done -- 1.7.2.5