[jboss-cvs] jbosside/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test ...

Max Rydahl Andersen mandersen at jboss.com
Thu Jul 13 06:47:31 EDT 2006


  User: mandersen
  Date: 06/07/13 06:47:30

  Modified:    hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test 
                        ConsolePluginAllTests.java
  Log:
  updated libs in eclipse tetst
  
  Revision  Changes    Path
  1.6       +3 -5      jbosside/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/ConsolePluginAllTests.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConsolePluginAllTests.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/ConsolePluginAllTests.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- ConsolePluginAllTests.java	29 Apr 2006 15:48:14 -0000	1.5
  +++ ConsolePluginAllTests.java	13 Jul 2006 10:47:30 -0000	1.6
  @@ -11,7 +11,7 @@
   	public static Test suite() throws IOException {
   		TestSuite suite = new TestSuite(
   				"Test for org.hibernate.eclipse.console.test" );
  -		//$JUnit-BEGIN$
  +		
   		suite.addTestSuite( KnownConfigurationsTest.class );
   		suite.addTestSuite( QueryParametersTest.class );
   		suite.addTestSuite( PerspectiveTest.class );
  @@ -25,11 +25,9 @@
   		
   		System.getProperties().putAll(properties);
   		
  -		suite.addTest(org.hibernate.tool.hbm2x.hbm2hbmxml.Cfg2HbmAllTests.suite() );
  -		suite.addTest(org.hibernate.tool.test.jdbc2cfg.Jdbc2CfgAllTests.suite() );
  -		suite.addTest(org.hibernate.tool.hbm2x.Hbm2XAllTests.suite() );
  +		suite.addTest(org.hibernate.tool.ToolAllTests.suite() );
  +		
   
  -		//$JUnit-END$
   		return suite;
   	}
   
  
  
  



More information about the jboss-cvs-commits mailing list