diff options
Diffstat (limited to 'cps-ncmp-rest/src/test/resources/cmhandle-search.json')
-rw-r--r-- | cps-ncmp-rest/src/test/resources/cmhandle-search.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cps-ncmp-rest/src/test/resources/cmhandle-search.json b/cps-ncmp-rest/src/test/resources/cmhandle-search.json new file mode 100644 index 0000000000..e3c721bfdf --- /dev/null +++ b/cps-ncmp-rest/src/test/resources/cmhandle-search.json @@ -0,0 +1,15 @@ +{ + "conditions": [ + { + "name": "hasAllModules", + "conditionParameters": [ + { + "moduleName": "module1" + }, + { + "moduleName": "module2" + } + ] + } + ] +}
\ No newline at end of file |