Author: vyemialyanchyk
Date: 2011-02-04 09:41:05 -0500 (Fri, 04 Feb 2011)
New Revision: 29004
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/mapper/HBMInfoExtractorTest.java
Log:
https://issues.jboss.org/browse/JBIDE-8147 - try to fix junit tests on server
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/mapper/HBMInfoExtractorTest.java
===================================================================
---
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/mapper/HBMInfoExtractorTest.java 2011-02-04
14:10:25 UTC (rev 29003)
+++
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/mapper/HBMInfoExtractorTest.java 2011-02-04
14:41:05 UTC (rev 29004)
@@ -26,7 +26,7 @@
private ConfigurableTestProject testProj = null;
protected void setUp() throws Exception {
- testProj = new ConfigurableTestProject("HBMInfoProj"); //$NON-NLS-1$
+ testProj = new ConfigurableTestProject("HBMInfoProj" +
System.currentTimeMillis()); //$NON-NLS-1$
}
protected void tearDown() throws Exception {