Repository: flex-falcon Updated Branches: refs/heads/develop 9162a4aac -> 4bdb23ce6
- Enabled assertions for falcon integration tests after some assertion-related issues were fixed Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/4bdb23ce Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/4bdb23ce Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/4bdb23ce Branch: refs/heads/develop Commit: 4bdb23ce6e5cc5bc71d3578f5f4c9d57689587f2 Parents: 9162a4a Author: Christofer Dutz <[email protected]> Authored: Thu Jun 23 09:26:16 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Thu Jun 23 09:26:16 2016 +0200 ---------------------------------------------------------------------- pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4bdb23ce/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b127097..a8a3d6a 100644 --- a/pom.xml +++ b/pom.xml @@ -350,14 +350,6 @@ <mavenLocalRepoDir>${settings.localRepository}</mavenLocalRepoDir> <FLASHPLAYER_DEBUGGER>${env.FLASHPLAYER_DEBUGGER}</FLASHPLAYER_DEBUGGER> </systemPropertyVariables> - <!-- - Currently some tests need this to be disabled, - but actually this is a bug. For now I'll disable - them to avoid problems during the maven migration. - After this is finished, we should defnitely fix - the tests so assertions can be enabled. - --> - <enableAssertions>false</enableAssertions> </configuration> </plugin>
