huber       2004/07/04 10:59:38

  Modified:    src/test/org/apache/cocoon/transformation
                        CIncludeTransformerTestCase.xtest
                        I18NTransformerTestCase.xtest
                        XIncludeTransformerTestCase.xtest
  Log:
  added requirected context entry root-url
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.3       +3 -2      
cocoon-2.1/src/test/org/apache/cocoon/transformation/CIncludeTransformerTestCase.xtest
  
  Index: CIncludeTransformerTestCase.xtest
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/test/org/apache/cocoon/transformation/CIncludeTransformerTestCase.xtest,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CIncludeTransformerTestCase.xtest 6 Mar 2004 02:25:51 -0000       1.2
  +++ CIncludeTransformerTestCase.xtest 4 Jul 2004 17:59:38 -0000       1.3
  @@ -38,7 +38,9 @@
     </categories>
    </logkit>
   
  - <context/>
  + <context>
  +   <entry name="root-url" value="/"/>
  + </context>
   
    <roles>
     <role name="org.apache.cocoon.Processor"
  @@ -86,7 +88,6 @@
   
    <components>
     <sitemap check-reload="yes" 
  -    
config="resource://org/apache/cocoon/components/treeprocessor/treeprocessor-builtins.xml"
 
       file="context://sitemap.xmap" 
       logger="sitemap"/>
   
  
  
  
  1.3       +3 -2      
cocoon-2.1/src/test/org/apache/cocoon/transformation/I18NTransformerTestCase.xtest
  
  Index: I18NTransformerTestCase.xtest
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/test/org/apache/cocoon/transformation/I18NTransformerTestCase.xtest,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- I18NTransformerTestCase.xtest     6 Mar 2004 02:25:51 -0000       1.2
  +++ I18NTransformerTestCase.xtest     4 Jul 2004 17:59:38 -0000       1.3
  @@ -38,7 +38,9 @@
     </categories>
    </logkit>
   
  - <context/>
  + <context>
  +   <entry name="root-url" value="/"/>
  + </context>
   
    <roles>
     <role name="org.apache.cocoon.Processor"
  @@ -91,7 +93,6 @@
   
    <components>
     <sitemap check-reload="yes" 
  -    
config="resource://org/apache/cocoon/components/treeprocessor/treeprocessor-builtins.xml"
 
       file="context://sitemap.xmap" 
       logger="sitemap"/>
   
  
  
  
  1.3       +3 -2      
cocoon-2.1/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.xtest
  
  Index: XIncludeTransformerTestCase.xtest
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.xtest,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XIncludeTransformerTestCase.xtest 6 Mar 2004 02:25:51 -0000       1.2
  +++ XIncludeTransformerTestCase.xtest 4 Jul 2004 17:59:38 -0000       1.3
  @@ -38,7 +38,9 @@
     </categories>
    </logkit>
   
  - <context/>
  + <context>
  +   <entry name="root-url" value="/"/>
  + </context>
   
    <roles>
     <role name="org.apache.cocoon.Processor"
  @@ -86,7 +88,6 @@
   
    <components>
     <sitemap check-reload="yes" 
  -    
config="resource://org/apache/cocoon/components/treeprocessor/treeprocessor-builtins.xml"
 
       file="context://sitemap.xmap" 
       logger="sitemap"/>
   
  
  
  

Reply via email to