You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/08/30 02:10:29 UTC

cvs commit: jakarta-commons/jelly/src/test/org/apache/commons/jelly/core TestNewTag.java

dion        2004/08/29 17:10:29

  Modified:    jelly/src/test/org/apache/commons/jelly/core TestNewTag.java
  Log:
  Remove unused code
  
  Revision  Changes    Path
  1.6       +1 -9      jakarta-commons/jelly/src/test/org/apache/commons/jelly/core/TestNewTag.java
  
  Index: TestNewTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/test/org/apache/commons/jelly/core/TestNewTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestNewTag.java	24 Feb 2004 14:19:58 -0000	1.5
  +++ TestNewTag.java	30 Aug 2004 00:10:29 -0000	1.6
  @@ -36,14 +36,6 @@
           return new TestSuite(TestNewTag.class);        
       }
   
  -    public void setUp() throws Exception {
  -        super.setUp();
  -    }    
  -    
  -    public void tearDown() throws Exception {
  -        super.tearDown();
  -    }    
  -    
       public void testSimpleNew() throws Exception {
           setUpScript("testNewTag.jelly");
           Script script = getJelly().compileScript();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org