summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/graphicsview
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-04 14:22:40 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-06 01:27:58 +0200
commit1fad83bac6d8606296588a688862f3883ea6f0d1 (patch)
tree6092b3929b312fb72db5fe408219900f11a688d5 /tests/benchmarks/gui/graphicsview
parentaa52c26f094f2e109a96d32aad5d9e46f3fcfbd8 (diff)
Remove last remnants of symbian in autotests.
Change-Id: I91489614653cfe4bcf16b723976e33531402a464 Reviewed-on: http://codereview.qt-project.org/5948 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/benchmarks/gui/graphicsview')
-rw-r--r--tests/benchmarks/gui/graphicsview/qgraphicsanchorlayout/tst_qgraphicsanchorlayout.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/benchmarks/gui/graphicsview/qgraphicsanchorlayout/tst_qgraphicsanchorlayout.cpp b/tests/benchmarks/gui/graphicsview/qgraphicsanchorlayout/tst_qgraphicsanchorlayout.cpp
index 2380ed3e6c..7475de1f0c 100644
--- a/tests/benchmarks/gui/graphicsview/qgraphicsanchorlayout/tst_qgraphicsanchorlayout.cpp
+++ b/tests/benchmarks/gui/graphicsview/qgraphicsanchorlayout/tst_qgraphicsanchorlayout.cpp
@@ -53,8 +53,8 @@ public:
~tst_QGraphicsAnchorLayout() {}
private slots:
- void s60_hard_complex_data();
- void s60_hard_complex();
+ void hard_complex_data();
+ void hard_complex();
void linearVsAnchorSizeHints_data();
void linearVsAnchorSizeHints();
void linearVsAnchorSetGeometry_data();
@@ -103,7 +103,7 @@ static void setAnchor(QGraphicsAnchorLayout *l,
anchor->setSpacing(spacing);
}
-void tst_QGraphicsAnchorLayout::s60_hard_complex_data()
+void tst_QGraphicsAnchorLayout::hard_complex_data()
{
QTest::addColumn<int>("whichSizeHint");
QTest::newRow("minimumSizeHint")
@@ -117,7 +117,7 @@ void tst_QGraphicsAnchorLayout::s60_hard_complex_data()
<< -1;
}
-void tst_QGraphicsAnchorLayout::s60_hard_complex()
+void tst_QGraphicsAnchorLayout::hard_complex()
{
QFETCH(int, whichSizeHint);