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/03 21:51:21 UTC

[39/44] git commit: [flex-tlf] [refs/heads/tables] - Set minimalTests property to true just for check ContainerTypeTest

Set minimalTests property to true just for check ContainerTypeTest


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

Branch: refs/heads/tables
Commit: 92989fb0c22d44625ba973e7b7e6e458793655e9
Parents: db7894f
Author: piotrz <pi...@gmail.com>
Authored: Sun Oct 26 21:50:31 2014 +0100
Committer: piotrz <pi...@gmail.com>
Committed: Sun Oct 26 21:50:31 2014 +0100

----------------------------------------------------------------------
 automation_tests/src/MinimalTestsSuite.as | 4 ++--
 build.properties                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/92989fb0/automation_tests/src/MinimalTestsSuite.as
----------------------------------------------------------------------
diff --git a/automation_tests/src/MinimalTestsSuite.as b/automation_tests/src/MinimalTestsSuite.as
index 93ef569..7f4b558 100644
--- a/automation_tests/src/MinimalTestsSuite.as
+++ b/automation_tests/src/MinimalTestsSuite.as
@@ -19,13 +19,13 @@
 package
 {
 
-    import UnitTest.Tests.FactoryImportTest;
+    import UnitTest.Tests.ContainerTypeTest;
 
     [Suite]
     [RunWith("org.flexunit.runners.Suite")]
     public dynamic class MinimalTestsSuite
     {
-        public var factoryImportTest:FactoryImportTest;
+        public var containerTypeTest:ContainerTypeTest;
     }
 
 }

http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/92989fb0/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index 925d779..23f4561 100644
--- a/build.properties
+++ b/build.properties
@@ -27,7 +27,7 @@ src.depend = true
 src.debug = on
 
 forkValue = true
-minimalTests = false
+minimalTests = true
 
 # JVM options for <compc> and <mxmlc> tasks
 jvm.args = ${local.d32} -Xms64m -Xmx1024m -XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -ea -Dapple.awt.UIElement=true