Updated Branches: refs/heads/master 969b9b1ae -> 3af335185
make ZoneTests runnable stand-alone Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/3af33518 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/3af33518 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/3af33518 Branch: refs/heads/master Commit: 3af33518548e1ce8078bed7d35609b7fac00014f Parents: 969b9b1 Author: Ulrich Staerk <[email protected]> Authored: Wed Feb 27 09:20:31 2013 +0100 Committer: Ulrich Staerk <[email protected]> Committed: Wed Feb 27 09:20:31 2013 +0100 ---------------------------------------------------------------------- .../tapestry5/integration/app1/ZoneTests.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/3af33518/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java index 0555bbe..3b2fcf5 100644 --- a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java +++ b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java @@ -17,11 +17,13 @@ package org.apache.tapestry5.integration.app1; import org.apache.tapestry5.corelib.components.Form; import org.apache.tapestry5.corelib.components.Zone; import org.apache.tapestry5.integration.TapestryCoreTestCase; +import org.apache.tapestry5.test.TapestryTestConfiguration; import org.testng.annotations.Test; /** * Tests related to the {@link Zone} component. */ +@TapestryTestConfiguration(webAppFolder = "src/test/app1") public class ZoneTests extends TapestryCoreTestCase { /**
