Repository: flex-tlf Updated Branches: refs/heads/develop 9a20994bc -> 1a4af20f6
FLEX-34876 - Temporary launch MinimalTestsSuite to see whether test is failing on jenkins machine Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/1a4af20f Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/1a4af20f Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/1a4af20f Branch: refs/heads/develop Commit: 1a4af20f649fc6abcdc17010ea29493728e4bb68 Parents: 9a20994 Author: piotrz <[email protected]> Authored: Thu Jun 4 12:24:26 2015 +0200 Committer: piotrz <[email protected]> Committed: Thu Jun 4 12:24:26 2015 +0200 ---------------------------------------------------------------------- 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/1a4af20f/automation_tests/src/MinimalTestsSuite.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/MinimalTestsSuite.as b/automation_tests/src/MinimalTestsSuite.as index 5d29b99..106b87f 100644 --- a/automation_tests/src/MinimalTestsSuite.as +++ b/automation_tests/src/MinimalTestsSuite.as @@ -18,13 +18,13 @@ //////////////////////////////////////////////////////////////////////////////// package { - import UnitTest.Tests.ContainerAttributeTest; + import UnitTest.Tests.PasteWithMutliParagraph_FLEX_34876_Test; [Suite] [RunWith("org.flexunit.runners.Suite")] public dynamic class MinimalTestsSuite { - public var containerAttributeTest:ContainerAttributeTest; + public var pasteWithMultiParagraph:PasteWithMutliParagraph_FLEX_34876_Test; } } http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/1a4af20f/build.properties ---------------------------------------------------------------------- diff --git a/build.properties b/build.properties index be2b672..00a21c6 100644 --- a/build.properties +++ b/build.properties @@ -27,7 +27,7 @@ src.depend = true src.debug = on forkValue = true -minimalTests = false +minimalTests = true flexdebug = true # JVM options for <compc> and <mxmlc> tasks
