Add test for `loadmovienum`

This commit is contained in:
David Wendt 2020-01-16 19:33:09 -05:00
parent a9621da47d
commit 82d305a0f5
6 changed files with 3 additions and 0 deletions

View File

@ -161,6 +161,7 @@ swf_tests! {
(define_function2_preload_order, "avm1/define_function2_preload_order", 1),
(mcl_as_broadcaster, "avm1/mcl_as_broadcaster", 1),
(loadmovie, "avm1/loadmovie", 2),
(loadmovienum, "avm1/loadmovienum", 2),
}
// TODO: These tests have some inaccuracies currently, so we use approx_eq to test that numeric values are close enough.

View File

@ -0,0 +1,2 @@
Loading movie
Child movie loaded!

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.