Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2006-09-26 08:39:12 +0000
committermtaal2006-09-26 08:39:12 +0000
commit5ba9c4fd10d2c6f736e061e24db853562efdf32f (patch)
treea719894743a633952a332bb3fa44b2dfd6326b8f
parentc74d7e0e03f5ac2a8b640cd78fedd9c0b7af56f6 (diff)
downloadorg.eclipse.emf.teneo-5ba9c4fd10d2c6f736e061e24db853562efdf32f.tar.gz
org.eclipse.emf.teneo-5ba9c4fd10d2c6f736e061e24db853562efdf32f.tar.xz
org.eclipse.emf.teneo-5ba9c4fd10d2c6f736e061e24db853562efdf32f.zip
Disabled part of the jpox tests (single_table) for runs on the emft server. Locally all tests are runbuild_200609260459
-rw-r--r--tests/org.eclipse.emf.teneo.jpox.test/src/emft_test.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/org.eclipse.emf.teneo.jpox.test/src/emft_test.properties b/tests/org.eclipse.emf.teneo.jpox.test/src/emft_test.properties
index 7fd11bc18..1acca2a79 100644
--- a/tests/org.eclipse.emf.teneo.jpox.test/src/emft_test.properties
+++ b/tests/org.eclipse.emf.teneo.jpox.test/src/emft_test.properties
@@ -10,7 +10,7 @@
# Martin Taal
# </copyright>
#
-# $Id: emft_test.properties,v 1.2 2006/09/21 00:57:12 mtaal Exp $
+# $Id: emft_test.properties,v 1.3 2006/09/26 08:39:12 mtaal Exp $
# <cfgname>.dbadapter= name of a dbadapter (see dbadapters.properties)
# <cfgname>.mapstrategy= mapping strategy, either AllInOne or TablePerClass
@@ -19,9 +19,9 @@
# Test properties for runs on the emft server, disabled part of them
-mysql_a_o.dbadapter=mysql
-mysql_a_o.mapstrategy=SINGLE_TABLE
-mysql_a_o.optimistic=false
+#mysql_a_o.dbadapter=mysql
+#mysql_a_o.mapstrategy=SINGLE_TABLE
+#mysql_a_o.optimistic=false
mysql_s_o.dbadapter=mysql
mysql_s_o.mapstrategy=JOINED

Back to the top