diff options
| author | Randy Morgan <[email protected]> | 2012-07-08 10:46:44 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-07-08 10:46:51 +0900 |
| commit | 88fd4fc68c0052df556c4c51bf75ed0a0e3ba7f9 (patch) | |
| tree | aa51d7c84eaf044f2f6e2187690dab5f416236f3 /test | |
| parent | c5981835dbcae425dd0e468a90d88cd49bea42d3 (diff) | |
| download | caxlsx-88fd4fc68c0052df556c4c51bf75ed0a0e3ba7f9.tar.gz caxlsx-88fd4fc68c0052df556c4c51bf75ed0a0e3ba7f9.zip | |
adding in some excel bar chart defaults for LO interop testing
Diffstat (limited to 'test')
| -rw-r--r-- | test/drawing/tc_bar_series.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/drawing/tc_bar_series.rb b/test/drawing/tc_bar_series.rb index 93ebbbbb..6b173155 100644 --- a/test/drawing/tc_bar_series.rb +++ b/test/drawing/tc_bar_series.rb @@ -33,6 +33,5 @@ class TestBarSeries < Test::Unit::TestCase assert_equal(doc.xpath("//c:dPt/c:idx[@val='#{index}']").size,1) assert_equal(doc.xpath("//c:dPt/c:spPr/a:solidFill/a:srgbClr[@val='#{@series.colors[index]}']").size,1) end - assert_equal(doc.xpath("//c:shape[@val='#{@series.shape.to_s}']").size, 1) end end |
