diff options
Diffstat (limited to 'sonar-ws-client/src/test/resources/properties')
-rw-r--r-- | sonar-ws-client/src/test/resources/properties/many.json | 1 | ||||
-rw-r--r-- | sonar-ws-client/src/test/resources/properties/single.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws-client/src/test/resources/properties/many.json b/sonar-ws-client/src/test/resources/properties/many.json new file mode 100644 index 00000000000..87d57bf7297 --- /dev/null +++ b/sonar-ws-client/src/test/resources/properties/many.json @@ -0,0 +1 @@ +[{"key":"myprop","value":"myvalue"},{"key":"myprop2","value":"myvalue2"},{"key":"myprop3","value":"myvalue3"}]
\ No newline at end of file diff --git a/sonar-ws-client/src/test/resources/properties/single.json b/sonar-ws-client/src/test/resources/properties/single.json new file mode 100644 index 00000000000..f1f0be4b0a5 --- /dev/null +++ b/sonar-ws-client/src/test/resources/properties/single.json @@ -0,0 +1 @@ +[{"key":"myprop","value":"myvalue"}]
\ No newline at end of file |