]> git.saurik.com Git - wxWidgets.git/commitdiff
Update web units tests so that they compile after api change.
authorSteve Lamerton <steve.lamerton@gmail.com>
Thu, 14 Jul 2011 13:19:53 +0000 (13:19 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Thu, 14 Jul 2011 13:19:53 +0000 (13:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/controls/webtest.cpp

index 4f277475c07246fbaa3c7d24788cb7e6c343ffd9..e20d0bb857f33ca7eeee3a0c8ae4b20dcf37f443 100644 (file)
@@ -194,7 +194,7 @@ void WebTestCase::Selection()
     CPPUNIT_ASSERT_EQUAL("Some strong text", m_browser->GetSelectedText());
     //We lower case the result as ie returns tags in uppercase
     CPPUNIT_ASSERT_EQUAL("some <strong>strong</strong> text", 
-                         m_browser->GetSelectedHTML().Lower());
+                         m_browser->GetSelectedSource().Lower());
 
     m_browser->DeleteSelection();