diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testgitstorage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testgitstorage.cpp b/tests/testgitstorage.cpp index 080ba49c3..aaa6bd8da 100644 --- a/tests/testgitstorage.cpp +++ b/tests/testgitstorage.cpp @@ -64,6 +64,7 @@ void TestGitStorage::testGitStorageLocal_data() // test different path we may encounter (since storage depends on user name) QTest::addColumn<QString>("testDirName"); QTest::newRow("ASCII path") << "./gittest"; + QTest::newRow("Non ASCII path") << "./gittest_éèêôàüäößíñóúäåöø"; } void TestGitStorage::testGitStorageLocal() |