From d0ac5701c2d3bc3af741184c01e1510c41cb7954 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Wed, 16 Jul 2014 12:54:32 +0200 Subject: SONAR-5338 Fix UT --- .../src/test/java/org/sonar/server/test/ws/TestsShowActionTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'server/sonar-server') diff --git a/server/sonar-server/src/test/java/org/sonar/server/test/ws/TestsShowActionTest.java b/server/sonar-server/src/test/java/org/sonar/server/test/ws/TestsShowActionTest.java index 10f685adede..49c28868be6 100644 --- a/server/sonar-server/src/test/java/org/sonar/server/test/ws/TestsShowActionTest.java +++ b/server/sonar-server/src/test/java/org/sonar/server/test/ws/TestsShowActionTest.java @@ -21,7 +21,6 @@ package org.sonar.server.test.ws; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; @@ -94,7 +93,6 @@ public class TestsShowActionTest { } @Test - @Ignore public void show_from_test_data() throws Exception { MockUserSession.set().addComponentPermission(UserRole.CODEVIEWER, "SonarQube", TEST_PLAN_KEY); @@ -102,7 +100,7 @@ public class TestsShowActionTest { .setTextValue("" + "" + "" + - " but was:\">" + + "" + " but was:\n\t" + "at org.junit.Assert.fail(Assert.java:91)\n\t" + -- cgit v1.2.3