summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/q3dscatter/tst_scatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cpptest/q3dscatter/tst_scatter.cpp')
-rw-r--r--tests/auto/cpptest/q3dscatter/tst_scatter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/cpptest/q3dscatter/tst_scatter.cpp b/tests/auto/cpptest/q3dscatter/tst_scatter.cpp
index 89057788..5a3b6550 100644
--- a/tests/auto/cpptest/q3dscatter/tst_scatter.cpp
+++ b/tests/auto/cpptest/q3dscatter/tst_scatter.cpp
@@ -91,6 +91,9 @@ void tst_scatter::initialProperties()
QVERIFY(m_graph);
QCOMPARE(m_graph->seriesList().length(), 0);
QVERIFY(!m_graph->selectedSeries());
+ QCOMPARE(m_graph->axisX()->orientation(), QAbstract3DAxis::AxisOrientationX);
+ QCOMPARE(m_graph->axisY()->orientation(), QAbstract3DAxis::AxisOrientationY);
+ QCOMPARE(m_graph->axisZ()->orientation(), QAbstract3DAxis::AxisOrientationZ);
// Common properties
QCOMPARE(m_graph->activeTheme()->type(), Q3DTheme::ThemeQt);