[jboss-cvs] jboss-seam/seam-gen/freemarker-templates ...

Gavin King gavin.king at jboss.com
Wed Nov 1 21:22:04 EST 2006


  User: gavin   
  Date: 06/11/01 21:22:04

  Modified:    seam-gen/freemarker-templates   TestCase.ftl
  Removed:     seam-gen/freemarker-templates   BaseTest.ftl
  Log:
  got rid of BaseTest
  
  Revision  Changes    Path
  1.3       +3 -1      jboss-seam/seam-gen/freemarker-templates/TestCase.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TestCase.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/freemarker-templates/TestCase.ftl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- TestCase.ftl	2 Nov 2006 01:01:53 -0000	1.2
  +++ TestCase.ftl	2 Nov 2006 02:22:04 -0000	1.3
  @@ -1,8 +1,10 @@
  +<#assign pound = "#">
   package ${testPackageName};
   
   import org.testng.annotations.Test;
  +import org.jboss.seam.mock.SeamTest;
   
  -public class ${actionName}Test extends BaseTest {
  +public class ${actionName}Test extends SeamTest {
   
   	@Test
   	public void test() throws Exception {
  
  
  



More information about the jboss-cvs-commits mailing list