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

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

Index: AntLogFactoryTest.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/test/java/xdoclet/ant/AntLogFactoryTest.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** AntLogFactoryTest.java      27 Feb 2003 00:13:05 -0000      1.1.1.1
--- AntLogFactoryTest.java      7 Mar 2003 08:50:46 -0000       1.2
***************
*** 2,6 ****
  
  import junit.framework.TestCase;
- import org.apache.commons.logging.LogConfigurationException;
  
  /**
--- 2,5 ----
***************
*** 8,20 ****
   * @author <a href="mailto:[EMAIL PROTECTED]">Mathias Bogaert</a>
   */
! public class AntLogFactoryTest extends TestCase
! {
!     public AntLogFactoryTest(String s)
!     {
          super(s);
      }
  
!     protected void setUp() throws Exception
!     {
          super.setUp();
  
--- 7,16 ----
   * @author <a href="mailto:[EMAIL PROTECTED]">Mathias Bogaert</a>
   */
! public class AntLogFactoryTest extends TestCase {
!     public AntLogFactoryTest(String s) {
          super(s);
      }
  
!     protected void setUp() throws Exception {
          super.setUp();
  
***************
*** 22,33 ****
  
      public void testEmptyProject() {
! //        AntLogFactory antLogFactory = new AntLogFactory();
! //        try {
! //            antLogFactory.getInstance(this.getClass());
! //            fail("antLogFactory doesn't throw LogConfigurationException with no 
project set");
! //        }
! //        catch (LogConfigurationException e) {
! //            // good
! //        }
      }
  }
--- 18,29 ----
  
      public void testEmptyProject() {
!         //        AntLogFactory antLogFactory = new AntLogFactory();
!         //        try {
!         //            antLogFactory.getInstance(this.getClass());
!         //            fail("antLogFactory doesn't throw LogConfigurationException 
with no project set");
!         //        }
!         //        catch (LogConfigurationException e) {
!         //            // good
!         //        }
      }
  }



-------------------------------------------------------
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