Author: apetrelli
Date: Tue Apr 24 03:48:14 2007
New Revision: 531871

URL: http://svn.apache.org/viewvc?view=rev&rev=531871
Log:
TILES-153
Refactored the remaing part of the JUnit test code.

Added:
    tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/web/
    tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/web/util/
    
tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/web/util/ServletContextAdapterTest.java
      - copied, changed from r531867, 
tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/servlet/ServletContextAdapterTest.java
Removed:
    
tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/servlet/ServletContextAdapterTest.java
Modified:
    
tiles/framework/trunk/tiles-core/src/main/java/org/apache/tiles/web/startup/package.html
   (contents, props changed)

Modified: 
tiles/framework/trunk/tiles-core/src/main/java/org/apache/tiles/web/startup/package.html
URL: 
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-core/src/main/java/org/apache/tiles/web/startup/package.html?view=diff&rev=531871&r1=531870&r2=531871
==============================================================================
--- 
tiles/framework/trunk/tiles-core/src/main/java/org/apache/tiles/web/startup/package.html
 (original)
+++ 
tiles/framework/trunk/tiles-core/src/main/java/org/apache/tiles/web/startup/package.html
 Tue Apr 24 03:48:14 2007
@@ -1,30 +1,30 @@
-<!--
-/*
- * $Id: package.html 527870 2007-04-12 10:19:41Z apetrelli $
- *
- * 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.
- */
--->
-<html>
-<head>
-    <title>Start-up classes in a web application environment</title>
-</head>
-<body>
-Classes to start the Tiles engine up in a web environment.
-</body>
+<!--
+/*
+ * $Id$
+ *
+ * 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.
+ */
+-->
+<html>
+<head>
+    <title>Start-up classes in a web application environment</title>
+</head>
+<body>
+Classes to start the Tiles engine up in a web environment.
+</body>
 </html>

Propchange: 
tiles/framework/trunk/tiles-core/src/main/java/org/apache/tiles/web/startup/package.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
tiles/framework/trunk/tiles-core/src/main/java/org/apache/tiles/web/startup/package.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: 
tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/web/util/ServletContextAdapterTest.java
 (from r531867, 
tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/servlet/ServletContextAdapterTest.java)
URL: 
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/web/util/ServletContextAdapterTest.java?view=diff&rev=531871&p1=tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/servlet/ServletContextAdapterTest.java&r1=531867&p2=tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/web/util/ServletContextAdapterTest.java&r2=531871
==============================================================================
--- 
tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/servlet/ServletContextAdapterTest.java
 (original)
+++ 
tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/web/util/ServletContextAdapterTest.java
 Tue Apr 24 03:48:14 2007
@@ -18,7 +18,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.tiles.servlet;
+package org.apache.tiles.web.util;
 
 import java.util.Enumeration;
 import java.util.HashSet;


Reply via email to