summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-06-28 16:13:13 +0200
committerAzul <azul@leap.se>2012-06-28 16:13:13 +0200
commite55ff681bcc5a6c479530d1411a3da75912d78e5 (patch)
treeaca518663d05f3093520fd3b5d0449efe0b7eb84 /test
parent424c80fde151d4507cd34aaf8f116016df405c8a (diff)
complete ajax flow is working - just auth fails
Also we currently generate the salt on the server - this should happen on the client but for now i stick to the srp-js workflow.
Diffstat (limited to 'test')
-rw-r--r--test/auth_test.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/auth_test.rb b/test/auth_test.rb
index 0f76404..75aa9ad 100644
--- a/test/auth_test.rb
+++ b/test/auth_test.rb
@@ -10,10 +10,6 @@ class AuthTest < Test::Unit::TestCase
end
def test_successful_auth
- print "salt: "
- puts @client.salt
- print "verifier: "
- puts @client.verifier
assert @client.authenticate(@server, @username, @password)
end