aboutsummaryrefslogtreecommitdiff
path: root/tests/ut_mbanner/ut_mbanner.h
diff options
context:
space:
mode:
authorJanne Sakko <ext-janne.2.sakko@nokia.com>2010-10-29 10:20:21 +0300
committerArmin Berres <armin.berres@basyskom.de>2010-10-29 16:54:19 +0200
commit266745dee047c404475cacb245c25736b2f44c88 (patch)
treeb6375ee38cbc7a516c47df29da1b1038f220b95e /tests/ut_mbanner/ut_mbanner.h
parent51e754db5e6cf4441a1c26200b389e30bfcc8166 (diff)
Changes: Changed MBanner's timestamp to be updatable
RevBy: Adrián Yanes Details: Timestamp should be updatable because if notification that uses MBanner is updated it's timestamp should also be updated. Otherwise MBanner has to be created every time it's updated.
Diffstat (limited to 'tests/ut_mbanner/ut_mbanner.h')
-rw-r--r--tests/ut_mbanner/ut_mbanner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ut_mbanner/ut_mbanner.h b/tests/ut_mbanner/ut_mbanner.h
index dfc80390..b7b20ac3 100644
--- a/tests/ut_mbanner/ut_mbanner.h
+++ b/tests/ut_mbanner/ut_mbanner.h
@@ -39,6 +39,7 @@ private slots:
void testSubTitle();
void testIcon();
void testTimeStamp();
+ void testUpdatingTimeStamp();
void testBannerCreation();
void testBannerClicking();