Merge pull request #2358 from arunagw/test_fix_187_skip

skiping magic comment test for < 1.9
This commit is contained in:
José Valim 2011-07-31 04:25:25 -07:00
commit 779d78d591

@ -14,9 +14,10 @@ def standard_dump
@stream.string
end
def test_magic_comment
skip "only test magic comments on 1.9" if RUBY_VERSION < '1.9'
assert_match "# encoding: #{@stream.external_encoding.name}", standard_dump
if "string".encoding_aware?
def test_magic_comment
assert_match "# encoding: #{@stream.external_encoding.name}", standard_dump
end
end
def test_schema_dump