Modified: 
cocoon/blocks/unsupported/template/trunk/test/org/apache/cocoon/environment/FOMTestCase.xtest
URL: 
http://svn.apache.org/viewcvs/cocoon/blocks/unsupported/template/trunk/test/org/apache/cocoon/environment/FOMTestCase.xtest?rev=164419&r1=164418&r2=164419&view=diff
==============================================================================
--- 
cocoon/blocks/unsupported/template/trunk/test/org/apache/cocoon/environment/FOMTestCase.xtest
 (original)
+++ 
cocoon/blocks/unsupported/template/trunk/test/org/apache/cocoon/environment/FOMTestCase.xtest
 Sat Apr 23 13:44:12 2005
@@ -1,35 +1,35 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 1999-2004 The Apache Software Foundation
-
-  Licensed 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.
--->
-
-<testcase>
-  <roles>
-    <role 
name="org.apache.cocoon.components.expression.ExpressionCompilerSelector"
-          shorthand="expression-compilers"
-          
default-class="org.apache.cocoon.core.container.DefaultServiceSelector"/>
-    <role name="org.apache.cocoon.components.expression.ExpressionFactory"
-          shorthand="expression-factory"
-          
default-class="org.apache.cocoon.components.expression.ExpressionFactory"/>
-  </roles>
- 
-  <components>
-    <expression-compilers>
-      <component-instance 
class="org.apache.cocoon.components.expression.jexl.JexlCompiler" name="jexl"/>
-      <component-instance 
class="org.apache.cocoon.components.expression.jxpath.JXPathCompiler" 
name="jxpath"/>
-    </expression-compilers>
-  </components>
- 
-</testcase>
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
+
+<testcase>
+  <roles>
+    <role 
name="org.apache.cocoon.components.expression.ExpressionCompilerSelector"
+          shorthand="expression-compilers"
+          
default-class="org.apache.cocoon.core.container.DefaultServiceSelector"/>
+    <role name="org.apache.cocoon.components.expression.ExpressionFactory"
+          shorthand="expression-factory"
+          
default-class="org.apache.cocoon.components.expression.ExpressionFactory"/>
+  </roles>
+ 
+  <components>
+    <expression-compilers>
+      <component-instance 
class="org.apache.cocoon.components.expression.jexl.JexlCompiler" name="jexl"/>
+      <component-instance 
class="org.apache.cocoon.components.expression.jxpath.JXPathCompiler" 
name="jxpath"/>
+    </expression-compilers>
+  </components>
+ 
+</testcase>

Propchange: 
cocoon/blocks/unsupported/template/trunk/test/org/apache/cocoon/environment/FOMTestCase.xtest
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
cocoon/blocks/unsupported/template/trunk/test/org/apache/cocoon/environment/FOMTestCase.xtest
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: 
cocoon/blocks/unsupported/template/trunk/test/org/apache/cocoon/template/jxtg/JXTemplateGeneratorTestCase.java
URL: 
http://svn.apache.org/viewcvs/cocoon/blocks/unsupported/template/trunk/test/org/apache/cocoon/template/jxtg/JXTemplateGeneratorTestCase.java?rev=164419&r1=164418&r2=164419&view=diff
==============================================================================
--- 
cocoon/blocks/unsupported/template/trunk/test/org/apache/cocoon/template/jxtg/JXTemplateGeneratorTestCase.java
 (original)
+++ 
cocoon/blocks/unsupported/template/trunk/test/org/apache/cocoon/template/jxtg/JXTemplateGeneratorTestCase.java
 Sat Apr 23 13:44:12 2005
@@ -23,7 +23,6 @@
 import org.apache.avalon.framework.parameters.Parameters;
 import org.apache.cocoon.SitemapComponentTestCase;
 import org.apache.cocoon.components.flow.FlowHelper;
-import org.w3c.dom.Document;
 
 public class JXTemplateGeneratorTestCase extends SitemapComponentTestCase {
     private Logger logger = new ConsoleLogger(ConsoleLogger.LEVEL_WARN);


Reply via email to