Update web units tests so that they compile after api change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
423adfde54
commit
526292e713
@ -194,7 +194,7 @@ void WebTestCase::Selection()
|
|||||||
CPPUNIT_ASSERT_EQUAL("Some strong text", m_browser->GetSelectedText());
|
CPPUNIT_ASSERT_EQUAL("Some strong text", m_browser->GetSelectedText());
|
||||||
//We lower case the result as ie returns tags in uppercase
|
//We lower case the result as ie returns tags in uppercase
|
||||||
CPPUNIT_ASSERT_EQUAL("some <strong>strong</strong> text",
|
CPPUNIT_ASSERT_EQUAL("some <strong>strong</strong> text",
|
||||||
m_browser->GetSelectedHTML().Lower());
|
m_browser->GetSelectedSource().Lower());
|
||||||
|
|
||||||
m_browser->DeleteSelection();
|
m_browser->DeleteSelection();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user