From: Julien Lancelot Date: Wed, 23 Jul 2014 12:37:09 +0000 (+0200) Subject: Add missing file after branch merge X-Git-Tag: 4.5-RC1~411 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=10308195e71712147314b49dfc449d6c927916e7;p=sonarqube.git Add missing file after branch merge --- diff --git a/server/sonar-server/src/test/resources/org/sonar/server/test/ws/TestsShowActionTest/show_from_test_data_with_a_time_in_float.json b/server/sonar-server/src/test/resources/org/sonar/server/test/ws/TestsShowActionTest/show_from_test_data_with_a_time_in_float.json new file mode 100644 index 00000000000..3f45bdbbe10 --- /dev/null +++ b/server/sonar-server/src/test/resources/org/sonar/server/test/ws/TestsShowActionTest/show_from_test_data_with_a_time_in_float.json @@ -0,0 +1,9 @@ +{ + "tests": [ + { + "name": "test1", + "status": "OK", + "durationInMs": 12 + } + ] +}