summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-10-04 09:54:47 +0200
committerAzul <azul@riseup.net>2012-10-04 09:54:47 +0200
commit693b6d1e36828fa17915a9297595f65c739b611a (patch)
tree2bafa7d9fd2cb311f36f7a68c3ff54fa5ecac794 /test
parent4f57d8010a90fe1221c351f695d15d29a9cdc37f (diff)
using BIG_PRIME_N and hashing the byte array - tests pass
We still calculate M differently than in SRP 6a
Diffstat (limited to 'test')
-rw-r--r--test/auth_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/auth_test.rb b/test/auth_test.rb
index 4311683..559403a 100644
--- a/test/auth_test.rb
+++ b/test/auth_test.rb
@@ -35,7 +35,7 @@ class AuthTest < Test::Unit::TestCase
assert @client.authenticate(@server, @username, @password)
end
- def test_wrong_password
+ def test_a_wrong_password
assert !@client.authenticate(@server, @username, "wrong password")
end