Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/src/emft_test.properties7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/src/emft_test.properties b/tests/org.eclipse.emf.teneo.hibernate.test/src/emft_test.properties
index 736a1040f..cd46cdd4e 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/src/emft_test.properties
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/src/emft_test.properties
@@ -10,18 +10,13 @@
# Martin Taal
# </copyright>
#
-# $Id: emft_test.properties,v 1.1 2006/09/29 05:14:23 mtaal Exp $
+# $Id: emft_test.properties,v 1.2 2006/09/29 05:41:03 mtaal Exp $
# <cfgname>.dbadapter= name of a dbadapter (see dbadapters.properties)
# <cfgname>.mapstrategy= mapping strategy, either SINGLE_TABLE or JOINED
# <cfgname>.optimistic= optimistic setting, either true or false
-
-mysql_a_o.dbadapter=mysql
-mysql_a_o.mapstrategy=SINGLE_TABLE
-mysql_a_o.optimistic=true
-
mysql_s_o.dbadapter=mysql
mysql_s_o.mapstrategy=JOINED
mysql_s_o.optimistic=true

Back to the top