diff --git a/tests/controls/gridtest.cpp b/tests/controls/gridtest.cpp index 7c82e85b83..6e6a0da108 100644 --- a/tests/controls/gridtest.cpp +++ b/tests/controls/gridtest.cpp @@ -203,6 +203,8 @@ void GridTestCase::CellEdit() } #endif // __WXGTK__ + CHECK(m_grid->GetCellValue(1, 1) == "abab"); + CPPUNIT_ASSERT_EQUAL(1, created.GetCount()); CPPUNIT_ASSERT_EQUAL(1, changing.GetCount()); CPPUNIT_ASSERT_EQUAL(1, changed.GetCount());