diff options
| author | Randy Morgan <[email protected]> | 2013-08-17 14:45:24 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2013-08-17 14:45:24 +0900 |
| commit | 2df443781d2a06d78ebed9a7915cb3544acb37e6 (patch) | |
| tree | a4ecccda80d0a6a6820d0929e26939ced9324bbc /test/workbook | |
| parent | af1c2d1f5692f925a6dfd51cf2cb7d25a1ece0f6 (diff) | |
| download | caxlsx-2df443781d2a06d78ebed9a7915cb3544acb37e6.tar.gz caxlsx-2df443781d2a06d78ebed9a7915cb3544acb37e6.zip | |
whitespace and debug cleanup
Diffstat (limited to 'test/workbook')
| -rw-r--r-- | test/workbook/worksheet/tc_conditional_formatting.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/workbook/worksheet/tc_conditional_formatting.rb b/test/workbook/worksheet/tc_conditional_formatting.rb index 9e5e01cf..62af8ebe 100644 --- a/test/workbook/worksheet/tc_conditional_formatting.rb +++ b/test/workbook/worksheet/tc_conditional_formatting.rb @@ -133,8 +133,6 @@ class TestConditionalFormatting < Test::Unit::TestCase def test_multiple_formulas @ws.add_conditional_formatting "B3:B3", { :type => :cellIs, :dxfId => 0, :priority => 1, :operator => :between, :formula => ["1 <> 2","5"] } doc = Nokogiri::XML.parse(@ws.to_xml_string) - p doc.xpath("//xmlns:worksheet/xmlns:conditionalFormatting//xmlns:cfRule[@type='cellIs'][@dxfId=0][@priority=1][@operator='between']") - assert doc.xpath("//xmlns:worksheet/xmlns:conditionalFormatting//xmlns:cfRule[@type='cellIs'][@dxfId=0][@priority=1][@operator='between']//xmlns:formula='1 <> 2'") assert doc.xpath("//xmlns:worksheet/xmlns:conditionalFormatting//xmlns:cfRule[@type='cellIs'][@dxfId=0][@priority=1][@operator='between']//xmlns:formula='5'") end |
