@@ -92,7 +92,7 void tst_QGroupedBarSeries::type_data() | |||||
92 |
|
92 | |||
93 | void tst_QGroupedBarSeries::type() |
|
93 | void tst_QGroupedBarSeries::type() | |
94 | { |
|
94 | { | |
95 |
QVERIFY(m_barseries->type() == QAbstractSeries::SeriesType |
|
95 | QVERIFY(m_barseries->type() == QAbstractSeries::SeriesTypeBar); | |
96 | } |
|
96 | } | |
97 |
|
97 | |||
98 | void tst_QGroupedBarSeries::mouseclicked_data() |
|
98 | void tst_QGroupedBarSeries::mouseclicked_data() |
General Comments 0
You need to be logged in to leave comments.
Login now