EventDispatcher got an extra method (toString) on the js side since original 
setup


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/01a2a282
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/01a2a282
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/01a2a282

Branch: refs/heads/develop
Commit: 01a2a2823abe4a42506af0aed7fd0cb713a27d3b
Parents: ca399b1
Author: greg-dove <[email protected]>
Authored: Sat Jul 8 10:48:22 2017 +1200
Committer: greg-dove <[email protected]>
Committed: Sat Jul 8 10:48:22 2017 +1200

----------------------------------------------------------------------
 .../src/flexUnitTests/reflection/ReflectionTesterTest.as         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/01a2a282/manualtests/GenericTests/src/flexUnitTests/reflection/ReflectionTesterTest.as
----------------------------------------------------------------------
diff --git 
a/manualtests/GenericTests/src/flexUnitTests/reflection/ReflectionTesterTest.as 
b/manualtests/GenericTests/src/flexUnitTests/reflection/ReflectionTesterTest.as
index 951e782..9d39fc9 100644
--- 
a/manualtests/GenericTests/src/flexUnitTests/reflection/ReflectionTesterTest.as
+++ 
b/manualtests/GenericTests/src/flexUnitTests/reflection/ReflectionTesterTest.as
@@ -151,7 +151,7 @@ package flexUnitTests.reflection
             Assert.assertEquals("unexpected instance variables 
length",3,variables.length);
 
             //there is a difference based on the EventDispatcher inheritance 
chain differences between js and swf:
-            expected = isJS ? 3 : 7;
+            expected = isJS ? 4 : 7;
             var methods:Array = def.methods;
             Assert.assertEquals("unexpected instance methods 
length",expected,methods.length);
 
@@ -184,7 +184,7 @@ package flexUnitTests.reflection
             Assert.assertEquals("unexpected instance variables 
length",3,variables.length);
 
             //there is a difference based on the EventDispatcher inheritance 
chain differences between js and swf:
-            expected = isJS ? 3 : 7;
+            expected = isJS ? 4 : 7;
             var methods:Array = def.methods;
             Assert.assertEquals("unexpected instance methods 
length",expected,methods.length);
 

Reply via email to