From b2681cca2e38b7465cd94d51dde14e53b724d0d1 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 30 May 2007 06:34:25 +0000 Subject: acts_as_nested_set: direct_children is sorted correctly. Closes #4761. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6903 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/mixins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/test/fixtures/mixins.yml') diff --git a/activerecord/test/fixtures/mixins.yml b/activerecord/test/fixtures/mixins.yml index 881b97c1d2..1f5d3ba60b 100644 --- a/activerecord/test/fixtures/mixins.yml +++ b/activerecord/test/fixtures/mixins.yml @@ -101,10 +101,10 @@ sti_set_<%= sti[0] %>: [4002, 4001, 2, 7], [4003, 4002, 3, 4], [4004, 4002, 5, 6], - [4005, 4001, 8, 13], + [4005, 4001, 14, 13], [4006, 4005, 9, 10], [4007, 4005, 11, 12], - [4008, 4001, 14, 19], + [4008, 4001, 8, 19], [4009, 4008, 15, 16], [4010, 4008, 17, 18]].each do |set| %> tree_<%= set[0] %>: -- cgit v1.2.3