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
committerAlexander Golubev <fatzer2@gmail.com>2025-08-21 14:38:18 +0300
commit68558afe7939fb36627bb665c9d363caaa60de14 (patch)
tree6f1960de26539f39a8e2da556aa687ec715224c5 /src/svnqt/tests/ckpath.cpp
parent0292a9a6ecfd383940d96750e230b30e0ce103be (diff)
downloadtdesvn-r14.1.x.tar.gz
tdesvn-r14.1.x.zip
Fix build&run of testsr14.1.x
Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit fb0dff6330956c282fda88bd4b625fcb7cb26142)
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;
}