Author: jcompagner
Date: Sun Apr  6 14:17:18 2008
New Revision: 645310

URL: http://svn.apache.org/viewvc?rev=645310&view=rev
Log:
unit test fixes

Modified:
    
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/debug/WicketComponentTreeTestPage_ExpectedResult.html
    
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/FirstPage.java
    
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/SecondPage.java

Modified: 
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/debug/WicketComponentTreeTestPage_ExpectedResult.html
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/debug/WicketComponentTreeTestPage_ExpectedResult.html?rev=645310&r1=645309&r2=645310&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/debug/WicketComponentTreeTestPage_ExpectedResult.html
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/debug/WicketComponentTreeTestPage_ExpectedResult.html
 Sun Apr  6 14:17:18 2008
@@ -34,13 +34,13 @@
                <tr wicket:id="components">
                  <td valign="top" align="left"><span 
wicket:id="row">1</span>&nbsp;&nbsp;&nbsp;</td>
                  <td valign="top" align="left"><span 
wicket:id="path">label1</span>&nbsp;&nbsp;&nbsp;</td>
-                 <td valign="top" align="left" nowrap><span 
wicket:id="size">414 bytes</span>&nbsp;&nbsp;&nbsp;</td>
+                 <td valign="top" align="left" nowrap><span 
wicket:id="size">415 bytes</span>&nbsp;&nbsp;&nbsp;</td>
                  <td valign="top" align="left"><span 
wicket:id="type">org.apache.wicket.markup.html.basic.Label</span>&nbsp;&nbsp;&nbsp;</td>
                  <td valign="top" align="left"><span 
wicket:id="model">test1</span>&nbsp;&nbsp;&nbsp;</td>
                </tr><tr wicket:id="components">
                  <td valign="top" align="left"><span 
wicket:id="row">2</span>&nbsp;&nbsp;&nbsp;</td>
                  <td valign="top" align="left"><span 
wicket:id="path">label2</span>&nbsp;&nbsp;&nbsp;</td>
-                 <td valign="top" align="left" nowrap><span 
wicket:id="size">415 bytes</span>&nbsp;&nbsp;&nbsp;</td>
+                 <td valign="top" align="left" nowrap><span 
wicket:id="size">416 bytes</span>&nbsp;&nbsp;&nbsp;</td>
                  <td valign="top" align="left"><span 
wicket:id="type">org.apache.wicket.markup.html.basic.Label</span>&nbsp;&nbsp;&nbsp;</td>
                  <td valign="top" align="left"><span 
wicket:id="model">test22</span>&nbsp;&nbsp;&nbsp;</td>
                </tr>

Modified: 
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/FirstPage.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/FirstPage.java?rev=645310&r1=645309&r2=645310&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/FirstPage.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/FirstPage.java
 Sun Apr  6 14:17:18 2008
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.wicket.protocol.http;
 
 import org.apache.wicket.Page;

Modified: 
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/SecondPage.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/SecondPage.java?rev=645310&r1=645309&r2=645310&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/SecondPage.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/SecondPage.java
 Sun Apr  6 14:17:18 2008
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.wicket.protocol.http;
 
 import org.apache.wicket.Page;


Reply via email to