Add app status.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-04-15 09:41:10 +08:00
parent b877f1cc9e
commit e6f2bf5152
6 changed files with 118 additions and 4 deletions

View File

@@ -355,7 +355,7 @@ func TestSenMultipleNotifications(t *testing.T) {
}
count := queueNotification(req)
assert.Equal(t, 2, count)
assert.Equal(t, 3, count)
}
func TestDisabledAndroidNotifications(t *testing.T) {
@@ -421,7 +421,7 @@ func TestDisabledIosNotifications(t *testing.T) {
}
count := queueNotification(req)
assert.Equal(t, 1, count)
assert.Equal(t, 2, count)
}
func TestMissingIosCertificate(t *testing.T) {