Skip to content

Commit

Permalink
fix test for postgresql
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3640 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Feb 23, 2006
1 parent e9d4b36 commit 5a02ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/modules_test.rb
Expand Up @@ -18,7 +18,7 @@ def test_module_spanning_has_and_belongs_to_many_associations
end

def test_associations_spanning_cross_modules
account = MyApplication::Billing::Account.find(:first)
account = MyApplication::Billing::Account.find(:first, :order => 'id')
assert_kind_of MyApplication::Business::Firm, account.firm
assert_kind_of MyApplication::Billing::Firm, account.qualified_billing_firm
assert_kind_of MyApplication::Billing::Firm, account.unqualified_billing_firm
Expand Down

0 comments on commit 5a02ee2

Please sign in to comment.