aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-11-16 13:25:55 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-11-16 13:25:55 -0800
commit61228e9a0cafb5f0a8e4f2c24da36ef9261840fb (patch)
treee4f6acd581a5482eb27810a3b283ae9e8c2a2843 /activerecord/test
parentdf5ec41b891bbd0392e9bb9695c17e3821903eed (diff)
downloadrails-61228e9a0cafb5f0a8e4f2c24da36ef9261840fb.tar.gz
rails-61228e9a0cafb5f0a8e4f2c24da36ef9261840fb.tar.bz2
rails-61228e9a0cafb5f0a8e4f2c24da36ef9261840fb.zip
fixing tests on PG
Diffstat (limited to 'activerecord/test')
-rw-r--r--activerecord/test/cases/adapters/postgresql/schema_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/adapters/postgresql/schema_test.rb b/activerecord/test/cases/adapters/postgresql/schema_test.rb
index 19669bdeb0..467e5d7b86 100644
--- a/activerecord/test/cases/adapters/postgresql/schema_test.rb
+++ b/activerecord/test/cases/adapters/postgresql/schema_test.rb
@@ -197,7 +197,7 @@ class SchemaTest < ActiveRecord::TestCase
end
def test_dump_indexes_for_schema_multiple_schemas_in_search_path
- do_dump_index_tests_for_schema("public, #{SCHEMA_NAME}", INDEX_A_COLUMN, INDEX_B_COLUMN_S1)
+ do_dump_index_tests_for_schema("public, #{SCHEMA_NAME}", INDEX_A_COLUMN, INDEX_B_COLUMN_S1, INDEX_D_COLUMN)
end
def test_with_uppercase_index_name