From 0bc4f677b59b616ebc5eb5e4fd9529ca2a497cf6 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Tue, 4 Apr 2023 14:56:09 +0100 Subject: Migrate query tests to integration-test module #6 - Remove old tests and broken test data, where fragments in ANCHOR-005 have parent fragments in ANCHOR-004 - Migrate tests to new test framework using bookstore model - Add two bookstore anchors to test querying across both - Add bookstore data to another test dataspace, to verify querying across anchors should be limited to one dataspace - Lower minimum module coverage, since cps-ri tests are now in integration-test - @Ignore failing tests for now Issue-ID: CPS-1595 Signed-off-by: danielhanrahan Change-Id: I808de288961cb84a486052f9e1dc8fed5f2afe03 --- cps-ri/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cps-ri/pom.xml') diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 6ee2d2183..e9b2abb3f 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -33,7 +33,7 @@ cps-ri - 0.94 + 0.82 -- cgit 1.2.3-korg