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
0
Merge Requests
0
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
46e00d05
Commit
46e00d05
authored
Jan 29, 2018
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use qputenv
parent
a8516a58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
plugins/plasma/pimeventsplugin/autotests/eventdatavisitortest.cpp
...plasma/pimeventsplugin/autotests/eventdatavisitortest.cpp
+1
-1
plugins/plasma/pimeventsplugin/autotests/pimeventsplugintest.cpp
.../plasma/pimeventsplugin/autotests/pimeventsplugintest.cpp
+1
-1
No files found.
plugins/plasma/pimeventsplugin/autotests/eventdatavisitortest.cpp
View file @
46e00d05
...
...
@@ -65,7 +65,7 @@ using DateTimeRange = QPair<QDateTime, QDateTime>;
void
EventDataVisitorTest
::
initTestCase
()
{
setenv
(
"TZ"
,
"Europe/Berlin"
,
1
);
qputenv
(
"TZ"
,
"Europe/Berlin"
);
}
void
EventDataVisitorTest
::
testGenerateUID_data
()
...
...
plugins/plasma/pimeventsplugin/autotests/pimeventsplugintest.cpp
View file @
46e00d05
...
...
@@ -31,7 +31,7 @@ Q_DECLARE_METATYPE(CalendarEvents::EventData)
void
PimEventsPluginTest
::
initTestCase
()
{
setenv
(
"TZ"
,
"Europe/Berlin"
,
1
);
qputenv
(
"TZ"
,
"Europe/Berlin"
);
qRegisterMetaType
<
DateEventDataHash
>
(
"QMultiHash<QDate, CalendarEvents::EventData>"
);
qRegisterMetaType
<
CalendarEvents
::
EventData
>
(
"CalendarEvents::EventData"
);
}
...
...
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