From e55ff681bcc5a6c479530d1411a3da75912d78e5 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 28 Jun 2012 16:13:13 +0200 Subject: 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. --- test/auth_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') 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 -- cgit v1.2.3