player test fix

This commit is contained in:
Jindra Petřík
2016-01-03 12:36:38 +01:00
parent 0a16fab804
commit b3bbdd113e

View File

@@ -489,7 +489,7 @@ public class FlashPlayerTest {
String ffdecExecuteResult;
try {
LocalDataArea lda = new LocalDataArea(new Stage());
LocalDataArea lda = new LocalDataArea(new Stage(null));
for (Action a : newActions) {
if (!a.execute(lda)) {
fail();