Update of /cvsroot/xdoclet/xdoclet2/src/test/java/xdoclet/sdk/xtag
In directory sc8-pr-cvs1:/tmp/cvs-serv25581/src/test/java/xdoclet/sdk/xtag

Modified Files:
        XTagPluginTest.java 
Log Message:
Coding conventions.

Index: XTagPluginTest.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet2/src/test/java/xdoclet/sdk/xtag/XTagPluginTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** XTagPluginTest.java 4 Mar 2003 23:44:06 -0000       1.2
--- XTagPluginTest.java 7 Mar 2003 08:50:46 -0000       1.3
***************
*** 1,7 ****
  package xdoclet.sdk.xtag;
  
- import java.io.File;
  import xjavadoc.codeunit.CodeTestCase;
  
  /**
   * Test for XTagPlugin. In order to make this test pass, the XTagPlugin should
--- 1,8 ----
  package xdoclet.sdk.xtag;
  
  import xjavadoc.codeunit.CodeTestCase;
  
+ import java.io.File;
+ 
  /**
   * Test for XTagPlugin. In order to make this test pass, the XTagPlugin should
***************
*** 11,27 ****
   * @version $Revision$
   */
! public class XTagPluginTest extends CodeTestCase
! {
!       public XTagPluginTest( String name )
!       {
!               super( name );
!       }
  
!       public void testDemoTag() throws Exception
!       {
!         File expected = new File( getRootDir().getParentFile().getParentFile(), 
"src/testdata/xtag/expected/xdoclet/sdk/xtag/testtag/DemoTagImpl.java" );
!               File generated = new File( getRootDir().getParentFile(), 
"testdata/xtag/java/xdoclet/sdk/xtag/testtag/DemoTagImpl.java" );
  
!               assertEquals( expected, generated );
!       }
  }
--- 12,25 ----
   * @version $Revision$
   */
! public class XTagPluginTest extends CodeTestCase {
!     public XTagPluginTest(String name) {
!         super(name);
!     }
  
!     public void testDemoTag() throws Exception {
!         File expected = new File(getRootDir().getParentFile().getParentFile(), 
"src/testdata/xtag/expected/xdoclet/sdk/xtag/testtag/DemoTagImpl.java");
!         File generated = new File(getRootDir().getParentFile(), 
"testdata/xtag/java/xdoclet/sdk/xtag/testtag/DemoTagImpl.java");
  
!         assertEquals(expected, generated);
!     }
  }



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to