From b99ae09807a2893e0678d2209b4ee08194f95fe8 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Wed, 5 Apr 2023 17:11:24 +0100 Subject: Migrate query tests to integration-test module #3 Issue-ID: CPS-1597 Signed-off-by: danielhanrahan Change-Id: I1d92355f272271424a7014057d251cf88eac0203 --- .../src/test/resources/data/bookstore/bookstoreData.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'integration-test/src/test/resources/data') diff --git a/integration-test/src/test/resources/data/bookstore/bookstoreData.json b/integration-test/src/test/resources/data/bookstore/bookstoreData.json index f9bac6012c..48cf4e4e58 100644 --- a/integration-test/src/test/resources/data/bookstore/bookstoreData.json +++ b/integration-test/src/test/resources/data/bookstore/bookstoreData.json @@ -46,6 +46,20 @@ "editions": [2006], "price": 13 }, + { + "title": "The Colour of Magic", + "lang": "English", + "authors": ["Terry Pratchett"], + "editions": [1983], + "price": 12 + }, + { + "title": "The Light Fantastic", + "lang": "English", + "authors": ["Terry Pratchett"], + "editions": [1986], + "price": 14 + }, { "title": "A Book with No Language", "lang": "", -- cgit 1.2.3-korg