jstrachan    2002/11/20 14:43:42

  Modified:    jelly/src/test/org/apache/commons/jelly/jsl suite.jelly
  Log:
  added back the xmlns="dummy" that was originally added in dIons original test. I'd 
forgotten I'd disabled it when trying to figure out the reason for the bug.
  
  Revision  Changes    Path
  1.9       +3 -4      
jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/jsl/suite.jelly
  
  Index: suite.jelly
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/jsl/suite.jelly,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- suite.jelly       20 Nov 2002 22:20:21 -0000      1.8
  +++ suite.jelly       20 Nov 2002 22:43:42 -0000      1.9
  @@ -138,7 +138,7 @@
       test case to test that the xml output for a stylesheet template is
       'remembered' when using applyTemplates
      -->
  -  <test:case name="testXMLContextKept" xmlns:foo="dummy">
  +  <test:case name="testXMLContextKept" xmlns="dummy">
       <x:parse var="testDoc">
         <element1>
            <element2>SomeText</element2>
  @@ -164,7 +164,7 @@
       <test:assertEquals expected="El1SomeText" actual="${contextText}" />
     </test:case>
     
  -  <test:case name="testXMLContextKept2" xmlns:foo="dummy">
  +  <test:case name="testXMLContextKept2" xmlns="dummy">
       <x:parse var="testDoc">
         <element1>
            <element2>SomeText</element2>
  @@ -191,14 +191,13 @@
       <test:assertEquals expected="El1SomeText" actual="${contextText}" />
     </test:case>
     
  -  <test:case name="testXMLContextKept3" xmlns:foo="dummy">
  +  <test:case name="testXMLContextKept3" xmlns="dummy">
       <x:parse var="testDoc">
         <element1>
            <element2>SomeText</element2>
         </element1>
       </x:parse>
   
  -             <!-- stylesheet with no embedded set -->
       <jsl:stylesheet var="contextStyleSheet">
         <jsl:template match="element1">El1<jsl:applyTemplates /></jsl:template>
         <jsl:template match="element2"><x:expr select="."/></jsl:template>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to