Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE PIM Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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