You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/01/24 22:49:57 UTC

[3/9] git commit: [flex-tlf] [refs/heads/develop] - Revert "disable tests broken by removing questionable IP"

Revert "disable tests broken by removing questionable IP"

This reverts commit 392058fc1f0ca44ba73edb2139155606b9d8df41.


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

Branch: refs/heads/develop
Commit: 17e755a7855374c615067c21ca35346e9c949e43
Parents: 50ef98e
Author: Alex Harui <ah...@apache.org>
Authored: Sat Jan 24 13:48:14 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Sat Jan 24 13:48:14 2015 -0800

----------------------------------------------------------------------
 automation_tests/src/AllTestsSuite.as         | 4 ++--
 automation_tests/src/AutomationTestClasses.as | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/17e755a7/automation_tests/src/AllTestsSuite.as
----------------------------------------------------------------------
diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as
index 703f3bb..74b3c55 100644
--- a/automation_tests/src/AllTestsSuite.as
+++ b/automation_tests/src/AllTestsSuite.as
@@ -52,13 +52,13 @@ package
         public var accessibilityMethodsTest:AccessibilityMethodsTest;
         public var allChartAttributeTest:AllCharAttributeTest;
         public var allContAttirbuteTest:AllContAttributeTest;
-        //public var allEventTest:AllEventTest; --  -- removed because it uses questionable IP for an icon.
+        public var allEventTest:AllEventTest;
         public var allParagraphAttributeTest:AllParaAttributeTest;
         public var attributeTest:AttributeTest;
         public var boxTest:BoxTest;
         public var compositionTest:CompositionTest;
         public var containerTypeTest:ContainerTypeTest;
-        //public var floatTest:FloatTest; -- removed because it uses questionable IP for an icon.
+        public var floatTest:FloatTest;
         public var operationTest:OperationTest;
         public var scrollingTest:ScrollingTest;
         public var containerAttributeTest:ContainerAttributeTest;

http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/17e755a7/automation_tests/src/AutomationTestClasses.as
----------------------------------------------------------------------
diff --git a/automation_tests/src/AutomationTestClasses.as b/automation_tests/src/AutomationTestClasses.as
index d32d79f..3079ccf 100644
--- a/automation_tests/src/AutomationTestClasses.as
+++ b/automation_tests/src/AutomationTestClasses.as
@@ -34,7 +34,7 @@ package
 		import UnitTest.PerformanceTests.VellumWordTests; VellumWordTests;
                                                             */
 		import AllTestsSuite; AllTestsSuite;
-        //import MinimalTestsSuite; MinimalTestsSuite; -- removed because its only test was FloatTest which used some questionable IP as an icon
+        import MinimalTestsSuite; MinimalTestsSuite;
        // import UnitTest.Tests.AccessibilityMethodsTest; AccessibilityMethodsTest;
 		/*import UnitTest.Tests.AllAttributeTest; AllAttributeTest;
 		import UnitTest.Tests.AllCharAttributeTest; AllCharAttributeTest;