diff --git a/test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java b/test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java index 0912e26b16f6b3f9824689dcb7bb13e5d7dfccef..338b647ef0ca3028829e2e1eb681820f15536237 100644 --- a/test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java +++ b/test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java @@ -769,7 +769,7 @@ public abstract class HudsonTestCase extends TestCase implements RootAction { * This is useful during debugging a test so that one can inspect the state of Hudson through the web browser. */ public void interactiveBreak() throws Exception { - System.out.println("Hudson is running at http://localhost:"+localPort+"/"); + System.out.println("Jenkins is running at http://localhost:"+localPort+"/"); new BufferedReader(new InputStreamReader(System.in)).readLine(); }