Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Add-ons
Commits
e01e16d1
Commit
e01e16d1
authored
May 19, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it use C locale
parent
f3236b0b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
plugins/messageviewer/bodypartformatter/autotests/rendertest.cpp
.../messageviewer/bodypartformatter/autotests/rendertest.cpp
+9
-0
No files found.
plugins/messageviewer/bodypartformatter/autotests/rendertest.cpp
View file @
e01e16d1
...
...
@@ -32,6 +32,15 @@
#include <QIcon>
#include <QProcess>
#ifndef Q_OS_WIN
void
initLocale
()
{
setenv
(
"LC_ALL"
,
"en_US.utf-8"
,
1
);
}
Q_CONSTRUCTOR_FUNCTION
(
initLocale
)
#endif
void
RenderTest
::
testRender_data
()
{
QTest
::
addColumn
<
QString
>
(
"mailFileName"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment