Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-10-07 12:48:00 +0000
committerAlexander Kurtakov2015-10-07 12:48:00 +0000
commitc7c7ad4781d2d54ba539faedf834ff80e97415c3 (patch)
tree3468bb9f399f8c0b9139566ae7f4ec042e74939a /tests/org.eclipse.dltk.sh.ui.tests/pom.xml
parent907e6aad9ce6b609fba36b6d6c828de8738df3f8 (diff)
downloadorg.eclipse.dltk.sh-c7c7ad4781d2d54ba539faedf834ff80e97415c3.tar.gz
org.eclipse.dltk.sh-c7c7ad4781d2d54ba539faedf834ff80e97415c3.tar.xz
org.eclipse.dltk.sh-c7c7ad4781d2d54ba539faedf834ff80e97415c3.zip
No bug: Internalize SH UI packages.
No API considered for now. Change-Id: I0f1d5ab538c962bdf37a9d59e0bd765fb859b550 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'tests/org.eclipse.dltk.sh.ui.tests/pom.xml')
-rw-r--r--tests/org.eclipse.dltk.sh.ui.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.dltk.sh.ui.tests/pom.xml b/tests/org.eclipse.dltk.sh.ui.tests/pom.xml
index 052adba..0cd74e3 100644
--- a/tests/org.eclipse.dltk.sh.ui.tests/pom.xml
+++ b/tests/org.eclipse.dltk.sh.ui.tests/pom.xml
@@ -33,8 +33,8 @@
<exclude>**/Test*.class</exclude>
</excludes>
<argLine>${os-jvm-flags} ${tycho.testArgLine}</argLine>
- <testSuite>org.eclipse.dltk.sh.ui.tests</testSuite>
- <testClass>org.eclipse.dltk.sh.ui.tests.AllTests</testClass>
+ <testSuite>org.eclipse.dltk.sh.internal.ui.tests</testSuite>
+ <testClass>org.eclipse.dltk.sh.internal.ui.tests.AllTests</testClass>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
<product>org.eclipse.platform.ide</product>

Back to the top