##// 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 63 void categories();
64 64 void setLabelsVisible_data();
65 65 void setLabelsVisible();
66 private:
67 66 void mouseclicked_data();
68 67 void mouseclicked();
69 68 void mousehovered_data();
@@ -434,7 +433,6 void tst_QBarSeries::mouseclicked_data()
434 433
435 434 void tst_QBarSeries::mouseclicked()
436 435 {
437
438 436 QBarSeries* series = new QBarSeries();
439 437 QBarCategories categories;
440 438 categories << "test1" << "test2" << "test3";
@@ -595,9 +593,6 void tst_QBarSeries::mousehovered()
595 593 view.show();
596 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 597 // move mouse to left border
603 598 QTest::mouseMove(view.viewport(), QPoint(0, 180));
General Comments 0
You need to be logged in to leave comments. Login now