summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-rest/src/test/resources/cmhandle-search.json
diff options
context:
space:
mode:
Diffstat (limited to 'cps-ncmp-rest/src/test/resources/cmhandle-search.json')
-rw-r--r--cps-ncmp-rest/src/test/resources/cmhandle-search.json15
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 000000000..e3c721bfd
--- /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