Repository: flex-tlf Updated Branches: refs/heads/develop 523bedde3 -> 0b0c09fd2
Removed ignore on testAllEnumProps test. It seems to pass Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/0b0c09fd Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/0b0c09fd Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/0b0c09fd Branch: refs/heads/develop Commit: 0b0c09fd2d8599ca16e9b904a626cbb2806f0e8c Parents: 523bedd Author: Harbs <[email protected]> Authored: Wed Dec 31 21:27:43 2014 +0200 Committer: Harbs <[email protected]> Committed: Wed Dec 31 21:27:43 2014 +0200 ---------------------------------------------------------------------- automation_tests/src/UnitTest/Tests/AllParaAttributeTest.as | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/0b0c09fd/automation_tests/src/UnitTest/Tests/AllParaAttributeTest.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/UnitTest/Tests/AllParaAttributeTest.as b/automation_tests/src/UnitTest/Tests/AllParaAttributeTest.as index cdc0bc9..893ab93 100644 --- a/automation_tests/src/UnitTest/Tests/AllParaAttributeTest.as +++ b/automation_tests/src/UnitTest/Tests/AllParaAttributeTest.as @@ -234,7 +234,6 @@ package UnitTest.Tests * This builds testcases for properties in attributes in description that are Enumerated types types. A testcase is generated * for each possible enumerated value */ - [Ignore] [Test] public function testAllEnumProps():void {
