test/test_idgxmlbuilder.rb in review-1.6.0 vs test/test_idgxmlbuilder.rb in review-1.7.0
- old
+ new
@@ -12,11 +12,9 @@
def setup
@builder = IDGXMLBuilder.new()
@config = ReVIEW::Configure.values
@config.merge!({
"secnolevel" => 2,
- "inencoding" => "UTF-8",
- "outencoding" => "UTF-8",
"nolf" => true,
"tableopt" => "10"
})
@book = Book::Base.new(nil)
@book.config = @config