summaryrefslogtreecommitdiff
path: root/test/authorization.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/authorization.rb')
-rw-r--r--test/authorization.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/authorization.rb b/test/authorization.rb
index 1556187..f23fe02 100644
--- a/test/authorization.rb
+++ b/test/authorization.rb
@@ -1,12 +1,6 @@
require File.join(File.expand_path(File.dirname(__FILE__)),"setup.rb")
TEST_URI = "http://only_a_test/test/" + rand(1000000).to_s
-unless defined? $aa[:uri] #overwrite turned off A&A server for testing
- $aa[:uri] = "https://opensso.in-silico.ch"
- @@subjectid = OpenTox::Authorization.authenticate($aa[:user],$aa[:password])
-end
-
-@@subjectid ||= OpenTox::Authorization.authenticate($aa[:user],$aa[:password])
class TestOpenToxAuthorizationBasic < Test::Unit::TestCase