Hi Michael, > BV-05-C tests are identical to the BV-04-C tests, so add a note > explaining as such. > --- > unit/test-gatt.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/unit/test-gatt.c b/unit/test-gatt.c > index b8815ee..de3fe8b 100644 > --- a/unit/test-gatt.c > +++ b/unit/test-gatt.c > @@ -1680,6 +1680,11 @@ int main(int argc, char *argv[]) > raw_pdu(0x08, 0x29, 0x00, 0x29, 0x00, 0x03, 0x28), > raw_pdu(0x01, 0x08, 0x29, 0x00, 0x0a)); > > + /* > + * Note: /TP/GAD/CL/BV-05-C and /TP/GAD/SV/BV-05-C are identical to > + * /TP/GAD/CL/BV-04-C and /TP/GAD/SV/BV-04-C for BlueZ > + */ > + can we just add a copy of the test even while it is the same test. Makes it a lot easier to keep track of since you can list the test cases with -l option. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html