aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/ut_madvancedlistitem/ut_madvancedlistitem.cpp1
-rw-r--r--tests/ut_mdetailedlistitem/ut_mdetailedlistitem.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/ut_madvancedlistitem/ut_madvancedlistitem.cpp b/tests/ut_madvancedlistitem/ut_madvancedlistitem.cpp
index 803a7243..b58c455e 100644
--- a/tests/ut_madvancedlistitem/ut_madvancedlistitem.cpp
+++ b/tests/ut_madvancedlistitem/ut_madvancedlistitem.cpp
@@ -75,7 +75,6 @@ void Ut_MAdvancedListItem::testTitle()
void Ut_MAdvancedListItem::testImageWidget()
{
- QSKIP("Wait for issue in bug #185535 to be resolved", SkipSingle);
MImageWidget *myImageWidget = new MImageWidget();
m_subject->setImageWidget( myImageWidget );
QCOMPARE( m_subject->imageWidget(), myImageWidget );
diff --git a/tests/ut_mdetailedlistitem/ut_mdetailedlistitem.cpp b/tests/ut_mdetailedlistitem/ut_mdetailedlistitem.cpp
index e31cfd53..03abf249 100644
--- a/tests/ut_mdetailedlistitem/ut_mdetailedlistitem.cpp
+++ b/tests/ut_mdetailedlistitem/ut_mdetailedlistitem.cpp
@@ -86,7 +86,6 @@ void Ut_mdetailedlistitem::testSetItemStyle()
//check if m_subject was created with proper style
QCOMPARE( m_subject->itemStyle(), MDetailedListItem::IconTitleSubtitleAndTwoSideIcons );
m_subject->setItemStyle(MDetailedListItem::IconTitleSubtitleAndSideIconWithLabel);
- //styles are reported and fixed in: #185045
QCOMPARE( m_subject->itemStyle(), MDetailedListItem::IconTitleSubtitleAndSideIconWithLabel );
}