Author: cziegeler Date: Sun Oct 24 11:29:42 2004 New Revision: 55457 Modified: cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/generation/TextGeneratorTestCase.xtest cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/transformation/LexicalTransformerTestCase.xtest cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/transformation/ParserTransformerTestCase.xtest cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/transformation/PatternTransformerTestCase.xtest cocoon/trunk/src/blocks/forms/test/org/apache/cocoon/forms/datatype/DynamicSelectionListTestCase.xtest cocoon/trunk/src/blocks/forms/test/org/apache/cocoon/forms/datatype/EnumSelectionListTestCase.xtest cocoon/trunk/src/blocks/forms/test/org/apache/cocoon/forms/datatype/FlowJXPathSelectionListTestCase.xtest cocoon/trunk/src/blocks/javaflow/test/org/apache/cocoon/components/flow/java/test/JavaFlowTestCase.xtest cocoon/trunk/src/blocks/javaflow/test/org/apache/cocoon/components/flow/javascript/JavaScriptFlowTestCase.xtest cocoon/trunk/src/blocks/midi/test/org/apache/cocoon/generation/XMidiGeneratorTestCase.xtest cocoon/trunk/src/blocks/midi/test/org/apache/cocoon/serialization/XMidiSerializerTestCase.xtest cocoon/trunk/src/blocks/scratchpad/test/org/apache/cocoon/components/source/impl/CachingSourceTestCase.xtest cocoon/trunk/src/blocks/webdav/test/org/apache/cocoon/components/source/impl/WebDAVSourceTestCase.xtest cocoon/trunk/src/blocks/woody/test/org/apache/cocoon/woody/datatype/DynamicSelectionListTestCase.xtest cocoon/trunk/src/blocks/woody/test/org/apache/cocoon/woody/datatype/EnumSelectionListTestCase.xtest cocoon/trunk/src/blocks/woody/test/org/apache/cocoon/woody/datatype/FlowJXPathSelectionListTestCase.xtest cocoon/trunk/src/core/test/org/apache/cocoon/core/container/ContainerTestCase.java cocoon/trunk/src/test/org/apache/cocoon/acting/RequestParamActionTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/components/treeprocessor/variables/PreparedVariableResolverTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/generation/FileGeneratorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/matching/CookieMatcherTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/matching/HeaderMatcherTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/matching/ParameterMatcherTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/matching/RegexpURIMatcherTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/matching/RequestAttributeMatcherTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/matching/RequestParameterMatcherTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/matching/SessionAttributeMatcherTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/matching/WildcardURIMatcherTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/BrowserSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/HostSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/ParameterSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/RegexpRequestParameterSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/RequestAttributeSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/RequestMethodSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/RequestParameterSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/ResourceExistsSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/SessionAttributeSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/selection/SimpleSelectorTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/transformation/AugmentTransformerTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/transformation/CIncludeTransformerTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/transformation/EncodeURLTransformerTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/transformation/FilterTransformerTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/transformation/I18NTransformerTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/transformation/TraxTransformerTestCase.xtest cocoon/trunk/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.xtest Log: Remove unnecessary annotation element
Modified: cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/generation/TextGeneratorTestCase.xtest ============================================================================== --- cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/generation/TextGeneratorTestCase.xtest (original) +++ cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/generation/TextGeneratorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: TextGenerator - </annotation> - <roles> <role name="org.apache.excalibur.xml.sax.SAXParser" shorthand="xml-parser" Modified: cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/transformation/LexicalTransformerTestCase.xtest ============================================================================== --- cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/transformation/LexicalTransformerTestCase.xtest (original) +++ cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/transformation/LexicalTransformerTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: LexicalTransformer - </annotation> - <roles> <role name="org.apache.excalibur.xml.sax.SAXParser" shorthand="xml-parser" Modified: cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/transformation/ParserTransformerTestCase.xtest ============================================================================== --- cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/transformation/ParserTransformerTestCase.xtest (original) +++ cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/transformation/ParserTransformerTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: ParserTransformer - </annotation> - <roles> <role name="org.apache.excalibur.xml.sax.SAXParser" shorthand="xml-parser" Modified: cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/transformation/PatternTransformerTestCase.xtest ============================================================================== --- cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/transformation/PatternTransformerTestCase.xtest (original) +++ cocoon/trunk/src/blocks/chaperon/test/org/apache/cocoon/transformation/PatternTransformerTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: PatternTransformer - </annotation> - <roles> <role name="org.apache.excalibur.xml.sax.SAXParser" shorthand="xml-parser" Modified: cocoon/trunk/src/blocks/forms/test/org/apache/cocoon/forms/datatype/DynamicSelectionListTestCase.xtest ============================================================================== Binary files. No diff available. Modified: cocoon/trunk/src/blocks/forms/test/org/apache/cocoon/forms/datatype/EnumSelectionListTestCase.xtest ============================================================================== Binary files. No diff available. Modified: cocoon/trunk/src/blocks/forms/test/org/apache/cocoon/forms/datatype/FlowJXPathSelectionListTestCase.xtest ============================================================================== Binary files. No diff available. Modified: cocoon/trunk/src/blocks/javaflow/test/org/apache/cocoon/components/flow/java/test/JavaFlowTestCase.xtest ============================================================================== --- cocoon/trunk/src/blocks/javaflow/test/org/apache/cocoon/components/flow/java/test/JavaFlowTestCase.xtest (original) +++ cocoon/trunk/src/blocks/javaflow/test/org/apache/cocoon/components/flow/java/test/JavaFlowTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: JavaScriptFlowTestCase - </annotation> - <context> <entry name="org.apache.excalibur.event.Queue" class="org.apache.excalibur.event.impl.DefaultQueue"/> Modified: cocoon/trunk/src/blocks/javaflow/test/org/apache/cocoon/components/flow/javascript/JavaScriptFlowTestCase.xtest ============================================================================== --- cocoon/trunk/src/blocks/javaflow/test/org/apache/cocoon/components/flow/javascript/JavaScriptFlowTestCase.xtest (original) +++ cocoon/trunk/src/blocks/javaflow/test/org/apache/cocoon/components/flow/javascript/JavaScriptFlowTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: JavaScriptFlowTestCase - </annotation> - <context> <entry name="org.apache.excalibur.event.Queue" class="org.apache.excalibur.event.impl.DefaultQueue"/> Modified: cocoon/trunk/src/blocks/midi/test/org/apache/cocoon/generation/XMidiGeneratorTestCase.xtest ============================================================================== --- cocoon/trunk/src/blocks/midi/test/org/apache/cocoon/generation/XMidiGeneratorTestCase.xtest (original) +++ cocoon/trunk/src/blocks/midi/test/org/apache/cocoon/generation/XMidiGeneratorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -16,10 +16,6 @@ --> <testcase> - <annotation> - Test Cases: XMidiGenerator - </annotation> - <roles> <role name="org.apache.excalibur.xml.sax.SAXParser" shorthand="xml-parser" Modified: cocoon/trunk/src/blocks/midi/test/org/apache/cocoon/serialization/XMidiSerializerTestCase.xtest ============================================================================== --- cocoon/trunk/src/blocks/midi/test/org/apache/cocoon/serialization/XMidiSerializerTestCase.xtest (original) +++ cocoon/trunk/src/blocks/midi/test/org/apache/cocoon/serialization/XMidiSerializerTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -16,10 +16,6 @@ --> <testcase> - <annotation> - Test Cases: XMidiSerializer - </annotation> - <roles> <role name="org.apache.excalibur.xml.sax.SAXParser" shorthand="xml-parser" Modified: cocoon/trunk/src/blocks/scratchpad/test/org/apache/cocoon/components/source/impl/CachingSourceTestCase.xtest ============================================================================== Binary files. No diff available. Modified: cocoon/trunk/src/blocks/webdav/test/org/apache/cocoon/components/source/impl/WebDAVSourceTestCase.xtest ============================================================================== Binary files. No diff available. Modified: cocoon/trunk/src/blocks/woody/test/org/apache/cocoon/woody/datatype/DynamicSelectionListTestCase.xtest ============================================================================== --- cocoon/trunk/src/blocks/woody/test/org/apache/cocoon/woody/datatype/DynamicSelectionListTestCase.xtest (original) +++ cocoon/trunk/src/blocks/woody/test/org/apache/cocoon/woody/datatype/DynamicSelectionListTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: Woody Dynamic Selection List - </annotation> - <roles> <role name="org.apache.cocoon.woody.datatype.DatatypeManager" Modified: cocoon/trunk/src/blocks/woody/test/org/apache/cocoon/woody/datatype/EnumSelectionListTestCase.xtest ============================================================================== --- cocoon/trunk/src/blocks/woody/test/org/apache/cocoon/woody/datatype/EnumSelectionListTestCase.xtest (original) +++ cocoon/trunk/src/blocks/woody/test/org/apache/cocoon/woody/datatype/EnumSelectionListTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: Woody Enum Selection List - </annotation> - <roles> <role name="org.apache.cocoon.woody.datatype.DatatypeManager" Modified: cocoon/trunk/src/blocks/woody/test/org/apache/cocoon/woody/datatype/FlowJXPathSelectionListTestCase.xtest ============================================================================== --- cocoon/trunk/src/blocks/woody/test/org/apache/cocoon/woody/datatype/FlowJXPathSelectionListTestCase.xtest (original) +++ cocoon/trunk/src/blocks/woody/test/org/apache/cocoon/woody/datatype/FlowJXPathSelectionListTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: Woody Flow Model Selection List - </annotation> - <roles> <role name="org.apache.cocoon.woody.datatype.DatatypeManager" Modified: cocoon/trunk/src/core/test/org/apache/cocoon/core/container/ContainerTestCase.java ============================================================================== --- cocoon/trunk/src/core/test/org/apache/cocoon/core/container/ContainerTestCase.java (original) +++ cocoon/trunk/src/core/test/org/apache/cocoon/core/container/ContainerTestCase.java Sun Oct 24 11:29:42 2004 @@ -59,17 +59,6 @@ * </p> * <pre> * <testcase> - * <annotation> - * <![CDATA[ - * <title>{Name of test}</title> - * <para> - * {Description of test} - * The configuration is specified in the file located in - * <parameter>cocoon/src/test/{path and name of conf file}.xtext</parameter>. - * </para> - * ]]> - * </annotation> - * * <context> * <entry name="foo" value="bar"/> * <entry name="baz" class="my.context.Class"/> @@ -102,16 +91,10 @@ * <dl> * <dt>testcase</dt> * <dd>Defines a test case configuration. Must contain one each of the - * following elements: <code>annotation</code>, + * following elements: * <code>context</code>, <code>roles</code>, and <code>components</code> * </dd>. * - * <dt>annotation</dt> - * <dd>Defines a test annotation. This element should define a block of - * XML enclosed within a CDATA element. The XML should be made up of a - * <code>title</code> element, naming the test, and a <code>para</code> - * element which is used to describe the test.</dd> - * * <dt>context</dt> * <dd>Allows context properties to be set in the context passed to any * Contextualizable components.</dd> @@ -193,12 +176,6 @@ final DefaultConfigurationBuilder builder = new DefaultConfigurationBuilder(); final Configuration conf = builder.build( testconf ); - - String annotation = conf.getChild( "annotation" ).getValue( null ); - - if( ( null != annotation ) && !( "".equals( annotation ) ) ) { - this.logger.info( annotation ); - } Context context = this.setupContext( conf.getChild( "context" ) ); Modified: cocoon/trunk/src/test/org/apache/cocoon/acting/RequestParamActionTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/acting/RequestParamActionTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/acting/RequestParamActionTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: RequestParamAction - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/components/treeprocessor/variables/PreparedVariableResolverTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/components/treeprocessor/variables/PreparedVariableResolverTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/components/treeprocessor/variables/PreparedVariableResolverTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: PreparedVariableResolver - </annotation> - <roles> <role name="org.apache.cocoon.components.modules.input.InputModuleSelector" shorthand="input-modules" Modified: cocoon/trunk/src/test/org/apache/cocoon/generation/FileGeneratorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/generation/FileGeneratorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/generation/FileGeneratorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -16,10 +16,6 @@ --> <testcase> - <annotation> - Test Cases: FileGenerator - </annotation> - <roles> <role name="org.apache.excalibur.xml.sax.SAXParser" shorthand="xml-parser" Modified: cocoon/trunk/src/test/org/apache/cocoon/matching/CookieMatcherTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/matching/CookieMatcherTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/matching/CookieMatcherTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: CookieMatcher - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/matching/HeaderMatcherTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/matching/HeaderMatcherTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/matching/HeaderMatcherTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: HeaderMatcher - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/matching/ParameterMatcherTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/matching/ParameterMatcherTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/matching/ParameterMatcherTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: ParameterMatcher - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/matching/RegexpURIMatcherTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/matching/RegexpURIMatcherTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/matching/RegexpURIMatcherTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: RegexpUriMatcher - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/matching/RequestAttributeMatcherTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/matching/RequestAttributeMatcherTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/matching/RequestAttributeMatcherTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: RequestAttributeMatcher - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/matching/RequestParameterMatcherTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/matching/RequestParameterMatcherTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/matching/RequestParameterMatcherTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: RequestParameterMatcher - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/matching/SessionAttributeMatcherTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/matching/SessionAttributeMatcherTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/matching/SessionAttributeMatcherTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: SessionAttributeMatcher - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/matching/WildcardURIMatcherTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/matching/WildcardURIMatcherTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/matching/WildcardURIMatcherTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: WildcardUriMatcher - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/BrowserSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/BrowserSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/BrowserSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: BrowserSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: CookieSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: ExceptionSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: HeaderSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/HostSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/HostSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/HostSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: HostSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/ParameterSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/ParameterSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/ParameterSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: ParameterSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: RegexpHeaderSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/RegexpRequestParameterSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/RegexpRequestParameterSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/RegexpRequestParameterSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: RegexpRequestParameterSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/RequestAttributeSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/RequestAttributeSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/RequestAttributeSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: RequestAttributeSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/RequestMethodSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/RequestMethodSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/RequestMethodSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: RequestMethodSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/RequestParameterSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/RequestParameterSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/RequestParameterSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: RequestParameterSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/ResourceExistsSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/ResourceExistsSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/ResourceExistsSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: ResourceExistsSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/SessionAttributeSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/SessionAttributeSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/SessionAttributeSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: SessionAttributeSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/selection/SimpleSelectorTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/selection/SimpleSelectorTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/selection/SimpleSelectorTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: SimpleSelector - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/trunk/src/test/org/apache/cocoon/transformation/AugmentTransformerTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/transformation/AugmentTransformerTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/transformation/AugmentTransformerTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: AugmentTransformer - </annotation> - <context> <entry name="root-url" value="/"/> </context> Modified: cocoon/trunk/src/test/org/apache/cocoon/transformation/CIncludeTransformerTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/transformation/CIncludeTransformerTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/transformation/CIncludeTransformerTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: CIncludeTransformer - </annotation> - <context> <entry name="root-url" value="/"/> </context> Modified: cocoon/trunk/src/test/org/apache/cocoon/transformation/EncodeURLTransformerTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/transformation/EncodeURLTransformerTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/transformation/EncodeURLTransformerTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -1,9 +1,20 @@ <?xml version="1.0" ?> -<testcase> - <annotation> - Test Cases: CIncludeTransformer - </annotation> +<!-- + 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> <context> <entry name="root-url" value="/"/> </context> Modified: cocoon/trunk/src/test/org/apache/cocoon/transformation/FilterTransformerTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/transformation/FilterTransformerTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/transformation/FilterTransformerTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: FilterTransformer - </annotation> - <roles> <role name="org.apache.excalibur.xml.sax.SAXParser" shorthand="xml-parser" Modified: cocoon/trunk/src/test/org/apache/cocoon/transformation/I18NTransformerTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/transformation/I18NTransformerTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/transformation/I18NTransformerTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: CIncludeTransformer - </annotation> - <context> <entry name="root-url" value="/"/> </context> Modified: cocoon/trunk/src/test/org/apache/cocoon/transformation/TraxTransformerTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/transformation/TraxTransformerTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/transformation/TraxTransformerTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: TraxTransformer - </annotation> - <roles> <role name="org.apache.excalibur.xml.sax.SAXParser" shorthand="xml-parser" Modified: cocoon/trunk/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.xtest ============================================================================== --- cocoon/trunk/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.xtest (original) +++ cocoon/trunk/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.xtest Sun Oct 24 11:29:42 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: CIncludeTransformer - </annotation> - <context> <entry name="root-url" value="/"/> </context>