Added some new tests for a few WebBluetooth method.

This commit is contained in:
Valentin Fokin 2016-12-14 12:42:07 +01:00 committed by Attila Dusnoki
parent 23590f683a
commit bc948f7975
22 changed files with 413 additions and 8 deletions

View file

@ -6860,6 +6860,12 @@
"url": "/_mozilla/mozilla/bluetooth/getCharacteristic/invalid-characteristic-name.html"
}
],
"mozilla/bluetooth/getCharacteristic/reconnect-during.html": [
{
"path": "mozilla/bluetooth/getCharacteristic/reconnect-during.html",
"url": "/_mozilla/mozilla/bluetooth/getCharacteristic/reconnect-during.html"
}
],
"mozilla/bluetooth/getCharacteristic/service-is-removed.html": [
{
"path": "mozilla/bluetooth/getCharacteristic/service-is-removed.html",
@ -7310,6 +7316,12 @@
"url": "/_mozilla/mozilla/bluetooth/getPrimaryServices/get-different-services-after-reconnection.html"
}
],
"mozilla/bluetooth/getPrimaryServices/get-same-service-with-uuid.html": [
{
"path": "mozilla/bluetooth/getPrimaryServices/get-same-service-with-uuid.html",
"url": "/_mozilla/mozilla/bluetooth/getPrimaryServices/get-same-service-with-uuid.html"
}
],
"mozilla/bluetooth/getPrimaryServices/get-same-service.html": [
{
"path": "mozilla/bluetooth/getPrimaryServices/get-same-service.html",
@ -7394,6 +7406,12 @@
"url": "/_mozilla/mozilla/bluetooth/readValue/characteristic/disconnect-called-before.html"
}
],
"mozilla/bluetooth/readValue/characteristic/disconnect-called-during.html": [
{
"path": "mozilla/bluetooth/readValue/characteristic/disconnect-called-during.html",
"url": "/_mozilla/mozilla/bluetooth/readValue/characteristic/disconnect-called-during.html"
}
],
"mozilla/bluetooth/readValue/characteristic/event-is-fired.html": [
{
"path": "mozilla/bluetooth/readValue/characteristic/event-is-fired.html",
@ -7466,16 +7484,46 @@
"url": "/_mozilla/mozilla/bluetooth/readValue/descriptor/service-is-removed.html"
}
],
"mozilla/bluetooth/requestDevice/accept-all-devices-with-filter.html": [
"mozilla/bluetooth/requestDevice/acceptAllDevices/accept-all-devices-with-filter.html": [
{
"path": "mozilla/bluetooth/requestDevice/accept-all-devices-with-filter.html",
"url": "/_mozilla/mozilla/bluetooth/requestDevice/accept-all-devices-with-filter.html"
"path": "mozilla/bluetooth/requestDevice/acceptAllDevices/accept-all-devices-with-filter.html",
"url": "/_mozilla/mozilla/bluetooth/requestDevice/acceptAllDevices/accept-all-devices-with-filter.html"
}
],
"mozilla/bluetooth/requestDevice/accept-all-devices.html": [
"mozilla/bluetooth/requestDevice/acceptAllDevices/accept-all-devices.html": [
{
"path": "mozilla/bluetooth/requestDevice/accept-all-devices.html",
"url": "/_mozilla/mozilla/bluetooth/requestDevice/accept-all-devices.html"
"path": "mozilla/bluetooth/requestDevice/acceptAllDevices/accept-all-devices.html",
"url": "/_mozilla/mozilla/bluetooth/requestDevice/acceptAllDevices/accept-all-devices.html"
}
],
"mozilla/bluetooth/requestDevice/acceptAllDevices/device-with-empty-name.html": [
{
"path": "mozilla/bluetooth/requestDevice/acceptAllDevices/device-with-empty-name.html",
"url": "/_mozilla/mozilla/bluetooth/requestDevice/acceptAllDevices/device-with-empty-name.html"
}
],
"mozilla/bluetooth/requestDevice/acceptAllDevices/device-with-name.html": [
{
"path": "mozilla/bluetooth/requestDevice/acceptAllDevices/device-with-name.html",
"url": "/_mozilla/mozilla/bluetooth/requestDevice/acceptAllDevices/device-with-name.html"
}
],
"mozilla/bluetooth/requestDevice/acceptAllDevices/device-with-no-name.html": [
{
"path": "mozilla/bluetooth/requestDevice/acceptAllDevices/device-with-no-name.html",
"url": "/_mozilla/mozilla/bluetooth/requestDevice/acceptAllDevices/device-with-no-name.html"
}
],
"mozilla/bluetooth/requestDevice/acceptAllDevices/optional-services-missing.html": [
{
"path": "mozilla/bluetooth/requestDevice/acceptAllDevices/optional-services-missing.html",
"url": "/_mozilla/mozilla/bluetooth/requestDevice/acceptAllDevices/optional-services-missing.html"
}
],
"mozilla/bluetooth/requestDevice/acceptAllDevices/optional-services-present.html": [
{
"path": "mozilla/bluetooth/requestDevice/acceptAllDevices/optional-services-present.html",
"url": "/_mozilla/mozilla/bluetooth/requestDevice/acceptAllDevices/optional-services-present.html"
}
],
"mozilla/bluetooth/requestDevice/adapter-not-present.html": [
@ -7532,6 +7580,12 @@
"url": "/_mozilla/mozilla/bluetooth/requestDevice/canonicalizeFilter/empty-services-member.html"
}
],
"mozilla/bluetooth/requestDevice/canonicalizeFilter/filters-xor-acceptAllDevices.html": [
{
"path": "mozilla/bluetooth/requestDevice/canonicalizeFilter/filters-xor-acceptAllDevices.html",
"url": "/_mozilla/mozilla/bluetooth/requestDevice/canonicalizeFilter/filters-xor-acceptAllDevices.html"
}
],
"mozilla/bluetooth/requestDevice/canonicalizeFilter/max-length-for-device-name-name.html": [
{
"path": "mozilla/bluetooth/requestDevice/canonicalizeFilter/max-length-for-device-name-name.html",
@ -7790,12 +7844,24 @@
"url": "/_mozilla/mozilla/bluetooth/startNotifications/blocklisted-characteristic.html"
}
],
"mozilla/bluetooth/startNotifications/characteristic-does-not-support-notifications.html": [
{
"path": "mozilla/bluetooth/startNotifications/characteristic-does-not-support-notifications.html",
"url": "/_mozilla/mozilla/bluetooth/startNotifications/characteristic-does-not-support-notifications.html"
}
],
"mozilla/bluetooth/startNotifications/characteristic-is-removed.html": [
{
"path": "mozilla/bluetooth/startNotifications/characteristic-is-removed.html",
"url": "/_mozilla/mozilla/bluetooth/startNotifications/characteristic-is-removed.html"
}
],
"mozilla/bluetooth/startNotifications/device-goes-out-of-range.html": [
{
"path": "mozilla/bluetooth/startNotifications/device-goes-out-of-range.html",
"url": "/_mozilla/mozilla/bluetooth/startNotifications/device-goes-out-of-range.html"
}
],
"mozilla/bluetooth/startNotifications/disconnect-called-before.html": [
{
"path": "mozilla/bluetooth/startNotifications/disconnect-called-before.html",
@ -7820,6 +7886,12 @@
"url": "/_mozilla/mozilla/bluetooth/startNotifications/notify-succeeds.html"
}
],
"mozilla/bluetooth/startNotifications/service-is-removed.html": [
{
"path": "mozilla/bluetooth/startNotifications/service-is-removed.html",
"url": "/_mozilla/mozilla/bluetooth/startNotifications/service-is-removed.html"
}
],
"mozilla/bluetooth/stopNotifications/characteristic-is-removed.html": [
{
"path": "mozilla/bluetooth/stopNotifications/characteristic-is-removed.html",
@ -7844,6 +7916,24 @@
"url": "/_mozilla/mozilla/bluetooth/stopNotifications/notify-succeeds.html"
}
],
"mozilla/bluetooth/stopNotifications/stop-after-start-succeeds.html": [
{
"path": "mozilla/bluetooth/stopNotifications/stop-after-start-succeeds.html",
"url": "/_mozilla/mozilla/bluetooth/stopNotifications/stop-after-start-succeeds.html"
}
],
"mozilla/bluetooth/stopNotifications/stop-twice.html": [
{
"path": "mozilla/bluetooth/stopNotifications/stop-twice.html",
"url": "/_mozilla/mozilla/bluetooth/stopNotifications/stop-twice.html"
}
],
"mozilla/bluetooth/stopNotifications/stop-without-starting.html": [
{
"path": "mozilla/bluetooth/stopNotifications/stop-without-starting.html",
"url": "/_mozilla/mozilla/bluetooth/stopNotifications/stop-without-starting.html"
}
],
"mozilla/bluetooth/writeValue/characteristic/blocklisted-characteristic.html": [
{
"path": "mozilla/bluetooth/writeValue/characteristic/blocklisted-characteristic.html",
@ -7874,6 +7964,12 @@
"url": "/_mozilla/mozilla/bluetooth/writeValue/characteristic/service-is-removed.html"
}
],
"mozilla/bluetooth/writeValue/characteristic/value-too-long.html": [
{
"path": "mozilla/bluetooth/writeValue/characteristic/value-too-long.html",
"url": "/_mozilla/mozilla/bluetooth/writeValue/characteristic/value-too-long.html"
}
],
"mozilla/bluetooth/writeValue/characteristic/write-succeeds.html": [
{
"path": "mozilla/bluetooth/writeValue/characteristic/write-succeeds.html",