Disable wxTE_PROCESS_ENTER unit tests under wxGTK
wxUIActionSimulator doesn't work reliably there and doesn't work at all when using Xvfb.
This commit is contained in:
parent
ab7ba98dbc
commit
bcf604b5cb
1 changed files with 6 additions and 0 deletions
|
|
@ -457,6 +457,12 @@ private:
|
|||
|
||||
void TestProcessEnter(TextLikeControlCreator controlCreator)
|
||||
{
|
||||
if ( !EnableUITests() )
|
||||
{
|
||||
WARN("Skipping wxTE_PROCESS_ENTER tests: wxUIActionSimulator use disabled");
|
||||
return;
|
||||
}
|
||||
|
||||
SECTION("Without wxTE_PROCESS_ENTER")
|
||||
{
|
||||
TestDialog dlg(controlCreator, ProcessEnter_No);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue