Fixed wxRichTextCtrl caret test case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -350,7 +350,7 @@ void RichTextCtrlTestCase::CaretPosition()
|
||||
m_rich->AddParagraph("This is paragraph one");
|
||||
m_rich->AddParagraph("Paragraph two\n has \nlots of\n lines");
|
||||
|
||||
m_rich->MoveCaret(1);
|
||||
m_rich->SetInsertionPoint(2);
|
||||
|
||||
CPPUNIT_ASSERT_EQUAL(1, m_rich->GetCaretPosition());
|
||||
|
||||
|
Reference in New Issue
Block a user