]> source.dussan.org Git - sonarqube.git/commitdiff
Add missing file after branch merge
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 23 Jul 2014 12:37:09 +0000 (14:37 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 23 Jul 2014 12:37:09 +0000 (14:37 +0200)
server/sonar-server/src/test/resources/org/sonar/server/test/ws/TestsShowActionTest/show_from_test_data_with_a_time_in_float.json [new file with mode: 0644]

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 (file)
index 0000000..3f45bdb
--- /dev/null
@@ -0,0 +1,9 @@
+{
+  "tests": [
+    {
+      "name": "test1",
+      "status": "OK",
+      "durationInMs": 12
+    }
+  ]
+}