CVS: Tapestry/junit/src/net/sf/tapestry/junit TapestrySuite.java,1.17.2.5,1.17.2.6

Howard Lewis Ship <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit
In directory sc8-pr-cvs1:/tmp/cvs-serv17210/junit/src/net/sf/tapestry/junit

Modified Files:
      Tag: hship-2-3
	TapestrySuite.java 
Log Message:
Add tests for new Pool functionality.

Index: TapestrySuite.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/TapestrySuite.java,v
retrieving revision 1.17.2.5
retrieving revision 1.17.2.6
diff -C2 -d -r1.17.2.5 -r1.17.2.6
*** TapestrySuite.java	2 Jan 2003 13:25:53 -0000	1.17.2.5
--- TapestrySuite.java	3 Jan 2003 20:53:24 -0000	1.17.2.6
***************
*** 14,17 ****
--- 14,18 ----
  import net.sf.tapestry.junit.utils.TestIdAllocator;
  import net.sf.tapestry.junit.utils.TestLocalizedNameGenerator;
+ import net.sf.tapestry.junit.utils.TestPool;
  import net.sf.tapestry.junit.utils.TestPropertyFinder;
  import net.sf.tapestry.junit.utils.TestPublicBean;
***************
*** 28,36 ****
  public class TapestrySuite extends TestSuite
  {
! 	public static Test suite()
! 	{
! 		TestSuite suite = new TestSuite();
  
          suite.addTestSuite(TestAdaptorRegistry.class);
          suite.addTestSuite(TestLocalizedNameGenerator.class);
          suite.addTestSuite(TestResourceLocation.class);
--- 29,38 ----
  public class TapestrySuite extends TestSuite
  {
!     public static Test suite()
!     {
!         TestSuite suite = new TestSuite();
  
          suite.addTestSuite(TestAdaptorRegistry.class);
+         suite.addTestSuite(TestPool.class);
          suite.addTestSuite(TestLocalizedNameGenerator.class);
          suite.addTestSuite(TestResourceLocation.class);
***************
*** 39,47 ****
          suite.addTestSuite(TestListenerMap.class);
          suite.addTestSuite(TestIdAllocator.class);
! 		suite.addTestSuite(ComponentStringsTest.class);
! 		suite.addTestSuite(TemplateParserTest.class);
! 		suite.addTestSuite(SpecificationParserTest.class);
          suite.addTestSuite(TestApplicationSpecification.class);
! 		suite.addTest(ValidSuite.suite());        
          suite.addTestSuite(TestEnum.class);
          suite.addTestSuite(TestDataSqueezer.class);
--- 41,49 ----
          suite.addTestSuite(TestListenerMap.class);
          suite.addTestSuite(TestIdAllocator.class);
!         suite.addTestSuite(ComponentStringsTest.class);
!         suite.addTestSuite(TemplateParserTest.class);
!         suite.addTestSuite(SpecificationParserTest.class);
          suite.addTestSuite(TestApplicationSpecification.class);
!         suite.addTest(ValidSuite.suite());
          suite.addTestSuite(TestEnum.class);
          suite.addTestSuite(TestDataSqueezer.class);
***************
*** 53,58 ****
          suite.addTestSuite(MockTestCase.class);
  
! 		return suite;
! 	}
  
  }
--- 55,60 ----
          suite.addTestSuite(MockTestCase.class);
  
!         return suite;
!     }
  
  }



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.