You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2014/12/17 22:12:50 UTC

git commit: [flex-tlf] [refs/heads/develop] - Uncomment OperationTest - After latest changes in TLF it looks like tests do not freeze on these class anymore

Repository: flex-tlf
Updated Branches:
  refs/heads/develop a127e4b66 -> 94c5c870e


Uncomment OperationTest - After latest changes in TLF it looks like tests do not freeze on these class anymore


Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/94c5c870
Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/94c5c870
Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/94c5c870

Branch: refs/heads/develop
Commit: 94c5c870e1fa9fdfbb5f83d744138587b50137a3
Parents: a127e4b
Author: piotrz <pi...@gmail.com>
Authored: Wed Dec 17 22:12:25 2014 +0100
Committer: piotrz <pi...@gmail.com>
Committed: Wed Dec 17 22:12:25 2014 +0100

----------------------------------------------------------------------
 automation_tests/src/AllTestsSuite.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/94c5c870/automation_tests/src/AllTestsSuite.as
----------------------------------------------------------------------
diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as
index ee58e7d..74b3c55 100644
--- a/automation_tests/src/AllTestsSuite.as
+++ b/automation_tests/src/AllTestsSuite.as
@@ -59,7 +59,7 @@ package
         public var compositionTest:CompositionTest;
         public var containerTypeTest:ContainerTypeTest;
         public var floatTest:FloatTest;
-       // public var operationTest:OperationTest;
+        public var operationTest:OperationTest;
         public var scrollingTest:ScrollingTest;
         public var containerAttributeTest:ContainerAttributeTest;
         public var boundsAndAlignmentTest:BoundsAndAlignmentTest;