Update to Rails 2.3.9 and itextomml 1.3.27
This commit is contained in:
parent
113e0af736
commit
ef30cc22df
200 changed files with 3065 additions and 1204 deletions
|
@ -261,6 +261,11 @@ class TimeZoneTest < Test::Unit::TestCase
|
|||
assert_raise(ArgumentError) { ActiveSupport::TimeZone[false] }
|
||||
end
|
||||
|
||||
def test_unknown_zones_dont_store_mapping_keys
|
||||
ActiveSupport::TimeZone["bogus"]
|
||||
assert !ActiveSupport::TimeZone.zones_map.key?("bogus")
|
||||
end
|
||||
|
||||
def test_new
|
||||
assert_equal ActiveSupport::TimeZone["Central Time (US & Canada)"], ActiveSupport::TimeZone.new("Central Time (US & Canada)")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue