Repository: flex-sdk Updated Branches: refs/heads/develop 81643dd12 -> 430007478
FLEX-35037 FLEX-35039 Referenced the newly created ticket number in the failing ArrayCollection tests. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/43000747 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/43000747 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/43000747 Branch: refs/heads/develop Commit: 430007478deb330b09085570d4b5ccdf25d68282 Parents: 81643dd Author: Mihai Chira <[email protected]> Authored: Mon Feb 22 19:21:22 2016 +0100 Committer: Mihai Chira <[email protected]> Committed: Mon Feb 22 19:21:22 2016 +0100 ---------------------------------------------------------------------- .../tests/mx/collections/ArrayCollection_FilterNumbers_Tests.as | 2 +- .../tests/mx/collections/ArrayCollection_FilterStrings_Tests.as | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/43000747/frameworks/projects/framework/tests/mx/collections/ArrayCollection_FilterNumbers_Tests.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/framework/tests/mx/collections/ArrayCollection_FilterNumbers_Tests.as b/frameworks/projects/framework/tests/mx/collections/ArrayCollection_FilterNumbers_Tests.as index 9662b6d..af6d036 100644 --- a/frameworks/projects/framework/tests/mx/collections/ArrayCollection_FilterNumbers_Tests.as +++ b/frameworks/projects/framework/tests/mx/collections/ArrayCollection_FilterNumbers_Tests.as @@ -201,7 +201,7 @@ package mx.collections { assertEquals("Second element not correct", 1, _sut[1]); } - // Fails in Apache Flex 4.9.1 + //Fails in Apache Flex 4.9.1. See FLEX-35039 [Test] public function swapItemsTwoThenOne():void { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/43000747/frameworks/projects/framework/tests/mx/collections/ArrayCollection_FilterStrings_Tests.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/framework/tests/mx/collections/ArrayCollection_FilterStrings_Tests.as b/frameworks/projects/framework/tests/mx/collections/ArrayCollection_FilterStrings_Tests.as index 2d764dc..d82371c 100644 --- a/frameworks/projects/framework/tests/mx/collections/ArrayCollection_FilterStrings_Tests.as +++ b/frameworks/projects/framework/tests/mx/collections/ArrayCollection_FilterStrings_Tests.as @@ -219,7 +219,7 @@ package mx.collections { assertEquals("Second element not correct", "A", _sut[1]); } - // Fails in Apache Flex 4.9.1 + //Fails in Apache Flex 4.9.1. See FLEX-35039 [Test] public function swapItemsTwoThenOne():void {
