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

Modified Files:
        AntLogFactoryTest.java 
Log Message:
Added copyright.

Index: AntLogFactoryTest.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/test/java/xdoclet/ant/AntLogFactoryTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** AntLogFactoryTest.java      7 Mar 2003 08:50:46 -0000       1.2
--- AntLogFactoryTest.java      7 Mar 2003 09:14:51 -0000       1.3
***************
*** 1,2 ****
--- 1,7 ----
+ /*
+  * Copyright (c) 2002-2003 The XDoclet Team.
+  * All rights reserved.
+  */
+ 
  package xdoclet.ant;
  
***************
*** 8,29 ****
   */
  public class AntLogFactoryTest extends TestCase {
-     public AntLogFactoryTest(String s) {
-         super(s);
-     }
- 
-     protected void setUp() throws Exception {
-         super.setUp();
- 
-     }
- 
      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
!         //        }
      }
  }
--- 13,25 ----
   */
  public class AntLogFactoryTest extends TestCase {
      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