Add mocks for testing rejected events

This commit is contained in:
Martchus 2018-05-02 00:00:47 +02:00
parent 043d1c09c2
commit bde3734ea4
4 changed files with 31 additions and 0 deletions

View File

@ -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"
}
}
]

View File

@ -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"
}
}
]

1
plasmoid/testfiles/mocks Symbolic link
View File

@ -0,0 +1 @@
../../connector/testfiles/mocks

1
tray/testfiles/mocks Symbolic link
View File

@ -0,0 +1 @@
../../connector/testfiles/mocks