Return-Path: From: Michael Janssen To: linux-bluetooth@vger.kernel.org Cc: Michael Janssen Subject: [PATCH BlueZ v2 09/12] unit/gatt: Add clarifying note about dup tests. Date: Mon, 5 Jan 2015 13:32:51 -0800 Message-Id: <1420493574-37305-10-git-send-email-jamuraa@chromium.org> In-Reply-To: <1420493574-37305-1-git-send-email-jamuraa@chromium.org> References: <1420493574-37305-1-git-send-email-jamuraa@chromium.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: 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 + */ + define_test_att("/TP/GAD/CL/BV-06-C", test_search_descs, NULL, NULL, MTU_EXCHANGE_CLIENT_PDUS, raw_pdu(0x04, 0x13, 0x00, 0x16, 0x00), -- 2.2.0.rc0.207.ga3a616c