Update of /cvsroot/ejtools/libraries/common/src/test/test/beans
In directory sc8-pr-cvs1:/tmp/cvs-serv20661/common/src/test/test/beans
Modified Files:
SortTest.java
Log Message:
Adjust Eclipse build files
Adjust some Javadoc
Integrate Persistence framework
Integrate Image export as PNG
Index: SortTest.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/common/src/test/test/beans/SortTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SortTest.java 21 Feb 2003 22:37:51 -0000 1.1
--- SortTest.java 15 Sep 2003 22:23:46 -0000 1.2
***************
*** 1,40 ****
! /*
! * EJTools, the Enterprise Java Tools
! *
! * Distributable under LGPL license.
! * See terms of license at www.gnu.org.
! */
! package test.beans;
!
! import junit.framework.TestCase;
!
! /**
! * @author letiemble
! * @created 21 février 2003
! * @version $Revision$
! */
! public class SortTest extends TestCase
! {
! /**Constructor for the SortTest object */
! public SortTest()
! {
! super();
! }
!
!
! /**
! *Constructor for the SortTest object
! *
! * @param name Description of the Parameter
! */
! public SortTest(String name)
! {
! super(name);
! }
!
!
! /** A unit test for JUnit */
! public void testSortByClass()
! {
! }
! }
--- 1,40 ----
! /*
! * EJTools, the Enterprise Java Tools
! *
! * Distributable under LGPL license.
! * See terms of license at www.gnu.org.
! */
! package test.beans;
!
! import junit.framework.TestCase;
!
! /**
! * @author letiemble
! * @created 21 février 2003
! * @version $Revision$
! */
! public class SortTest extends TestCase
! {
! /**Constructor for the SortTest object */
! public SortTest()
! {
! super();
! }
!
!
! /**
! *Constructor for the SortTest object
! *
! * @param name Description of the Parameter
! */
! public SortTest(String name)
! {
! super(name);
! }
!
!
! /** A unit test for JUnit */
! public void testSortByClass()
! {
! }
! }
|