You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/07/24 18:30:51 UTC

tapestry-5 git commit: fix test

Repository: tapestry-5
Updated Branches:
  refs/heads/master c859076d2 -> 4147af5f3


fix test


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/4147af5f
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/4147af5f
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/4147af5f

Branch: refs/heads/master
Commit: 4147af5f33ef272dd63d0686b15bb0094a899f58
Parents: c859076
Author: Jochen Kemnade <jk...@apache.org>
Authored: Fri Jul 24 18:29:32 2015 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Fri Jul 24 18:29:32 2015 +0200

----------------------------------------------------------------------
 .../apache/tapestry5/integration/app5/ProductionModeTests.groovy   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/4147af5f/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app5/ProductionModeTests.groovy
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app5/ProductionModeTests.groovy b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app5/ProductionModeTests.groovy
index 484a39d..cc811a8 100644
--- a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app5/ProductionModeTests.groovy
+++ b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app5/ProductionModeTests.groovy
@@ -12,6 +12,8 @@ class ProductionModeTests extends TapestryCoreTestCase {
     void invalid_component_id_is_404() {
         openBaseURL()
 
+        openLinks "reset session"
+
         assertTitle "Default Layout"
 
         open "${baseURL}index.missing"