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

Max Rydahl Andersen mandersen at jboss.com
Fri Apr 13 13:01:31 EDT 2007


  User: mandersen
  Date: 07/04/13 13:01:31

  Modified:    hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test 
                        ConsolePluginAllTests.java
  Log:
  disable core tools test. eclipse env does not have access to them all.
  
  Revision  Changes    Path
  1.7       +4 -4      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- ConsolePluginAllTests.java	13 Jul 2006 10:47:30 -0000	1.6
  +++ ConsolePluginAllTests.java	13 Apr 2007 17:01:31 -0000	1.7
  @@ -20,12 +20,12 @@
   		suite.addTestSuite( HibernateProjectTests.class );
   
   		// core tests
  -		Properties properties = new Properties();
  -		properties.load(ConsolePluginAllTests.class.getResourceAsStream("plugintest-hibernate.properties"));
  +		//Properties properties = new Properties();
  +		//properties.load(ConsolePluginAllTests.class.getResourceAsStream("plugintest-hibernate.properties"));
   		
  -		System.getProperties().putAll(properties);
  +		//System.getProperties().putAll(properties);
   		
  -		suite.addTest(org.hibernate.tool.ToolAllTests.suite() );
  +		//suite.addTest(org.hibernate.tool.ToolAllTests.suite() );
   		
   
   		return suite;
  
  
  



More information about the jboss-cvs-commits mailing list