Skip to content

Commit

Permalink
Updated bug in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Reeder authored and unknown committed Sep 29, 2009
1 parent 49f3ff9 commit 531f0fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/test_simple_record.rb
Expand Up @@ -204,11 +204,10 @@ def test_attributes_correct

end


# ensures that it uses next token and what not
def test_big_result
mms = MyModel.find(:all)
puts 'mms.size=' + mms.size
puts 'mms.size=' + mms.size.to_s
i = 0
mms.each do |x|
puts 'deleting=' + i.to_s
Expand Down Expand Up @@ -276,6 +275,6 @@ def test_objects_in_constructor
mcm = MyChildModel.find(mcm.id)
assert !mcm.my_model.nil?


end

end

0 comments on commit 531f0fb

Please sign in to comment.