From be865fa1915b89518e8f87c4f234715d01b9520d Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Thu, 20 Sep 2012 19:09:33 +0200 Subject: [PATCH] jetty-9: reverted JUnit to 4.8.1; trying to upgrade it breaks the whole build. --- .../org/eclipse/jetty/server/handler/ResourceHandlerTest.java | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jetty-server/src/test/java/org/eclipse/jetty/server/handler/ResourceHandlerTest.java b/jetty-server/src/test/java/org/eclipse/jetty/server/handler/ResourceHandlerTest.java index 55bbca4d4f2..eb943402473 100644 --- a/jetty-server/src/test/java/org/eclipse/jetty/server/handler/ResourceHandlerTest.java +++ b/jetty-server/src/test/java/org/eclipse/jetty/server/handler/ResourceHandlerTest.java @@ -43,7 +43,7 @@ public class ResourceHandlerTest private static ResourceHandler _resourceHandler; @BeforeClass - public void setUp() throws Exception + public static void setUp() throws Exception { _server = new Server(); _connector = new ServerConnector(_server); @@ -58,7 +58,7 @@ public class ResourceHandlerTest } @AfterClass - public void tearDown() throws Exception + public static void tearDown() throws Exception { _server.stop(); } diff --git a/pom.xml b/pom.xml index cb14506b77a..4b7890f942c 100644 --- a/pom.xml +++ b/pom.xml @@ -509,7 +509,7 @@ junit junit - 4.10 + 4.8.1 org.hamcrest