From bbf2080f647485308c3c68b399c1f1544fc20451 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 18 Jan 2013 20:28:12 +0100 Subject: [PATCH] tools: Use proper test data in mgmt_unblock_device test Copy and paste error. Although both data values are same use proper one for clarity. --- tools/mgmt-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 273401c0a..bf61f9df4 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -1714,7 +1714,7 @@ int main(int argc, char *argv[]) test_command_generic); test_bredr("Unblock Device - Invalid Parameters 1", - &block_device_invalid_param_test_1, NULL, + &unblock_device_invalid_param_test_1, NULL, test_command_generic); return tester_run(); -- 2.47.3