diff --git a/tests/auto/qchart/tst_qchart.cpp b/tests/auto/qchart/tst_qchart.cpp index f16fe49..7c98ba1 100644 --- a/tests/auto/qchart/tst_qchart.cpp +++ b/tests/auto/qchart/tst_qchart.cpp @@ -123,7 +123,7 @@ void tst_QChart::qchart() { QVERIFY(m_chart); QVERIFY(m_chart->legend()); - QVERIFY(!m_chart->legend()->isVisible()); + QVERIFY(m_chart->legend()->isVisible()); QCOMPARE(m_chart->animationOptions(), QChart::NoAnimation); QVERIFY(m_chart->axisX());