You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by ul...@apache.org on 2013/02/27 09:21:13 UTC

git commit: make ZoneTests runnable stand-alone

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 <ul...@apache.org>
Authored: Wed Feb 27 09:20:31 2013 +0100
Committer: Ulrich Staerk <ul...@apache.org>
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
 {
     /**