##// END OF EJS Templates
Put back the tests for tst_qbarseries
Michal Klocek -
r1179:543d38d08025
parent child
Show More
@@ -63,7 +63,6 private slots:
63 void categories();
63 void categories();
64 void setLabelsVisible_data();
64 void setLabelsVisible_data();
65 void setLabelsVisible();
65 void setLabelsVisible();
66 private:
67 void mouseclicked_data();
66 void mouseclicked_data();
68 void mouseclicked();
67 void mouseclicked();
69 void mousehovered_data();
68 void mousehovered_data();
@@ -434,7 +433,6 void tst_QBarSeries::mouseclicked_data()
434
433
435 void tst_QBarSeries::mouseclicked()
434 void tst_QBarSeries::mouseclicked()
436 {
435 {
437
438 QBarSeries* series = new QBarSeries();
436 QBarSeries* series = new QBarSeries();
439 QBarCategories categories;
437 QBarCategories categories;
440 categories << "test1" << "test2" << "test3";
438 categories << "test1" << "test2" << "test3";
@@ -595,9 +593,6 void tst_QBarSeries::mousehovered()
595 view.show();
593 view.show();
596 QTest::qWaitForWindowShown(&view);
594 QTest::qWaitForWindowShown(&view);
597
595
598 //this is hack since view does not get events otherwise
599 view.setMouseTracking(true);
600
601 //=======================================================================
596 //=======================================================================
602 // move mouse to left border
597 // move mouse to left border
603 QTest::mouseMove(view.viewport(), QPoint(0, 180));
598 QTest::mouseMove(view.viewport(), QPoint(0, 180));
General Comments 0
You need to be logged in to leave comments. Login now