From 5f6337f1efe5f3a2c3b39da6993c6cd565997b4d Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sat, 9 Jun 2012 11:43:22 +0900 Subject: remove debug code --- test/drawing/tc_title.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/drawing/tc_title.rb b/test/drawing/tc_title.rb index e5386d43..8d793d16 100644 --- a/test/drawing/tc_title.rb +++ b/test/drawing/tc_title.rb @@ -39,10 +39,9 @@ class TestTitle < Test::Unit::TestCase assert_equal(1, doc.xpath('//t[text()="foo"]').size) end - def test_to_xml_string_cell + def test_to_xml_string_cell @title.cell = @row.cells.first doc = Nokogiri::XML(@title.to_xml_string) - puts doc.to_xml assert_equal(1, doc.xpath('//strCache').size) assert_equal(1, doc.xpath('//v[text()="one"]').size) end -- cgit v1.2.3