From 29974c0d51f099af9869e49597f77936fc069376 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Mon, 24 Oct 2016 16:19:50 +0200 Subject: Test: another commands Signed-off-by: Szczepan Zalega --- unittest/test2.cc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'unittest/test2.cc') diff --git a/unittest/test2.cc b/unittest/test2.cc index 61fb502..91982c9 100644 --- a/unittest/test2.cc +++ b/unittest/test2.cc @@ -65,8 +65,12 @@ TEST_CASE("test", "[test]") { execute_password_command(stick, "123456"); execute_password_command(stick, "12345678", 'A'); this_thread::sleep_for(1000ms); -// execute_password_command(stick, "123123123"); -// execute_password_command(stick, "123123123"); //FIRMWARE PIN +// execute_password_command(stick, "123123123"); //CAUTION +// execute_password_command(stick, "123123123"); //CAUTION FIRMWARE PIN + + execute_password_command(stick, "12345678", 'A'); +// execute_password_command(stick, "12345678", 'A'); + stick10::LockDevice::CommandTransaction::run(stick); -- cgit v1.2.1