Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2017-01-31 11:10:56 +0000
committerMarkus Keller2017-01-31 11:10:56 +0000
commit5d8fccf038f61862c5ecac247e0f3a454ff21e66 (patch)
treefa141e17783601e8032eb358b70a91d44f326b73 /bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/testserver
parent678bfa1aad9cf5fbe6a488d168763288acabb501 (diff)
downloadrt.equinox.p2-5d8fccf038f61862c5ecac247e0f3a454ff21e66.tar.gz
rt.equinox.p2-5d8fccf038f61862c5ecac247e0f3a454ff21e66.tar.xz
rt.equinox.p2-5d8fccf038f61862c5ecac247e0f3a454ff21e66.zip
Revert "Make Tycho's compiler use configuration from .settings/org.eclipse.jdt.core.prefs"
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/testserver')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerSuite.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerSuite.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerSuite.java
index 411822e66..7d3571122 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerSuite.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerSuite.java
@@ -28,7 +28,7 @@ import junit.framework.TestCase;
* &nbsp;&nbsp;&nbsp;&nbsp;return suite;<br/>
* }<br/>
* </code>
- * The tests in the suite should call {@link TestServerController} to make sure the server is
+ * The tests in the suite should call {@link TestServerLauncher} to make sure the server is
* running either started by this suite, or directly when test is run individually. This is
* handled by the class {@link AbstractTestServerClientCase} which serves as the base for
* tests requiring access to a running server.

Back to the top