Updated Branches: refs/heads/master 9cd1ca923 -> aa9eedfbd
Make integration tests runnable from within Eclipse/IDEA Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/aa9eedfb Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/aa9eedfb Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/aa9eedfb Branch: refs/heads/master Commit: aa9eedfbdf10366e406ee137ca03c183092a4065 Parents: 9cd1ca9 Author: Ulrich Staerk <[email protected]> Authored: Wed Feb 27 23:04:32 2013 +0100 Committer: Ulrich Staerk <[email protected]> Committed: Wed Feb 27 23:04:32 2013 +0100 ---------------------------------------------------------------------- .../itest/YUICompressorIntegrationTests.groovy | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/aa9eedfb/tapestry-yuicompressor/src/test/groovy/org/apache/tapestry5/yuicompressor/itest/YUICompressorIntegrationTests.groovy ---------------------------------------------------------------------- diff --git a/tapestry-yuicompressor/src/test/groovy/org/apache/tapestry5/yuicompressor/itest/YUICompressorIntegrationTests.groovy b/tapestry-yuicompressor/src/test/groovy/org/apache/tapestry5/yuicompressor/itest/YUICompressorIntegrationTests.groovy index 635f538..5c091a0 100644 --- a/tapestry-yuicompressor/src/test/groovy/org/apache/tapestry5/yuicompressor/itest/YUICompressorIntegrationTests.groovy +++ b/tapestry-yuicompressor/src/test/groovy/org/apache/tapestry5/yuicompressor/itest/YUICompressorIntegrationTests.groovy @@ -15,8 +15,10 @@ package org.apache.tapestry5.yuicompressor.itest import org.apache.tapestry5.test.SeleniumTestCase +import org.apache.tapestry5.test.TapestryTestConfiguration; import org.testng.annotations.Test; +@TapestryTestConfiguration(webAppFolder = "src/test/webapp") class YUICompressorIntegrationTests extends SeleniumTestCase { def AVAILABLE_OPTIONS = "css=.t-palette-available select";
