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/18 23:06:56 UTC

git commit: [flex-tlf] [refs/heads/tables] - Add failing test to MinimalTestsSuite

Repository: flex-tlf
Updated Branches:
  refs/heads/tables 135709a2c -> 723311b58


Add failing test to MinimalTestsSuite


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

Branch: refs/heads/tables
Commit: 723311b5812505de281124953c6b2aee7e1d0286
Parents: 135709a
Author: piotrz <pi...@gmail.com>
Authored: Tue Nov 18 23:06:46 2014 +0100
Committer: piotrz <pi...@gmail.com>
Committed: Tue Nov 18 23:06:46 2014 +0100

----------------------------------------------------------------------
 automation_tests/src/MinimalTestsSuite.as | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


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