fix test/

This commit is contained in:
NIIBE Yutaka
2016-10-12 15:32:51 +09:00
parent 979992c046
commit f1773c146b
4 changed files with 21 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ def cmd_put_data(tag_str,content_str_repr):
@Given("cmd_reset_retry_counter with (.*) and \"(.*)\"")
def cmd_reset_retry_counter(how_str, data):
how = int(how_str)
scc.result = glc.token.cmd_reset_retry_counter(how, data)
scc.result = glc.token.cmd_reset_retry_counter(how, 0x81, data)
@Given("a RSA key pair (.*)")
def set_rsa_key(keyno_str):