Return with NotFoundError when the requested deviceName/deviceNamePrefix is longer than 29 bytes.

This commit is contained in:
fokinv 2016-10-07 10:42:23 +02:00 committed by zakorgyula
parent 98f2233f2d
commit baa024e362
5 changed files with 3 additions and 20 deletions

View file

@ -1,4 +0,0 @@
[max-length-for-name-in-adv-name.html]
type: testharness
[A device name longer than 29 must reject.]
expected: FAIL

View file

@ -1,4 +0,0 @@
[max-length-for-name-in-adv-namePrefix.html]
type: testharness
[A device name prefix longer than 29 must reject.]
expected: FAIL

View file

@ -1,4 +0,0 @@
[unicode-max-length-for-name-in-adv-name.html]
type: testharness
[Unicode string with utf8 representation between (29, 248\] bytes in 'name' must throw NotFoundError.]
expected: FAIL

View file

@ -1,4 +0,0 @@
[unicode-max-length-for-name-in-adv-namePrefix.html]
type: testharness
[Unicode string with utf8 representation between (29, 248\] bytes in 'namePrefix' must throw NotFoundError.]
expected: FAIL