You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2019/07/23 11:04:07 UTC

[wicket] branch wicket-7.x updated: WICKET-6689 Make test method public (JUnit 4.x)

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

mgrigorov pushed a commit to branch wicket-7.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-7.x by this push:
     new 3d89b2f  WICKET-6689 Make test method public (JUnit 4.x)
3d89b2f is described below

commit 3d89b2f31e83471beed30ccb6b067ec375105419
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Jul 23 14:03:41 2019 +0300

    WICKET-6689 Make test method public (JUnit 4.x)
---
 .../test/java/org/apache/wicket/protocol/http/ClientPropertiesTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wicket-core/src/test/java/org/apache/wicket/protocol/http/ClientPropertiesTest.java b/wicket-core/src/test/java/org/apache/wicket/protocol/http/ClientPropertiesTest.java
index 2b6d2eb..ddff8ee 100644
--- a/wicket-core/src/test/java/org/apache/wicket/protocol/http/ClientPropertiesTest.java
+++ b/wicket-core/src/test/java/org/apache/wicket/protocol/http/ClientPropertiesTest.java
@@ -138,7 +138,7 @@ public class ClientPropertiesTest extends Assert
 	 * WICKET-6689.
 	 */
 	@Test
-	void timezoneAET()
+	public void timezoneAET()
 	{
 		ClientProperties props = new ClientProperties();
 		props.setUtcOffset("11");