summaryrefslogtreecommitdiff
path: root/libs/documents/src
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-09-25 21:47:01 +0200
committerJoel Klinghed <the_jk@spawned.biz>2024-09-25 21:47:01 +0200
commit2d8949a0d9333bfda2385e3eab124581704286bf (patch)
tree7c8845e80842e9cb88d2ca674b06022574f88444 /libs/documents/src
parent00754eea8d203e34e2a2a52f23231fd7146e0629 (diff)
Add unicode filename test
And fix errors in MUTF-8 conversion in jni.cpp
Diffstat (limited to 'libs/documents/src')
-rw-r--r--libs/documents/src/androidTest/java/org/the_jk/cleversync/documents/DocumentTreeAndroidTest.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/documents/src/androidTest/java/org/the_jk/cleversync/documents/DocumentTreeAndroidTest.kt b/libs/documents/src/androidTest/java/org/the_jk/cleversync/documents/DocumentTreeAndroidTest.kt
index d0d6bb3..8510ef1 100644
--- a/libs/documents/src/androidTest/java/org/the_jk/cleversync/documents/DocumentTreeAndroidTest.kt
+++ b/libs/documents/src/androidTest/java/org/the_jk/cleversync/documents/DocumentTreeAndroidTest.kt
@@ -133,6 +133,11 @@ class DocumentTreeAndroidTest : TreeAbstractTest() {
runTest { super.lastModified() }
}
+ @Test
+ override fun unicodeFilename() {
+ runTest { super.unicodeFilename() }
+ }
+
override fun supportSymlinks() = false
override fun idle() {