Instiki 0.16.5
Update to Rails 2.3.2 (the stable Rails 2.3 release). Add audio/speex support Update CHANGELOG Bump version number
This commit is contained in:
parent
801d307405
commit
e2ccdfd812
264 changed files with 4850 additions and 1906 deletions
|
@ -244,7 +244,7 @@ class TimeZoneTest < Test::Unit::TestCase
|
|||
assert_nil ActiveSupport::TimeZone["bogus"]
|
||||
assert_instance_of ActiveSupport::TimeZone, ActiveSupport::TimeZone["Central Time (US & Canada)"]
|
||||
assert_instance_of ActiveSupport::TimeZone, ActiveSupport::TimeZone[8]
|
||||
assert_raises(ArgumentError) { ActiveSupport::TimeZone[false] }
|
||||
assert_raise(ArgumentError) { ActiveSupport::TimeZone[false] }
|
||||
end
|
||||
|
||||
def test_new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue