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/11/28 07:44:39 UTC

git commit: [flex-tlf] [refs/heads/develop] - Removing OperationTest just for check whether this fix the build

Repository: flex-tlf
Updated Branches:
  refs/heads/develop 86fbe9325 -> a9ed0dd36


Removing OperationTest just for check whether this fix the build


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

Branch: refs/heads/develop
Commit: a9ed0dd3666bf095322e7cb7e63daf2558cfbcc7
Parents: 86fbe93
Author: piotrz <pi...@gmail.com>
Authored: Fri Nov 28 07:43:59 2014 +0100
Committer: piotrz <pi...@gmail.com>
Committed: Fri Nov 28 07:43:59 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/a9ed0dd3/automation_tests/src/AllTestsSuite.as
----------------------------------------------------------------------
diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as
index 74b3c55..ee58e7d 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;