From cff3015e5ad3c62571dc5bcce23acc298ad6c6ca Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 9 Jan 2014 15:11:16 +0200 Subject: [PATCH] tools/mgmt-tester: Name Pair Device tests more descriptively --- tools/mgmt-tester.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 836df2cf4..482389490 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -3347,10 +3347,10 @@ int main(int argc, char *argv[]) test_bredrle("Pair Device - Invalid Parameters 1", &pair_device_invalid_param_test_1, NULL, test_command_generic); - test_bredrle("Pair Device - Success 1", + test_bredrle("Pair Device - Legacy Success 1", &pair_device_success_test_1, NULL, test_command_generic); - test_bredrle("Pair Device - Success 2", + test_bredrle("Pair Device - Sec Mode 3 Success 1", &pair_device_success_test_2, NULL, test_command_generic); -- 2.47.3