summaryrefslogtreecommitdiffstats
path: root/kmymoney2/converter/convertertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/converter/convertertest.cpp')
-rw-r--r--kmymoney2/converter/convertertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/converter/convertertest.cpp b/kmymoney2/converter/convertertest.cpp
index 9766e2d..f8a5568 100644
--- a/kmymoney2/converter/convertertest.cpp
+++ b/kmymoney2/converter/convertertest.cpp
@@ -204,6 +204,6 @@ void ConverterTest::testDateFormat()
}
catch (MyMoneyException* e)
{
- CPPUNIT_FAIL(e->what());
+ CPPUNIT_FAIL(e->what().local8Bit().data());
}
}