You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2020/10/24 12:51:49 UTC

[tapestry-5] branch java9modules updated: TAP5-2644: trying to fix test failure in CoreBehaviorsTest

This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch java9modules
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/java9modules by this push:
     new fd6327d  TAP5-2644: trying to fix test failure in CoreBehaviorsTest
fd6327d is described below

commit fd6327d5fb9eda1d7caf38c3e3a546cadc35f3bc
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sat Oct 24 09:51:28 2020 -0300

    TAP5-2644: trying to fix test failure in CoreBehaviorsTest
---
 .../org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
index d97d8cc..992bb4e 100644
--- a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
+++ b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
@@ -183,7 +183,7 @@ public class CoreBehaviorsTests extends App1TestCase
         openLinks("Inject Demo");
 
         // is a test for a named @Inject:
-        assertTextPresent("<Proxy for Request(org.apache.tapestry5.services.Request)>");
+        assertTextPresent("<Proxy for Request(org.apache.tapestry5.services.http.Request)>");
 
         // is a test for an anonymous @Inject and
         // ComponentResourcesInjectionProvider
@@ -206,7 +206,7 @@ public class CoreBehaviorsTests extends App1TestCase
         openLinks("@javax.inject.Inject Demo");
 
         // is a test for a named @Inject:
-        assertTextPresent("<Proxy for Request(org.apache.tapestry5.services.Request)>");
+        assertTextPresent("<Proxy for Request(org.apache.tapestry5.services.http.Request)>");
 
         // is a test for an anonymous @Inject and
         // ComponentResourcesInjectionProvider