There is 1 failure in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
4d4d1404-6ab8-4712-b34e-bbc509567296 | 72da82f9-7b72-4f96-9923-66fe933d31f6 | deviceRegistrations get and list | rest/push deviceRegistrations get and list | [ { "id": "device4", "deviceSecret": "secret-device4", "platform": "android", "formFactor": "phone", "clientId": "testClient2", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" }, "state": "ACTIVE" } }, { "id": "device3", "deviceSecret": "secret-device3", "platform": "android", "formFactor": "phone", "clientId": "testClient1", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" }, "state": "ACTIVE" } }, { "id": "device2", "deviceSecret": "secret-device2", "platform": "android", "formFactor": "phone", "clientId": "testClient2", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" }, "state": "ACTIVE" } }, { "id": "device1", "deviceSecret": "secret-device1", "platform": "android", "formFactor": "phone", "clientId": "testClient1", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" }, "state": "ACTIVE" } } ] includesUnordered [ { "id": "device1", "clientId": "testClient1", "platform": "android", "formFactor": "phone", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" } } }, { "id": "device2", "clientId": "testClient2", "platform": "android", "formFactor": "phone", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" } } }, { "id": "device3", "clientId": "testClient1", "platform": "android", "formFactor": "phone", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" } } }, { "id": "device4", "clientId": "testClient2", "platform": "android", "formFactor": "phone", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" } } }, { "id": "device5", "clientId": "testClient1", "platform": "android", "formFactor": "phone", "push": { "recipient": { "transportType": "gcm", "registrationToken": "xxxxxxxxxxx" } } } ] (different length arrays): expected 'different length arrays' to equal true |