Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2012-05-18 16:22:43 +0000
committerMartin Taal2012-05-18 16:22:43 +0000
commit24e5f918611be96183e2a10cdb07442ef80a8750 (patch)
tree9be65591315e427df9ef2148786396cfcc1a73a8 /tests/org.eclipse.emf.teneo.hibernate.test
parent0af5fd778ecb05b024212d59053d2b84f5e9d7aa (diff)
downloadorg.eclipse.emf.teneo-24e5f918611be96183e2a10cdb07442ef80a8750.tar.gz
org.eclipse.emf.teneo-24e5f918611be96183e2a10cdb07442ef80a8750.tar.xz
org.eclipse.emf.teneo-24e5f918611be96183e2a10cdb07442ef80a8750.zip
Updated testcases
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ClaimAction_hsqldb_e_o_hibernate.hbm.xml10
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ClaimAction_hsqldb_h_o_hibernate.hbm.xml10
-rwxr-xr-xtests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/claim.hbm.xml10
-rwxr-xr-xtests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/relation/AllTests.java2
4 files changed, 16 insertions, 16 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ClaimAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ClaimAction_hsqldb_e_o_hibernate.hbm.xml
index 94e48be98..d6ae8bfb2 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ClaimAction_hsqldb_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ClaimAction_hsqldb_e_o_hibernate.hbm.xml
@@ -9,10 +9,10 @@
<meta attribute="eclassName" inherit="false">ClaimCompositeKey</meta>
<meta attribute="epackage" inherit="false">http://www.eclipse.org/emf/teneo/samples/emf/sample/claim</meta>
<key-property name="claimNumber" type="java.lang.String">
- <column not-null="false" unique="false" name="`CLM_NBR`" unique-key="c0"/>
+ <column not-null="false" unique="false" name="`CLM_NBR`"/>
</key-property>
<key-property name="claimExtensionNumber" type="java.lang.String">
- <column not-null="false" unique="false" name="`CLM_EXT_NBR`" unique-key="c0"/>
+ <column not-null="false" unique="false" name="`CLM_EXT_NBR`"/>
</key-property>
</composite-id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
@@ -42,11 +42,11 @@
<meta attribute="eclassName" inherit="false">ClaimLineCompositeKey</meta>
<meta attribute="epackage" inherit="false">http://www.eclipse.org/emf/teneo/samples/emf/sample/claim</meta>
<key-many-to-one name="claim" entity-name="Claim" foreign-key="CLAIMLINECOMPOSITEKEY_CLAIM" lazy="false">
- <column not-null="false" unique="false" name="`CLM_NBR`" unique-key="c0"/>
- <column not-null="false" unique="false" name="`CLM_EXT_NBR`" unique-key="c0"/>
+ <column not-null="false" unique="false" name="`CLM_NBR`"/>
+ <column not-null="false" unique="false" name="`CLM_EXT_NBR`"/>
</key-many-to-one>
<key-property name="claimLineNumber" type="java.lang.String">
- <column not-null="false" unique="false" name="`CLMLN_NBR`" unique-key="c0"/>
+ <column not-null="false" unique="false" name="`CLMLN_NBR`"/>
</key-property>
</composite-id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ClaimAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ClaimAction_hsqldb_h_o_hibernate.hbm.xml
index 939bc023d..d62b61132 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ClaimAction_hsqldb_h_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ClaimAction_hsqldb_h_o_hibernate.hbm.xml
@@ -9,10 +9,10 @@
<meta attribute="eclassName" inherit="false">ClaimCompositeKey</meta>
<meta attribute="epackage" inherit="false">http://www.eclipse.org/emf/teneo/samples/emf/sample/claim</meta>
<key-property name="claimNumber" type="java.lang.String">
- <column not-null="false" unique="false" name="`CLM_NBR`" unique-key="c0"/>
+ <column not-null="false" unique="false" name="`CLM_NBR`"/>
</key-property>
<key-property name="claimExtensionNumber" type="java.lang.String">
- <column not-null="false" unique="false" name="`CLM_EXT_NBR`" unique-key="c0"/>
+ <column not-null="false" unique="false" name="`CLM_EXT_NBR`"/>
</key-property>
</composite-id>
<discriminator type="string">
@@ -45,11 +45,11 @@
<meta attribute="eclassName" inherit="false">ClaimLineCompositeKey</meta>
<meta attribute="epackage" inherit="false">http://www.eclipse.org/emf/teneo/samples/emf/sample/claim</meta>
<key-many-to-one name="claim" entity-name="Claim" foreign-key="CLAIMLINECOMPOSITEKEY_CLAIM" lazy="false">
- <column not-null="false" unique="false" name="`CLM_NBR`" unique-key="c0"/>
- <column not-null="false" unique="false" name="`CLM_EXT_NBR`" unique-key="c0"/>
+ <column not-null="false" unique="false" name="`CLM_NBR`"/>
+ <column not-null="false" unique="false" name="`CLM_EXT_NBR`"/>
</key-many-to-one>
<key-property name="claimLineNumber" type="java.lang.String">
- <column not-null="false" unique="false" name="`CLMLN_NBR`" unique-key="c0"/>
+ <column not-null="false" unique="false" name="`CLMLN_NBR`"/>
</key-property>
</composite-id>
<discriminator type="string">
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/claim.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/claim.hbm.xml
index 2b0ac962a..4cd1694f8 100755
--- a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/claim.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/claim.hbm.xml
@@ -7,10 +7,10 @@
<meta attribute="epackage">http://model.test.teneo.vsp.com</meta>
<composite-id name="claimCompositeKey" class="com.vsp.teneo.test.model.impl.ClaimCompositeKeyImpl">
<key-property name="claimNumber" type="java.lang.String">
- <column not-null="false" unique="false" name="`clm_nbr`" unique-key="c0"/>
+ <column not-null="false" unique="false" name="`clm_nbr`"/>
</key-property>
<key-property name="claimExtensionNumber" type="java.lang.String">
- <column not-null="false" unique="false" name="`clm_ext_nbr`" unique-key="c0"/>
+ <column not-null="false" unique="false" name="`clm_ext_nbr`"/>
</key-property>
</composite-id>
<discriminator column="`dtype`" type="string"/>
@@ -39,11 +39,11 @@
<meta attribute="epackage">http://model.test.teneo.vsp.com</meta>
<composite-id name="claimLineCompositeKey" class="com.vsp.teneo.test.model.impl.ClaimLineCompositeKeyImpl">
<key-many-to-one name="claim" entity-name="Claim" foreign-key="claimline_claim" lazy="false">
- <column not-null="false" unique="false" name="`clm_nbr`" unique-key="c0"/>
- <column not-null="false" unique="false" name="`clm_ext_nbr`" unique-key="c0"/>
+ <column not-null="false" unique="false" name="`clm_nbr`" />
+ <column not-null="false" unique="false" name="`clm_ext_nbr`" />
</key-many-to-one>
<key-property name="claimLineNumber" type="java.lang.String">
- <column not-null="false" unique="false" name="`clmln_nbr`" unique-key="c0"/>
+ <column not-null="false" unique="false" name="`clmln_nbr`" />
</key-property>
</composite-id>
<discriminator column="`dtype`" type="string"/>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/relation/AllTests.java b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/relation/AllTests.java
index fcdb2d006..09d41cd4d 100755
--- a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/relation/AllTests.java
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/relation/AllTests.java
@@ -37,7 +37,7 @@ public class AllTests {
TestSuite suite = new MultiCfgTestSuite("Test for org.eclipse.emf.teneo.hibernate.test.emf.relation", HibernateTestbed.instance()
.getConfigurations());
- suite.addTestSuite(Relation1to1Action.class);
+// suite.addTestSuite(Relation1to1Action.class);
suite.addTestSuite(Relation1tonAction.class);
suite.addTestSuite(RelationntomAction.class);

Back to the top