Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2007-03-30 18:31:00 +0000
committermtaal2007-03-30 18:31:00 +0000
commit82911762f573909c06978e80f4822b7b9cf8460f (patch)
treef3bd3c2bb72bfd59c8a231ce22cd384adc6db69f
parentbe183411cf4b1e7abac4abca481a6ff6ea736a9d (diff)
downloadorg.eclipse.emf.teneo-82911762f573909c06978e80f4822b7b9cf8460f.tar.gz
org.eclipse.emf.teneo-82911762f573909c06978e80f4822b7b9cf8460f.tar.xz
org.eclipse.emf.teneo-82911762f573909c06978e80f4822b7b9cf8460f.zip
Updated location for testfilebuild_200703301431
-rw-r--r--tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/JPOXTestbed.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/JPOXTestbed.java b/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/JPOXTestbed.java
index 55ff55224..ae944c814 100644
--- a/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/JPOXTestbed.java
+++ b/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/JPOXTestbed.java
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: JPOXTestbed.java,v 1.37 2007/03/28 13:58:16 mtaal Exp $
+ * $Id: JPOXTestbed.java,v 1.38 2007/03/30 18:31:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.test;
@@ -40,7 +40,7 @@ import org.jpox.enhancer.JPOXEnhancer;
* The jpox test bed controls the creation of the store and the generation of the mapping file.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.37 $
+ * @version $Revision: 1.38 $
*/
public class JPOXTestbed extends Testbed {
@@ -79,7 +79,7 @@ public class JPOXTestbed extends Testbed {
final File pluginsDir = new File(System.getProperty("user.dir"), "plugins");
final File pluginDir = Utils.getPluginDir(pluginsDir, "org.eclipse.emf.teneo.jpox.test");
if (pluginDir != null) {
- RUN_BASE_DIR = pluginDir.getAbsolutePath() + File.separator + "run";
+ RUN_BASE_DIR = pluginDir.getAbsolutePath() + File.separator + "jdo";
} else {
// error will be thrown later because class initialization errors are sometimes
// difficult to find

Back to the top