This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch javax
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/javax by this push:
new ca79fff21 Fixing CoreBehaviorTests.public_field_in_page_class()
ca79fff21 is described below
commit ca79fff211258e2fb7a2649078718f917c1c2898
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Sat Aug 3 22:54:36 2024 -0300
Fixing CoreBehaviorTests.public_field_in_page_class()
---
.../java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 7bbb063e1..ac9dcc39a 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
@@ -978,7 +978,7 @@ public class CoreBehaviorsTests extends App1TestCase
@Test
public void public_field_in_page_class()
{
- openLinks("Protected Fields Demo", "Trigger the Exception");
+ openLinks("Protected Fields Demo"/* "Trigger the Exception"*/);
assertTextPresent(
EXCEPTION_PROCESSING_REQUEST,