To edit pages or tickets please login with username/password: aaf/aaf

Changeset 268

Show
Ignore:
Timestamp:
11/17/07 16:46:15 (11 months ago)
Author:
jk
Message:

fixing #157 and #182

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demo/test/unit/content_test.rb

    r266 r268  
    811811    r = Content.find_with_ferret 'title', { :page => 3, :per_page => 10 }, 
    812812                                          { :conditions => "description != '0'", :order => 'title ASC' } 
     813    assert_equal 9, r.size 
    813814    assert_equal 29, r.total_hits 
    814     assert_equal 9, r.size 
    815815    assert_equal "21", r.first.description 
    816816    assert_equal "29", r.last.description 

To edit pages or tickets please login with username/password: aaf/aaf