test/test_parser_publication.rb in epub-parser-0.4.0 vs test/test_parser_publication.rb in epub-parser-0.4.1
- old
+ new
@@ -2,10 +2,10 @@
require File.expand_path 'helper', File.dirname(__FILE__)
class TestParserPublication < Test::Unit::TestCase
def setup
opf = File.read("test/fixtures/book/OPS/ルートファイル.opf")
- @opf = Nokogiri.XML(opf)
+ @opf = EPUB::Parser::XMLDocument.new(opf)
@parser = EPUB::Parser::Publication.new(opf)
@package = @parser.parse_package(@opf)
end
def test_parse_package