You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jd...@apache.org on 2010/08/15 11:48:27 UTC

svn commit: r985644 - /wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/innerfeedback/InnerFeedbackTest.java

Author: jdonnerstag
Date: Sun Aug 15 09:48:26 2010
New Revision: 985644

URL: http://svn.apache.org/viewvc?rev=985644&view=rev
Log:
fixed innerFeedbackTest

Modified:
    wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/innerfeedback/InnerFeedbackTest.java

Modified: wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/innerfeedback/InnerFeedbackTest.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/innerfeedback/InnerFeedbackTest.java?rev=985644&r1=985643&r2=985644&view=diff
==============================================================================
--- wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/innerfeedback/InnerFeedbackTest.java (original)
+++ wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/innerfeedback/InnerFeedbackTest.java Sun Aug 15 09:48:26 2010
@@ -16,6 +16,8 @@
  */
 package org.apache.wicket.markup.html.form.validation.innerfeedback;
 
+import java.util.Locale;
+
 import org.apache.wicket.mock.MockApplication;
 import org.apache.wicket.util.tester.FormTester;
 import org.apache.wicket.util.tester.WicketTester;
@@ -27,7 +29,6 @@ import org.junit.Test;
  */
 public class InnerFeedbackTest
 {
-
 	private WicketTester tester;
 
 	@Before
@@ -55,9 +56,13 @@ public class InnerFeedbackTest
 		});
 	}
 
+	/**
+	 * 
+	 */
 	@Test
 	public void innerFeedback()
 	{
+		tester.getSession().setLocale(Locale.ENGLISH);
 		tester.startPage(HomePage.class);
 
 		// page's feedback