Repository: flex-sdk
Updated Branches:
  refs/heads/develop 3a71cc8ee -> 2c0c18713


FLEX-34885
Tagging which unit tests are relevant to FLEX-35043.


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/831ed071
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/831ed071
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/831ed071

Branch: refs/heads/develop
Commit: 831ed07133e87826dfd7de9411d5bb12e9126a84
Parents: 3a71cc8
Author: Mihai Chira <mih...@apache.org>
Authored: Wed Mar 2 09:52:28 2016 +0100
Committer: Mihai Chira <mih...@apache.org>
Committed: Wed Mar 2 09:52:28 2016 +0100

----------------------------------------------------------------------
 .../ListCollectionView_PropertyChangeEvent_Tests.as   | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/831ed071/frameworks/projects/framework/tests/mx/collections/ListCollectionView_PropertyChangeEvent_Tests.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/framework/tests/mx/collections/ListCollectionView_PropertyChangeEvent_Tests.as
 
b/frameworks/projects/framework/tests/mx/collections/ListCollectionView_PropertyChangeEvent_Tests.as
index 0f59439..ec41511 100644
--- 
a/frameworks/projects/framework/tests/mx/collections/ListCollectionView_PropertyChangeEvent_Tests.as
+++ 
b/frameworks/projects/framework/tests/mx/collections/ListCollectionView_PropertyChangeEvent_Tests.as
@@ -135,7 +135,7 @@ package mx.collections {
             assertEquals(positionOfFirstWorkout, 
_sut.getItemIndex(_firstWorkout));
         }
 
-        [Test]
+        [Test] //FLEX-35043
         public function 
test_when_collection_item_dispatches_PropertyChangeEvent_null_is_removed_from_list():void
         {
             //given
@@ -173,7 +173,7 @@ package mx.collections {
             assertEquals(positionOfFirstWorkout, 
_sut.getItemIndex(_firstWorkout));
         }
 
-        [Test]
+        [Test] //FLEX-35043
         public function 
test_when_item_is_changed_bypassing_binding_and_collection_notified_of_itemUpdated_with_property_null_is_not_removed_from_list():void
         {
             //given
@@ -193,7 +193,7 @@ package mx.collections {
             assertEquals(positionOfFirstWorkout, 
_sut.getItemIndex(_firstWorkout));
         }
 
-        [Test]
+        [Test] //FLEX-35043
         public function 
test_when_item_is_changed_bypassing_binding_and_collection_notified_of_itemUpdated_without_property_null_is_removed_from_list():void
         {
             //given
@@ -214,7 +214,7 @@ package mx.collections {
             assertEquals(positionOfFirstWorkout, 
_sut.getItemIndex(_firstWorkout));
         }
 
-        [Test]
+        [Test] //FLEX-35043
         public function 
test_when_collection_item_dispatches_PropertyChangeEvent_with_UPDATE_null_is_removed_from_list():void
         {
             //given
@@ -273,7 +273,7 @@ package mx.collections {
             assertEquals(positionOfFirstWorkout, 
_sut.getItemIndex(_firstWorkout));
         }
 
-        [Test]
+        [Test] //FLEX-35043
         public function 
test_when_collection_item_dispatches_PropertyChangeEvent_item_is_added_in_correct_place_based_on_sort_and_there_is_no_fatal():void
         {
             //given
@@ -294,7 +294,7 @@ package mx.collections {
             assertEquals(positionOfFirstWorkout, 
_sut.getItemIndex(_firstWorkout));
         }
 
-        [Test]
+        [Test] //FLEX-35043
         public function 
test_when_collection_item_dispatches_PropertyChangeEvent_sort_compare_function_called_with_null_and_fatals_if_no_null_check():void
         {
             function compareWorkouts(a:Object, b:Object, fields:Array = 
null):int
@@ -318,7 +318,7 @@ package mx.collections {
             assertTrue(_uncaughtError is TypeError);
         }
 
-        [Test]
+        [Test] //FLEX-35043
         public function 
test_when_collection_notified_of_itemUpdated_without_valid_property_sort_compare_function_called_with_null_and_fatals_if_no_null_check():void
         {
             function compareWorkouts(a:Object, b:Object, fields:Array = 
null):int

Reply via email to