summaryrefslogtreecommitdiff
path: root/test/rexml
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml')
-rw-r--r--test/rexml/data/utf16.xml (renamed from test/rexml/data/ticket_110_utf16.xml)bin207464 -> 207464 bytes
-rw-r--r--test/rexml/test_encoding.rb4
2 files changed, 2 insertions, 2 deletions
diff --git a/test/rexml/data/ticket_110_utf16.xml b/test/rexml/data/utf16.xml
index f7e5e90d0c..f7e5e90d0c 100644
--- a/test/rexml/data/ticket_110_utf16.xml
+++ b/test/rexml/data/utf16.xml
Binary files differ
diff --git a/test/rexml/test_encoding.rb b/test/rexml/test_encoding.rb
index ca2dff7af1..9a41957faf 100644
--- a/test/rexml/test_encoding.rb
+++ b/test/rexml/test_encoding.rb
@@ -87,8 +87,8 @@ module REXMLTests
REXML::Document.new doc
end
- def test_ticket_110
- utf16 = File.open(fixture_path("ticket_110_utf16.xml")) do |f|
+ def test_parse_utf16
+ utf16 = File.open(fixture_path("utf16.xml")) do |f|
REXML::Document.new(f)
end
assert_equal("UTF-16", utf16.encoding)