You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2018/11/04 19:44:51 UTC

tapestry-5 git commit: Re-fix problem of intermittent Selenium link conversion to absolute URLs

Repository: tapestry-5
Updated Branches:
  refs/heads/TAP5-2588 [created] 1c2444a6c


Re-fix problem of intermittent Selenium link conversion to absolute URLs

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

Branch: refs/heads/TAP5-2588
Commit: 1c2444a6cfe510b48fd27e89c2ad8f3ae4bbb791
Parents: 28d755b
Author: Bob Harner <bo...@gmail.com>
Authored: Sun Nov 4 14:44:20 2018 -0500
Committer: Bob Harner <bo...@gmail.com>
Committed: Sun Nov 4 14:44:20 2018 -0500

----------------------------------------------------------------------
 .../apache/tapestry5/integration/appfolder/AppFolderTests.groovy   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1c2444a6/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy
index a0c192d..5014730 100644
--- a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy
+++ b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy
@@ -63,6 +63,6 @@ class AppFolderTests extends GroovyTapestryCoreTestCase
 
         assert assetURL.startsWith("/t5app/assets/")
 
-        assertDownloadedAsset urlPath, "src/test/appfolder/images/t5-logo.png"
+        assertDownloadedAsset assetURL, "src/test/appfolder/images/t5-logo.png"
     }
 }