summaryrefslogtreecommitdiff
path: root/test/authorization.rb
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-05-07 19:52:12 +0200
committerrautenberg <rautenberg@in-silico.ch>2012-05-07 19:52:12 +0200
commit96916da933e1bc53db69b3d3e8b335de4e77c0aa (patch)
treeb25a4ff5246f5cdc755bc5196ff05f4d09470bc1 /test/authorization.rb
parent9d67e1c80b8854f45032c46aa8c21c8e3a236e54 (diff)
parent81346e1ba9624b57e476688167157e64e07c60fd (diff)
Merge branch 'release/v0.0.3'v0.0.3
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