Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAparna Argade2017-10-20 10:06:50 +0000
committerAparna Argade2017-10-20 10:06:50 +0000
commitc56d9a902d52127eb971bc3fcd53fb435630a4f2 (patch)
tree2dd7823a139f62cd16b6a3df166d929b648acf10
parent6802a2f97c059e7c638c921c9aba2d7c712cb882 (diff)
downloadorg.eclipse.swtbot-c56d9a902d52127eb971bc3fcd53fb435630a4f2.tar.gz
org.eclipse.swtbot-c56d9a902d52127eb971bc3fcd53fb435630a4f2.tar.xz
org.eclipse.swtbot-c56d9a902d52127eb971bc3fcd53fb435630a4f2.zip
Bug 526299: Correct application name in library.xml (headless execution)
Change-Id: I1fec80d1f8cb932f8a62495c31e993b725995f5e Signed-off-by: Aparna Argade <aprsac@yahoo.com>
-rw-r--r--org.eclipse.swtbot.eclipse.junit.headless/library.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.swtbot.eclipse.junit.headless/library.xml b/org.eclipse.swtbot.eclipse.junit.headless/library.xml
index cc3c8484..e43c96c4 100644
--- a/org.eclipse.swtbot.eclipse.junit.headless/library.xml
+++ b/org.eclipse.swtbot.eclipse.junit.headless/library.xml
@@ -72,7 +72,7 @@ this has been copied from o.e.test plugin with some targets for SWTBot
<target name="swtbot-test" description="Eclipse application used to launch UI plugin tests." depends="init">
<antcall target="${launchTarget}">
<!--param name="application" value="org.eclipse.test.uitestapplication"/-->
- <param name="application" value="org.eclipse.swtbot.eclipse.junit4.headless.swtbottestapplication" />
+ <param name="application" value="org.eclipse.swtbot.eclipse.junit.headless.swtbottestapplication" />
</antcall>
</target>

Back to the top