From 005153a728853ff219aef5c7a36463373dfa301b Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 22 Jan 2013 23:56:23 +0100 Subject: [PATCH] Try to make it fail on jenkins too Seems the path is not being utf8 and thus stuff does not fail Don't think this will do anything, but won't hurt --- tests/parttest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/parttest.cpp b/tests/parttest.cpp index fe8c71e2e..b88f88835 100644 --- a/tests/parttest.cpp +++ b/tests/parttest.cpp @@ -98,6 +98,7 @@ void PartTest::testFowardPDF_data() int main(int argc, char *argv[]) { // This is QTEST_KDEMAIN withouth the LC_ALL set + setenv("LC_ALL", "en_US.UTF-8", 1); assert( !QDir::homePath().isEmpty() ); setenv("KDEHOME", QFile::encodeName( QDir::homePath() + QString::fromLatin1("/.kde-unit-test") ), 1); setenv("XDG_DATA_HOME", QFile::encodeName( QDir::homePath() + QString::fromLatin1("/.kde-unit-test/xdg/local") ), 1);