##// END OF EJS Templates
barseries test fix
sauimone -
r1598:c12edccc36d7
parent child
Show More
@@ -92,7 +92,7 void tst_QGroupedBarSeries::type_data()
92 92
93 93 void tst_QGroupedBarSeries::type()
94 94 {
95 QVERIFY(m_barseries->type() == QAbstractSeries::SeriesTypeGroupedBar);
95 QVERIFY(m_barseries->type() == QAbstractSeries::SeriesTypeBar);
96 96 }
97 97
98 98 void tst_QGroupedBarSeries::mouseclicked_data()
General Comments 0
You need to be logged in to leave comments. Login now