homescreenapp/hsdomainmodel/tsrc/t_hsdomainmodel/src/t_hsdatabase.cpp
changeset 101 ba1b7e218624
parent 90 3ac3aaebaee5
--- a/homescreenapp/hsdomainmodel/tsrc/t_hsdomainmodel/src/t_hsdatabase.cpp	Mon Oct 18 10:20:15 2010 +0300
+++ b/homescreenapp/hsdomainmodel/tsrc/t_hsdomainmodel/src/t_hsdatabase.cpp	Wed Oct 20 15:25:39 2010 +0300
@@ -387,4 +387,10 @@
     QCOMPARE(presentation1.zValue, qreal(2));
     QVERIFY(db->widgetPresentation(presentation2));    
     QCOMPARE(presentation2.zValue, qreal(3));
+    QList<HsWidgetPresentationData> presentations;
+    presentations.append(presentation1);
+    presentations.append(presentation2);
+    QVERIFY(db->updateWidgetPresentations(presentations,Qt::Vertical));    
+
+
 }