Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-08-26 21:41:10 +0000
committerTom Schindl2014-08-26 21:41:10 +0000
commit04b3c82a5129a31826142d6e6b280357e5b1e7d1 (patch)
tree598188fc36d84d742f5fe3f32f46927ad5cb8bef
parentdf5e2f1875b8cabb759c24fd3a9cf06872eef49a (diff)
downloadorg.eclipse.efxclipse-04b3c82a5129a31826142d6e6b280357e5b1e7d1.tar.gz
org.eclipse.efxclipse-04b3c82a5129a31826142d6e6b280357e5b1e7d1.tar.xz
org.eclipse.efxclipse-04b3c82a5129a31826142d6e6b280357e5b1e7d1.zip
Bug 442631 - Generated JUnit-Test launch is wrong
-rwxr-xr-xbundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JUnitFeatureLaunchGenerator.xtend2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JUnitFeatureLaunchGenerator.xtend b/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JUnitFeatureLaunchGenerator.xtend
index 3b81291f5..8409fbcb9 100755
--- a/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JUnitFeatureLaunchGenerator.xtend
+++ b/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JUnitFeatureLaunchGenerator.xtend
@@ -41,7 +41,7 @@ class JemmyFeatureLaunchGenerator implements Generator<DynamicFile> {
<booleanAttribute key="includeOptional" value="true"/>
<stringAttribute key="location" value="${workspace_loc}/../junit-workspace"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/my.app.sample.jemmy/src/my/app/sample/jemmy/TestSuite.java"/>
+<listEntry value="/«launch.projectName»/src/«launch.junitClassName.replace('.','/')».java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>

Back to the top