Migrate query tests to integration-test module #3
[cps.git] / integration-test / src / test / resources / data / bookstore / bookstoreData.json
index f9bac60..48cf4e4 100644 (file)
             "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": "",