Updated Branches: refs/heads/develop c28bb3b26 -> 1ae474113
added @Ignore to TestComments - Class has currently no tests Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/1ae47411 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/1ae47411 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/1ae47411 Branch: refs/heads/develop Commit: 1ae47411366202e57d59de7105ab777d2be50538 Parents: c28bb3b Author: cyrill.zadra <[email protected]> Authored: Sat Apr 13 18:14:25 2013 +0800 Committer: cyrill.zadra <[email protected]> Committed: Sat Apr 13 18:14:25 2013 +0800 ---------------------------------------------------------------------- .../compiler/internal/codegen/as/TestComments.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1ae47411/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/as/TestComments.java ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/as/TestComments.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/as/TestComments.java index acce753..dca79a4 100644 --- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/as/TestComments.java +++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/as/TestComments.java @@ -20,10 +20,12 @@ package org.apache.flex.compiler.internal.codegen.as; import org.apache.flex.compiler.internal.test.ASTestBase; +import org.junit.Ignore; /** * @author Erik de Bruin */ +@Ignore public class TestComments extends ASTestBase { // (mschmalle) comments aren't preserved, no need for them in release
