diff options
Diffstat (limited to 'main/src/test/resources/simpleDeploy')
-rw-r--r-- | main/src/test/resources/simpleDeploy/getGroupDao.json | 61 |
1 files changed, 1 insertions, 60 deletions
diff --git a/main/src/test/resources/simpleDeploy/getGroupDao.json b/main/src/test/resources/simpleDeploy/getGroupDao.json index 65d0907a..7fd7684b 100644 --- a/main/src/test/resources/simpleDeploy/getGroupDao.json +++ b/main/src/test/resources/simpleDeploy/getGroupDao.json @@ -16,67 +16,8 @@ { "instanceId": "pdpA" } - ] - } - ] - }, - { - "name": "groupA", - "version": "200.2.3", - "pdpSubgroups": [ - { - "pdpType": "pdpTypeA", - "supportedPolicyTypes": [ - { - "name": "typeA", - "version": "100.2.3" - } ], - "pdpInstances": [ - { - "instanceId": "pdpA" - } - ] - } - ] - }, - { - "name": "groupA", - "version": "0.0.1", - "pdpSubgroups": [ - { - "pdpType": "pdpTypeA", - "supportedPolicyTypes": [ - { - "name": "typeA", - "version": "100.2.3" - } - ], - "pdpInstances": [ - { - "instanceId": "pdpA" - } - ] - } - ] - }, - { - "name": "groupA", - "version": "non-numeric-version", - "pdpSubgroups": [ - { - "pdpType": "pdpTypeA", - "supportedPolicyTypes": [ - { - "name": "typeA", - "version": "100.2.3" - } - ], - "pdpInstances": [ - { - "instanceId": "pdpA" - } - ] + "policies": [] } ] } |