now working on cocoa as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -169,7 +169,6 @@ void ComboBoxTestCase::Sort()
|
|||||||
|
|
||||||
void ComboBoxTestCase::ReadOnly()
|
void ComboBoxTestCase::ReadOnly()
|
||||||
{
|
{
|
||||||
#ifndef __WXOSX__
|
|
||||||
wxArrayString testitems;
|
wxArrayString testitems;
|
||||||
testitems.Add("item 1");
|
testitems.Add("item 1");
|
||||||
testitems.Add("item 2");
|
testitems.Add("item 2");
|
||||||
@@ -190,7 +189,6 @@ void ComboBoxTestCase::ReadOnly()
|
|||||||
m_combo->SetValue("ITEM 2");
|
m_combo->SetValue("ITEM 2");
|
||||||
|
|
||||||
CPPUNIT_ASSERT_EQUAL("item 2", m_combo->GetValue());
|
CPPUNIT_ASSERT_EQUAL("item 2", m_combo->GetValue());
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ComboBoxTestCase::IsEmpty()
|
void ComboBoxTestCase::IsEmpty()
|
||||||
|
Reference in New Issue
Block a user