jstrachan    2002/11/27 06:31:26

  Modified:    jelly    project.properties
               jelly/src/test/org/apache/commons/jelly/ant suite.jelly
  Log:
  re-enabled some Task JellyUnit test cases now I've figured out why they stopped 
working - the junit forking must be enabled for this project when running in Maven to 
avoid classloader blues.
  
  Revision  Changes    Path
  1.14      +1 -0      jakarta-commons-sandbox/jelly/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/project.properties,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.properties        26 Nov 2002 23:08:52 -0000      1.13
  +++ project.properties        27 Nov 2002 14:31:26 -0000      1.14
  @@ -2,6 +2,7 @@
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   
  +maven.junit.fork=true
   
   maven.compile.debug = on
   maven.compile.optimize = off
  
  
  
  1.8       +0 -2      
jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/ant/suite.jelly
  
  Index: suite.jelly
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/ant/suite.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- suite.jelly       27 Nov 2002 12:34:05 -0000      1.7
  +++ suite.jelly       27 Nov 2002 14:31:26 -0000      1.8
  @@ -191,7 +191,6 @@
        <!-- haven't thought of a neat way to test this yet... -->  
   </test:case>
   
  -<!--
   <test:case name="nestedTask">
   
        <j:include uri="task/example.jelly"/>
  @@ -218,6 +217,5 @@
        <test:assert test="${ex != null}">We should have created an 
exception</test:assert>
        
   </test:case>
  --->
   
   </test:suite>
  
  
  

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

Reply via email to