[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim] messageviewer/src/viewerplugins/autotests: Fix typo
From:       Daniel_Vrátil <dvratil () kde ! org>
Date:       2015-10-31 16:50:33
Message-ID: E1ZsZMP-0007Zb-Cw () scm ! kde ! org
[Download RAW message or body]

Git commit 4770e741d791b97a1b71725f5f4390f72a5db0a2 by Daniel Vrátil.
Committed on 31/10/2015 at 16:50.
Pushed by dvratil into branch 'master'.

Fix typo

M  +1    -1    messageviewer/src/viewerplugins/autotests/eventedittest.cpp

http://commits.kde.org/kdepim/4770e741d791b97a1b71725f5f4390f72a5db0a2

diff --git a/messageviewer/src/viewerplugins/autotests/eventedittest.cpp \
b/messageviewer/src/viewerplugins/autotests/eventedittest.cpp index 3d02f01..46e369a \
                100644
--- a/messageviewer/src/viewerplugins/autotests/eventedittest.cpp
+++ b/messageviewer/src/viewerplugins/autotests/eventedittest.cpp
@@ -398,7 +398,7 @@ void EventEditTest::shouldUpdateStartEndDateWhenReopenIt()
     QCOMPARE(startDateTime->dateTime().time().minute(), \
newDateTime.time().minute());  QCOMPARE(startDateTime->dateTime().date(), \
newDateTime.date());  
-    newDateTime = newDateTime.addMSecs(3600);
+    newDateTime = newDateTime.addSecs(3600);
     QCOMPARE(endDateTime->dateTime().time().hour(), newDateTime.time().hour());
     QCOMPARE(endDateTime->dateTime().time().minute(), newDateTime.time().minute());
     QCOMPARE(endDateTime->dateTime().date(), newDateTime.date());


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic