aboutsummaryrefslogtreecommitdiff
path: root/tests/ut_minfobanner
diff options
context:
space:
mode:
authorMiroslav Safr <miroslav.safr@tieto.com>2010-06-23 11:43:53 +0300
committerSergiy Dubovik <sergiy.dubovik@nokia.com>2010-06-24 09:50:01 +0300
commitb831818a749a7968bb734f12ddbdb984cc6ac983 (patch)
tree0bada5b7f84f7dac72e8328d187c5c59ff2a38b1 /tests/ut_minfobanner
parent51516eb8a5c630aa7a1ad219b18a427649b563ba (diff)
Changes: Icon IDs update according meegotouchtheme
RevBy: TuomasK Details: some icons has changed the name, old invalid IDs stayed in code and sometimes cause problems..
Diffstat (limited to 'tests/ut_minfobanner')
-rw-r--r--tests/ut_minfobanner/ut_minfobanner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ut_minfobanner/ut_minfobanner.cpp b/tests/ut_minfobanner/ut_minfobanner.cpp
index ef76f5ba..3f8e4ae7 100644
--- a/tests/ut_minfobanner/ut_minfobanner.cpp
+++ b/tests/ut_minfobanner/ut_minfobanner.cpp
@@ -65,7 +65,7 @@ void Ut_MInfoBanner::testCreation_data()
QTest::newRow("info") << MInfoBanner::Information
<< MTheme::ViewType(MInfoBanner::informationType)
- << QString("Icon-close")
+ << QString("icon-m-framework-close")
<< QString("<font color=\"white\">Battery is running low</font>")
<< QString("");
@@ -73,7 +73,7 @@ void Ut_MInfoBanner::testCreation_data()
<< MTheme::ViewType(MInfoBanner::eventType)
<< QString("ebf7db7b6ab73c6cba8fc87da2d1fdcf")
<< QString("<font color=\"white\" size=\"3\">Ida Taipale</font><br/><font color=\"white\" size=\"2\">Have you seen my dog?</font>")
- << QString("Icon-new-SMS");
+ << QString("icon-m-toolbar-send-sms");
QTest::newRow("invalid") << (MInfoBanner::BannerType)10
<< MTheme::ViewType(MInfoBanner::eventType)