You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2004/12/06 20:18:07 UTC

cvs commit: db-ojb/src/test/org/apache/ojb/broker TypedCollectionsTest.java

arminw      2004/12/06 11:18:07

  Modified:    src/test/org/apache/ojb/broker Tag: OJB_1_0_RELEASE
                        TypedCollectionsTest.java
  Log:
  update test
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.8.2.2   +1 -3      db-ojb/src/test/org/apache/ojb/broker/TypedCollectionsTest.java
  
  Index: TypedCollectionsTest.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/broker/TypedCollectionsTest.java,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- TypedCollectionsTest.java	4 Dec 2004 14:01:07 -0000	1.8.2.1
  +++ TypedCollectionsTest.java	6 Dec 2004 19:18:07 -0000	1.8.2.2
  @@ -9,11 +9,9 @@
   {
   	public static void main(String[] args)
   	{
  -		String[] arr = { CLASS.getName()};
  +		String[] arr = {TypedCollectionsTest.class.getName()};
   		junit.textui.TestRunner.main(arr);
   	}
  -
  -	private static Class CLASS = TypedCollectionsTest.class;
   
   	public TypedCollectionsTest(String name)
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org