Enable MultiSelect() unit test for generic wxListCtrl
This test just doesn't want to work when run on GitHub CI under wxGTK2 even though it works perfectly locally. So enable the test at least for all other ports.
This commit is contained in:
parent
d091a44adb
commit
0b8a85ad64
1 changed files with 3 additions and 3 deletions
|
|
@ -179,12 +179,12 @@ void ListBaseTestCase::MultiSelect()
|
||||||
{
|
{
|
||||||
#if wxUSE_UIACTIONSIMULATOR
|
#if wxUSE_UIACTIONSIMULATOR
|
||||||
|
|
||||||
#ifndef __WXMSW__
|
#if defined(__WXGTK__) && !defined(__WXGTK3__)
|
||||||
// FIXME: This test fails on Travis CI although works fine on
|
// FIXME: This test fails on GitHub CI under wxGTK2 although works fine on
|
||||||
// development machine, no idea why though!
|
// development machine, no idea why though!
|
||||||
if ( IsAutomaticTest() )
|
if ( IsAutomaticTest() )
|
||||||
return;
|
return;
|
||||||
#endif // !__WXMSW__
|
#endif // wxGTK2
|
||||||
|
|
||||||
wxListCtrl* const list = GetList();
|
wxListCtrl* const list = GetList();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue