summaryrefslogtreecommitdiffstats
path: root/kmymoney2/kmymoneytest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/kmymoneytest.cpp')
-rw-r--r--kmymoney2/kmymoneytest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/kmymoneytest.cpp b/kmymoney2/kmymoneytest.cpp
index e42e142..623a390 100644
--- a/kmymoney2/kmymoneytest.cpp
+++ b/kmymoney2/kmymoneytest.cpp
@@ -84,7 +84,7 @@ class MyProgressListener : public CppUnit::TextTestProgressListener
if(m_name != name) {
if(m_name != "")
std::cout << std::endl;
- std::cout << "Running: " << name << std::endl;
+ std::cout << "Running: " << name.local8Bit() << std::endl;
m_name = name;
}
}