Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerSuite.java')
-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 7d3571122..411822e66 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 TestServerLauncher} to make sure the server is
+ * The tests in the suite should call {@link TestServerController} 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