// register in the unnamed registry so that these tests are run by default
CPPUNIT_TEST_SUITE_REGISTRATION( TreeCtrlTestCase );
-// also include in it's own registry so that these tests can be run alone
+// also include in its own registry so that these tests can be run alone
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( TreeCtrlTestCase, "TreeCtrlTestCase" );
// ----------------------------------------------------------------------------
sim.Text("aAbB");
wxYield();
- CPPUNIT_ASSERT_EQUAL(4, frame->GetEventCount());
+ CPPUNIT_ASSERT_EQUAL(6, frame->GetEventCount());
}
#if !defined(__WXGTK__)
m_tree->SelectItem(m_root);
+ m_tree->SetFocus();
sim.Char(WXK_RIGHT);
wxYield();