projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Allow using _T() in docs/doxygen/overviews/changes_since28.h.
[wxWidgets.git]
/
tests
/
controls
/
richtextctrltest.cpp
diff --git
a/tests/controls/richtextctrltest.cpp
b/tests/controls/richtextctrltest.cpp
index 087a07b5c62a2c44b748a75bec34517353e0382b..f3813de3c5355b1c94e4e1873665e0370e736fe1 100644
(file)
--- a/
tests/controls/richtextctrltest.cpp
+++ b/
tests/controls/richtextctrltest.cpp
@@
-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());