diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-07-16 12:54:32 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-07-16 13:13:23 +0200 |
commit | 181d406af1d62e16fa367371ebb0923ae499f373 (patch) | |
tree | 53195121e688f7a9824025c30c78c3fbd49e2135 /server | |
parent | 00552fc8c611333fd0d0276d31e8d61c6c4f95ff (diff) | |
download | sonarqube-181d406af1d62e16fa367371ebb0923ae499f373.tar.gz sonarqube-181d406af1d62e16fa367371ebb0923ae499f373.zip |
SONAR-5338 Fix UT
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-server/src/test/resources/org/sonar/server/test/ws/TestsShowActionTest/show_from_test_data.json | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/server/sonar-server/src/test/resources/org/sonar/server/test/ws/TestsShowActionTest/show_from_test_data.json b/server/sonar-server/src/test/resources/org/sonar/server/test/ws/TestsShowActionTest/show_from_test_data.json deleted file mode 100644 index 97a9239999b..00000000000 --- a/server/sonar-server/src/test/resources/org/sonar/server/test/ws/TestsShowActionTest/show_from_test_data.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "tests": [ - { - "name": "test1", - "status": "OK", - "durationInMs": 10 - }, - { - "name": "test2", - "status": "ERROR", - "durationInMs": 97, - "message": "expected:<true> but was:<false>", - "stackTrace": "java.lang.AssertionError: expected:<true> but was:<false>\n\tat org.junit.Assert.fail(Assert.java:91)\n\tat org.junit.Assert.failNotEquals(Assert.java:645)\n\tat org.junit.Assert.assertEquals(Assert.java:126)\n\tat org.junit.Assert.assertEquals(Assert.java:145)\n" - } - ] -} |