summaryrefslogtreecommitdiffstats
path: root/src/svnqt/tests/ckpath.cpp
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2025-08-20 19:18:01 +0300
committerFat-Zer <fatzer2@gmail.com>2025-08-21 11:37:57 +0000
commitfb0dff6330956c282fda88bd4b625fcb7cb26142 (patch)
treecb4c3e9742284de2331ca1aa54e542976920f7e2 /src/svnqt/tests/ckpath.cpp
parent7c84800c4a5f8ad488d78c05cdd42d22eb31d37c (diff)
downloadtdesvn-master.tar.gz
tdesvn-master.zip
Fix build&run of testsHEADmaster
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'src/svnqt/tests/ckpath.cpp')
-rw-r--r--src/svnqt/tests/ckpath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/tests/ckpath.cpp b/src/svnqt/tests/ckpath.cpp
index 697e153..a404e50 100644
--- a/src/svnqt/tests/ckpath.cpp
+++ b/src/svnqt/tests/ckpath.cpp
@@ -15,7 +15,7 @@ int main(int,char**)
}
unsigned j = 0;
while (pa.length()>0) {
- std::cout << pa.path() << std::endl;
+ std::cout << pa.path().local8Bit() << std::endl;
pa.removeLast();
++j;
}