From 43ccb0583cf52cfdc75df493bda4b60dd5263eed Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 19 Apr 2017 13:00:52 +0200 Subject: Always pass wanted Vespa version --- .../logserver/handlers/lasterrorsholder/LastErrorsHolderTestCase.java | 1 + 1 file changed, 1 insertion(+) (limited to 'logserver/src/test/java') diff --git a/logserver/src/test/java/com/yahoo/logserver/handlers/lasterrorsholder/LastErrorsHolderTestCase.java b/logserver/src/test/java/com/yahoo/logserver/handlers/lasterrorsholder/LastErrorsHolderTestCase.java index 967441ce250..a0e97c28f76 100644 --- a/logserver/src/test/java/com/yahoo/logserver/handlers/lasterrorsholder/LastErrorsHolderTestCase.java +++ b/logserver/src/test/java/com/yahoo/logserver/handlers/lasterrorsholder/LastErrorsHolderTestCase.java @@ -23,6 +23,7 @@ import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; public class LastErrorsHolderTestCase { + private static final int serverPort = 18324; private static final int lastErrorsHolderPort = 18326; Server server; -- cgit v1.2.3