From 54dfb291510135a99f8316bfc7279ad0ca9485c6 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 12 Nov 2005 22:28:38 +0000 Subject: PostgreSQL: min_messages = warning for AR tests. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2989 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/connections/native_postgresql/connection.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'activerecord/test/connections') diff --git a/activerecord/test/connections/native_postgresql/connection.rb b/activerecord/test/connections/native_postgresql/connection.rb index c9b00447f9..4dedf74040 100644 --- a/activerecord/test/connections/native_postgresql/connection.rb +++ b/activerecord/test/connections/native_postgresql/connection.rb @@ -9,16 +9,16 @@ db2 = 'activerecord_unittest2' ActiveRecord::Base.establish_connection( :adapter => "postgresql", - :host => nil, :username => "postgres", :password => "postgres", - :database => db1 + :database => db1, + :min_messages => "warning" ) Course.establish_connection( :adapter => "postgresql", - :host => nil, :username => "postgres", :password => "postgres", - :database => db2 -) \ No newline at end of file + :database => db2, + :min_messages => "warning" +) -- cgit v1.2.3