aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/test')
-rw-r--r--actionwebservice/test/abstract_unit.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionwebservice/test/abstract_unit.rb b/actionwebservice/test/abstract_unit.rb
index 6862d222e4..392951ede7 100644
--- a/actionwebservice/test/abstract_unit.rb
+++ b/actionwebservice/test/abstract_unit.rb
@@ -24,7 +24,7 @@ ActiveRecord::Base.establish_connection(
:adapter => "mysql",
:username => "rails",
:encoding => "utf8",
- :database => "activewebservice_unittest"
+ :database => "actionwebservice_unittest"
)
ActiveRecord::Base.connection
@@ -35,4 +35,4 @@ class ActionController::TestRequest
def raw_post
super
end
-end \ No newline at end of file
+end