Allow test to run outside of suite
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/52f2ff94 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/52f2ff94 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/52f2ff94 Branch: refs/heads/master Commit: 52f2ff944d372eb1af9b2f0c6e7c8633b7908f89 Parents: 1a14f83 Author: Howard M. Lewis Ship <[email protected]> Authored: Tue Aug 27 12:49:28 2013 +0530 Committer: Howard M. Lewis Ship <[email protected]> Committed: Tue Aug 27 12:49:28 2013 +0530 ---------------------------------------------------------------------- .../org/apache/tapestry5/integration/app3/PageCatalogTests.groovy | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/52f2ff94/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy index 54782c2..a111c75 100644 --- a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy +++ b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy @@ -1,8 +1,10 @@ package org.apache.tapestry5.integration.app3 import org.apache.tapestry5.integration.TapestryCoreTestCase +import org.apache.tapestry5.test.TapestryTestConfiguration import org.testng.annotations.Test +@TapestryTestConfiguration(webAppFolder = "src/test/app1") class PageCatalogTests extends TapestryCoreTestCase { /** There's not a lot we can do, because some of the pages in the test application have deliberate errors. */
