Author: cziegeler Date: Sun Oct 24 11:14:47 2004 New Revision: 55456 Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/generation/TextGeneratorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/transformation/LexicalTransformerTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/transformation/ParserTransformerTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/transformation/PatternTransformerTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/blocks/forms/test/org/apache/cocoon/forms/datatype/DynamicSelectionListTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/blocks/forms/test/org/apache/cocoon/forms/datatype/EnumSelectionListTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/blocks/forms/test/org/apache/cocoon/forms/datatype/FlowJXPathSelectionListTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/blocks/midi/test/org/apache/cocoon/generation/XMidiGeneratorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/blocks/midi/test/org/apache/cocoon/serialization/XMidiSerializerTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/blocks/webdav/test/org/apache/cocoon/components/source/impl/WebDAVSourceTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/blocks/woody/test/org/apache/cocoon/woody/datatype/DynamicSelectionListTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/blocks/woody/test/org/apache/cocoon/woody/datatype/EnumSelectionListTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/blocks/woody/test/org/apache/cocoon/woody/datatype/FlowJXPathSelectionListTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/acting/RequestParamActionTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/acting/ResourceExistsActionTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/components/treeprocessor/variables/PreparedVariableResolverTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/core/container/ContainerTestCase.java cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/generation/FileGeneratorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/matching/WildcardURIMatcherTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/BrowserSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HostSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ParameterSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpRequestParameterSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RequestAttributeSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RequestMethodSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RequestParameterSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ResourceExistsSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/SessionAttributeSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/SimpleSelectorTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/CIncludeTransformerTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/FilterTransformerTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/I18NTransformerTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/TraxTransformerTestCase.xtest cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.xtest Log: Remove unnecessary annotation element
Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/generation/TextGeneratorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/generation/TextGeneratorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/generation/TextGeneratorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/transformation/LexicalTransformerTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/transformation/LexicalTransformerTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/transformation/LexicalTransformerTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/transformation/ParserTransformerTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/transformation/ParserTransformerTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/transformation/ParserTransformerTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/transformation/PatternTransformerTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/transformation/PatternTransformerTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/chaperon/test/org/apache/cocoon/transformation/PatternTransformerTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/blocks/forms/test/org/apache/cocoon/forms/datatype/DynamicSelectionListTestCase.xtest ============================================================================== Binary files. No diff available. Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/test/org/apache/cocoon/forms/datatype/EnumSelectionListTestCase.xtest ============================================================================== Binary files. No diff available. Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/test/org/apache/cocoon/forms/datatype/FlowJXPathSelectionListTestCase.xtest ============================================================================== Binary files. No diff available. Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/midi/test/org/apache/cocoon/generation/XMidiGeneratorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/midi/test/org/apache/cocoon/generation/XMidiGeneratorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/midi/test/org/apache/cocoon/generation/XMidiGeneratorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/blocks/midi/test/org/apache/cocoon/serialization/XMidiSerializerTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/midi/test/org/apache/cocoon/serialization/XMidiSerializerTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/midi/test/org/apache/cocoon/serialization/XMidiSerializerTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/blocks/webdav/test/org/apache/cocoon/components/source/impl/WebDAVSourceTestCase.xtest ============================================================================== Binary files. No diff available. Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/woody/test/org/apache/cocoon/woody/datatype/DynamicSelectionListTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/woody/test/org/apache/cocoon/woody/datatype/DynamicSelectionListTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/woody/test/org/apache/cocoon/woody/datatype/DynamicSelectionListTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/blocks/woody/test/org/apache/cocoon/woody/datatype/EnumSelectionListTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/woody/test/org/apache/cocoon/woody/datatype/EnumSelectionListTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/woody/test/org/apache/cocoon/woody/datatype/EnumSelectionListTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/blocks/woody/test/org/apache/cocoon/woody/datatype/FlowJXPathSelectionListTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/woody/test/org/apache/cocoon/woody/datatype/FlowJXPathSelectionListTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/woody/test/org/apache/cocoon/woody/datatype/FlowJXPathSelectionListTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/acting/RequestParamActionTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/acting/RequestParamActionTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/acting/RequestParamActionTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/acting/ResourceExistsActionTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/acting/ResourceExistsActionTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/acting/ResourceExistsActionTestCase.xtest Sun Oct 24 11:14:47 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: ResourceExistsAction - </annotation> - <roles> <role name="org.apache.excalibur.source.SourceFactorySelector" shorthand="source-factories" Modified: cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/components/treeprocessor/variables/PreparedVariableResolverTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/components/treeprocessor/variables/PreparedVariableResolverTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/components/treeprocessor/variables/PreparedVariableResolverTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/core/container/ContainerTestCase.java ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/core/container/ContainerTestCase.java (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/core/container/ContainerTestCase.java Sun Oct 24 11:14:47 2004 @@ -62,17 +62,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"/> @@ -109,12 +98,6 @@ * <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> @@ -196,12 +179,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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/generation/FileGeneratorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/generation/FileGeneratorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/generation/FileGeneratorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/matching/WildcardURIMatcherTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/matching/WildcardURIMatcherTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/matching/WildcardURIMatcherTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/BrowserSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/BrowserSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/BrowserSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HostSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HostSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HostSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ParameterSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ParameterSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ParameterSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpRequestParameterSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpRequestParameterSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpRequestParameterSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RequestAttributeSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RequestAttributeSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RequestAttributeSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RequestMethodSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RequestMethodSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RequestMethodSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RequestParameterSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RequestParameterSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RequestParameterSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ResourceExistsSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ResourceExistsSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ResourceExistsSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/SessionAttributeSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/SessionAttributeSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/SessionAttributeSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/SimpleSelectorTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/SimpleSelectorTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/SimpleSelectorTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/CIncludeTransformerTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/CIncludeTransformerTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/CIncludeTransformerTestCase.xtest Sun Oct 24 11:14:47 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: CIncludeTransformer - </annotation> - <roles> <role name="org.apache.cocoon.Processor" shorthand="sitemap" Modified: cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/FilterTransformerTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/FilterTransformerTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/FilterTransformerTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/I18NTransformerTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/I18NTransformerTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/I18NTransformerTestCase.xtest Sun Oct 24 11:14:47 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: CIncludeTransformer - </annotation> - <roles> <role name="org.apache.cocoon.Processor" shorthand="sitemap" Modified: cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/TraxTransformerTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/TraxTransformerTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/TraxTransformerTestCase.xtest Sun Oct 24 11:14:47 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/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.xtest ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.xtest (original) +++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.xtest Sun Oct 24 11:14:47 2004 @@ -15,10 +15,6 @@ limitations under the License. --> <testcase> - <annotation> - Test Cases: CIncludeTransformer - </annotation> - <roles> <role name="org.apache.cocoon.Processor" shorthand="sitemap"