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/25 20:41:57 UTC

[tapestry-5] branch java9modules updated: TAP5-2644: finally fixing 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 e01d0c3  TAP5-2644: finally fixing failure in CoreBehaviorsTest
e01d0c3 is described below

commit e01d0c3d194fe41d0abc82074fc6142733fb755c
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sun Oct 25 17:41:42 2020 -0300

    TAP5-2644: finally fixing failure in CoreBehaviorsTest
---
 .../org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java | 8 ++------
 1 file changed, 2 insertions(+), 6 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 edab046..5e51f9c 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
@@ -182,10 +182,8 @@ public class CoreBehaviorsTests extends App1TestCase
     {
         openLinks("Inject Demo");
 
-        System.out.println(getHtmlSource());
-        
         // is a test for a named @Inject:
-        assertTextPresent("<Proxy for Request(org.apache.tapestry5.services.http.Request)>");
+        assertTextPresent("<Proxy for Request(org.apache.tapestry5.http.services.Request)>");
 
         // is a test for an anonymous @Inject and
         // ComponentResourcesInjectionProvider
@@ -207,10 +205,8 @@ public class CoreBehaviorsTests extends App1TestCase
     {
         openLinks("@javax.inject.Inject Demo");
         
-        System.out.println(getHtmlSource());
-
         // is a test for a named @Inject:
-        assertTextPresent("<Proxy for Request(org.apache.tapestry5.services.http.Request)>");
+        assertTextPresent("<Proxy for Request(org.apache.tapestry5.http.services.Request)>");
 
         // is a test for an anonymous @Inject and
         // ComponentResourcesInjectionProvider