diff options
Diffstat (limited to 'integration-test/src/test/resources/data/bookstore/bookstoreData.json')
-rw-r--r-- | integration-test/src/test/resources/data/bookstore/bookstoreData.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/integration-test/src/test/resources/data/bookstore/bookstoreData.json b/integration-test/src/test/resources/data/bookstore/bookstoreData.json index 5d22f6d675..5f66a1d002 100644 --- a/integration-test/src/test/resources/data/bookstore/bookstoreData.json +++ b/integration-test/src/test/resources/data/bookstore/bookstoreData.json @@ -1,4 +1,12 @@ { + "multiple-data-tree:invoice": [ + { + "ProductID": "1", + "ProductName": "Apple", + "price": "100", + "stock": false + } + ], "bookstore": { "bookstore-name": "Easons", "premises": { |