diff --git a/connector/testfiles/mocks/events-02.json b/connector/testfiles/mocks/events-02.json index 40fe29b..6e1a146 100644 --- a/connector/testfiles/mocks/events-02.json +++ b/connector/testfiles/mocks/events-02.json @@ -59,5 +59,14 @@ } } } + }, + { + "id": 24, + "type": "DeviceRejected", + "time": "2014-08-19T10:43:00.562821045+02:00", + "data": { + "address": "127.0.0.1:51807", + "device": "EJHMPAQ-OGCVORE-ISB4IS3-SYYVJXF-TKJGLTU-66DIQPF-GJ5D2GX-GQ3OWQK" + } } ] diff --git a/connector/testfiles/mocks/events-03.json b/connector/testfiles/mocks/events-03.json index 4900067..6f76894 100644 --- a/connector/testfiles/mocks/events-03.json +++ b/connector/testfiles/mocks/events-03.json @@ -39,5 +39,25 @@ } } } + }, + { + "id": 27, + "type": "FolderRejected", + "time": "2014-08-19T10:41:06.761751399+02:00", + "data": { + "device": "53STGR7-YBM6FCX-PAZ2RHM-YPY6OEJ-WYHVZO7-PCKQRCK-PZLTP7T", + "folder": "GXWxf-3zgnU", + "folderLabel": "Will be ignored because already known" + } + }, + { + "id": 28, + "type": "FolderRejected", + "time": "2014-08-19T10:41:06.761751399+02:00", + "data": { + "device": "53STGR7-YBM6FCX-PAZ2RHM-YPY6OEJ-WYHVZO7-PCKQRCK-PZLTP7T", + "folder": "new-directory", + "folderLabel": "New directory" + } } ] diff --git a/plasmoid/testfiles/mocks b/plasmoid/testfiles/mocks new file mode 120000 index 0000000..447706a --- /dev/null +++ b/plasmoid/testfiles/mocks @@ -0,0 +1 @@ +../../connector/testfiles/mocks \ No newline at end of file diff --git a/tray/testfiles/mocks b/tray/testfiles/mocks new file mode 120000 index 0000000..447706a --- /dev/null +++ b/tray/testfiles/mocks @@ -0,0 +1 @@ +../../connector/testfiles/mocks \ No newline at end of file