New Version
Sync with Latest Instiki Trunk. Migrate to Rails 1.2.5. Bump version number.
This commit is contained in:
parent
de125367b0
commit
207fb1f7f2
120 changed files with 2592 additions and 662 deletions
|
@ -39,7 +39,10 @@ class AddressesTest < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_list
|
||||
get :list
|
||||
# because pagination is deprecated
|
||||
ActiveSupport::Deprecation.silence do
|
||||
get :list
|
||||
end
|
||||
assert_equal "We only need to get this far!", @response.body.chomp
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue