From 277052345caf8e46c8b22a7d9561322be2be1a0b Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Thu, 31 Mar 2011 17:54:05 -0700 Subject: [PATCH] Jenkins! --- test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0912e26b16..338b647ef0 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(); } -- GitLab