diff options
author | Szczepan Zalega <szczepan.zalega@gmail.com> | 2016-02-20 21:10:48 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan.zalega@gmail.com> | 2016-02-20 21:10:48 +0100 |
commit | 5e6793c09dd1e852a28d2b592ad1139f2c9305ed (patch) | |
tree | 78629224fbe7c8e7dd68aa9879ed3a43f45131cf /unittest | |
parent | f4d89f0893030f0b8827f3be0d07ebd4de89b315 (diff) | |
download | libnitrokey-5e6793c09dd1e852a28d2b592ad1139f2c9305ed.tar.gz libnitrokey-5e6793c09dd1e852a28d2b592ad1139f2c9305ed.tar.bz2 |
added const2string temporary conversion code
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/test.cc b/unittest/test.cc index ae13dda..9d1423c 100644 --- a/unittest/test.cc +++ b/unittest/test.cc @@ -26,7 +26,7 @@ int main() { } { - for (int i=0; i<10; i++) { + for (int i=0x20; i<0x23; i++) { ReadSlot::CommandTransaction::CommandPayload slot_req; slot_req.slot_number = i; auto slot = ReadSlot::CommandTransaction::run(stick, slot_req); |