You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2003/11/19 15:03:53 UTC

cvs commit: jakarta-turbine-fulcrum/cache/src/test/org/apache/fulcrum/cache CacheTest.java

epugh       2003/11/19 06:03:53

  Modified:    cache/src/test/org/apache/fulcrum/cache CacheTest.java
  Log:
  Update to work with latest TestContainer.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-turbine-fulcrum/cache/src/test/org/apache/fulcrum/cache/CacheTest.java
  
  Index: CacheTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/cache/src/test/org/apache/fulcrum/cache/CacheTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CacheTest.java	20 Aug 2003 00:45:46 -0000	1.1
  +++ CacheTest.java	19 Nov 2003 14:03:53 -0000	1.2
  @@ -101,7 +101,7 @@
           // All methods starting with "test" will be executed in the test suite.
           return new TestSuite(CacheTest.class);
       }
  -    protected void setUp()
  +    protected void setUp() throws Exception
       {
           super.setUp();
           try
  
  
  

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