mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
Fixed PostgreSQL usage of fixtures with regards to public schemas and table names with dots #962 [gnuman1@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1206 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -35,7 +35,7 @@ class MixinNestedSetTest < Test::Unit::TestCase
|
||||
|
||||
def check_method_mixins( obj )
|
||||
[:scope_condition, :left_col_name, :right_col_name, :parent_column, :root?, :add_child,
|
||||
:children_count, :full_set, :all_children, :direct_children].each { |symbol| assert( obj.respond_to? symbol ) }
|
||||
:children_count, :full_set, :all_children, :direct_children].each { |symbol| assert( obj.respond_to?(symbol)) }
|
||||
end
|
||||
|
||||
def set( id )
|
||||
@@ -181,4 +181,4 @@ class MixinNestedSetTest < Test::Unit::TestCase
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user