tests: Add test for Object.addProperty

This commit is contained in:
Mike Welsh 2019-12-03 15:01:39 -08:00
parent 90b6858bb2
commit cbe0f873af
4 changed files with 10 additions and 0 deletions

View File

@ -33,6 +33,7 @@ macro_rules! swf_tests {
// The test folder is a relative to core/tests/swfs
// Inside the folder is expected to be "test.swf" and "output.txt" with the correct output.
swf_tests! {
(add_property, "avm1/add_property", 1),
(do_init_action, "avm1/do_init_action", 3),
(execution_order1, "avm1/execution_order1", 3),
(execution_order2, "avm1/execution_order2", 15),

View File

@ -0,0 +1,9 @@
false
false
false
true
10
10
true
10
0

Binary file not shown.

Binary file not shown.