You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by fr...@apache.org on 2006/10/26 09:51:15 UTC

svn commit: r467901 - in /incubator/wicket/branches/wicket-1.x/wicket: .settings/ src/test/java/wicket/protocol/http/request/

Author: frankbille
Date: Thu Oct 26 00:51:14 2006
New Revision: 467901

URL: http://svn.apache.org/viewvc?view=rev&rev=467901
Log:
Try to fix the charset used for the test. Use iso-8859-1 instead.

Added:
    incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/NønÅsciiPäge.html
      - copied, changed from r467806, incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/NönÅsciiPäge.html
Removed:
    incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/NönÅsciiPäge.html
Modified:
    incubator/wicket/branches/wicket-1.x/wicket/.settings/org.eclipse.core.resources.prefs
    incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/NønÅsciiPäge.java
    incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/WebRequestCodingStrategyTest.java

Modified: incubator/wicket/branches/wicket-1.x/wicket/.settings/org.eclipse.core.resources.prefs
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/.settings/org.eclipse.core.resources.prefs?view=diff&rev=467901&r1=467900&r2=467901
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket/.settings/org.eclipse.core.resources.prefs (original)
+++ incubator/wicket/branches/wicket-1.x/wicket/.settings/org.eclipse.core.resources.prefs Thu Oct 26 00:51:14 2006
@@ -1,6 +1,9 @@
-#Mon May 08 22:42:58 PDT 2006
-eclipse.preferences.version=1
-encoding//.deprecations/DEPRECATE_wicket.markup.html.form.FormComponent.inputAsStringArray().xml=utf-8
-encoding//.deprecations/DEPRECATE_wicket.markup.html.list.ListView.setOptimizeItemRemoval(boolean).xml=utf-8
-encoding//.deprecations/DEPRECATE_wicket.markup.html.tree.Tree$TreePathsListView.getOptimizeItemRemoval().xml=utf-8
-encoding//src/java/wicket/Application_bg.properties=UTF-8
+#Thu Oct 26 09:44:31 CEST 2006
+eclipse.preferences.version=1
+encoding//.deprecations/DEPRECATE_wicket.markup.html.form.FormComponent.inputAsStringArray().xml=utf-8
+encoding//.deprecations/DEPRECATE_wicket.markup.html.list.ListView.setOptimizeItemRemoval(boolean).xml=utf-8
+encoding//.deprecations/DEPRECATE_wicket.markup.html.tree.Tree$TreePathsListView.getOptimizeItemRemoval().xml=utf-8
+encoding//src/java/wicket/Application_bg.properties=UTF-8
+encoding//src/test/java/wicket/protocol/http/request/N\u00F8n\u00C5sciiP\u00E4ge.html=ISO-8859-1
+encoding//src/test/java/wicket/protocol/http/request/N\u00F8n\u00C5sciiP\u00E4ge.java=ISO-8859-1
+encoding//src/test/java/wicket/protocol/http/request/WebRequestCodingStrategyTest.java=ISO-8859-1

Copied: incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/NønÅsciiPäge.html (from r467806, incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/NönÅsciiPäge.html)
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/N%C3%B8n%C3%85sciiP%C3%A4ge.html?view=diff&rev=467901&p1=incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/N%C3%B6n%C3%85sciiP%C3%A4ge.html&r1=467806&p2=incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/N%C3%B8n%C3%85sciiP%C3%A4ge.html&r2=467901
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/NönÅsciiPäge.html (original)
+++ incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/NønÅsciiPäge.html Thu Oct 26 00:51:14 2006
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.0" encoding="iso-8859-1" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 <title>Insert title here</title>
 </head>
 <body>

Modified: incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/NønÅsciiPäge.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/N%C3%B8n%C3%85sciiP%C3%A4ge.java?view=diff&rev=467901&r1=467900&r2=467901
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/NønÅsciiPäge.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/NønÅsciiPäge.java Thu Oct 26 00:51:14 2006
@@ -25,7 +25,7 @@
  * 
  * @author frankbille
  */
-public class NønÅsciiPäge extends WebPage
+public class NønÅsciiPäge extends WebPage
 {
 	private static final long serialVersionUID = 1L;
 }

Modified: incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/WebRequestCodingStrategyTest.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/WebRequestCodingStrategyTest.java?view=diff&rev=467901&r1=467900&r2=467901
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/WebRequestCodingStrategyTest.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/protocol/http/request/WebRequestCodingStrategyTest.java Thu Oct 26 00:51:14 2006
@@ -67,7 +67,7 @@
 		};
 
 		CharSequence url = codingStrategy.encode(requestCycle, new BookmarkablePageRequestTarget(
-				NønÅsciiPäge.class));
+				NønÅsciiPäge.class));
 
 		assertTrue(executed);