Author: vyemialyanchyk
Date: 2010-09-07 10:23:44 -0400 (Tue, 07 Sep 2010)
New Revision: 24766
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/CodeGenXMLFactoryTest.java
Log:
https://jira.jboss.org/browse/JBIDE-6997 - fixed
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/CodeGenXMLFactoryTest.java
===================================================================
---
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/CodeGenXMLFactoryTest.java 2010-09-07
14:18:06 UTC (rev 24765)
+++
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/CodeGenXMLFactoryTest.java 2010-09-07
14:23:44 UTC (rev 24766)
@@ -406,6 +406,7 @@
expProps2.put("keyXXX", "valueYYY"); //$NON-NLS-1$ //$NON-NLS-2$
testLaunchConfigAttr.put(HBMTEMPLATE0_PROPERTIES, expProps2);
testLaunchConfigAttr.put(HibernateLaunchConstants.ATTR_REVERSE_ENGINEER, reveng);
+ testLaunchConfigAttr.put(HibernateLaunchConstants.ATTR_PREFER_BASIC_COMPOSITE_IDS,
true);
TestLaunchConfig testLaunchConfig = new TestLaunchConfig(testLaunchConfigAttr);
CodeGenXMLFactory codeGenFactory = new CodeGenXMLFactory4Test(testLaunchConfig,
testCase);
return codeGenFactory;