##// END OF EJS Templates
AbstractAxis orientation fix: legacy test
Marek Rosa -
r2382:c2d6554435c7
parent child
Show More
@@ -576,7 +576,7 void tst_QAbstractAxis::orientation()
576 576 QCOMPARE(spy5.count(), 0);
577 577 QCOMPARE(spy6.count(), 0);
578 578 QCOMPARE(spy7.count(), 0);
579 QCOMPARE(spy8.count(), 1);
579 QCOMPARE(spy8.count(), 0);
580 580
581 581 m_view->show();
582 582 QTest::qWaitForWindowShown(m_view);
General Comments 0
You need to be logged in to leave comments. Login now