diff options
| author | Randy Morgan <[email protected]> | 2012-06-09 11:43:22 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-06-09 11:43:22 +0900 |
| commit | 5f6337f1efe5f3a2c3b39da6993c6cd565997b4d (patch) | |
| tree | 1c59b0f665ed6f2213faea815622d787e6ee1a88 /test/drawing/tc_title.rb | |
| parent | 7c3c54e5f1335b36a468bdb2be926035db696d07 (diff) | |
| download | caxlsx-5f6337f1efe5f3a2c3b39da6993c6cd565997b4d.tar.gz caxlsx-5f6337f1efe5f3a2c3b39da6993c6cd565997b4d.zip | |
remove debug code
Diffstat (limited to 'test/drawing/tc_title.rb')
| -rw-r--r-- | test/drawing/tc_title.rb | 3 |
1 files changed, 1 insertions, 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 |
