Fixing bugs...
This commit is contained in:
parent
5dc5c3ebe8
commit
f7579db9e8
24 changed files with 127 additions and 94 deletions
|
@ -267,7 +267,7 @@ local function padding_b64test()
|
|||
print("ok")
|
||||
end
|
||||
|
||||
local t = socket.time()
|
||||
local t = socket.gettime()
|
||||
|
||||
identity_test()
|
||||
encode_b64test()
|
||||
|
@ -285,4 +285,4 @@ decode_qptest()
|
|||
compare_qptest()
|
||||
cleanup_qptest()
|
||||
|
||||
print(string.format("done in %.2fs", socket.time() - t))
|
||||
print(string.format("done in %.2fs", socket.gettime() - t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue