mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-22 13:53:00 +00:00
Add basic tests on SMS datas
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@
|
||||
var data = {
|
||||
smsCount: 2,
|
||||
smsDatas: [
|
||||
{"read": 1, "date": 1410524385, "seen": 0, "address": "+33612121212", "body": "testSMS", "id": 10},
|
||||
{"read": 0, "date": 1400524385, "seen": 1, "address": "+33614121212", "body": "test SMS 2", "id": 14},
|
||||
{"read": true, "date": 1410524385, "seen": false, "draft": false, "address": "+33612121212", "body": "testSMS", "id": 10},
|
||||
{"read": false, "date": 1400524385, "seen": true, "draft": true, "address": "+33614121212", "body": "test SMS 2", "id": 14},
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user