From 7a2ce50a9386a46387c114945354ba89c5fc9c30 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 21 Feb 2006 00:00:29 +0000 Subject: Improved the Oracle OCI Adapter with better performance for column reflection (from #3210), fixes to migrations (from #3476 and #3742), tweaks to unit tests (from #3610), and improved documentation (from #2446) (closes #3879) [Aggregated by schoenm@earthlink.net] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3623 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/synonym_test_oci.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test/synonym_test_oci.rb') diff --git a/activerecord/test/synonym_test_oci.rb b/activerecord/test/synonym_test_oci.rb index 4d4776c363..fcfb2f3bd1 100644 --- a/activerecord/test/synonym_test_oci.rb +++ b/activerecord/test/synonym_test_oci.rb @@ -10,7 +10,7 @@ class TestOracleSynonym < Test::Unit::TestCase def test_oracle_synonym topic = Topic.new - subject = Subject.new + subject = Subject.new assert_equal(topic.attributes, subject.attributes) end -- cgit v1.2.3