| Index: test/notification.js |
| =================================================================== |
| --- a/test/notification.js |
| +++ b/test/notification.js |
| @@ -184,10 +184,12 @@ |
| ["applicationMinVersion", "26", true], |
| ["applicationMinVersion", "28", false], |
| ["applicationMinVersion", "27.1", false], |
| + ["applicationMinVersion", "27.0b1", true], |
| ["applicationMaxVersion", "27.0", true], |
| ["applicationMaxVersion", "27", true], |
| ["applicationMaxVersion", "28", true], |
| ["applicationMaxVersion", "26", false], |
| + ["applicationMaxVersion", "27.0b1", false], |
| ["platform", "chromium", true], |
| ["platform", "gecko", false], |
| ["platformMinVersion", "12.0", true], |
| @@ -195,10 +197,12 @@ |
| ["platformMinVersion", "11", true], |
| ["platformMinVersion", "13", false], |
| ["platformMinVersion", "12.1", false], |
| + ["platformMinVersion", "12.0b1", true], |
| ["platformMaxVersion", "12.0", true], |
| ["platformMaxVersion", "12", true], |
| ["platformMaxVersion", "13", true], |
| ["platformMaxVersion", "11", false], |
| + ["platformMaxVersion", "12.0b1", false], |
| ["blockedTotalMin", "11", false], |
| ["blockedTotalMin", "10", true], |
| ["blockedTotalMax", "10", true], |