diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-05-17 09:35:19 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-17 09:35:19 +0200 |
| commit | 39d63521bf58e319d26b4bb47b0a1b3fc1fd8ba9 (patch) | |
| tree | 5e8aabd317d5938d310f2dcd0d582130fa7f9416 /test | |
| parent | 57865b2f08ae301f4d6815211fba59fefafcec33 (diff) | |
| parent | 20a6b1bf081c04a3e9438d4ada2e818cc67d641a (diff) | |
| download | caxlsx-39d63521bf58e319d26b4bb47b0a1b3fc1fd8ba9.tar.gz caxlsx-39d63521bf58e319d26b4bb47b0a1b3fc1fd8ba9.zip | |
Merge branch 'master' into cacheColRef
Diffstat (limited to 'test')
| -rw-r--r-- | test/workbook/worksheet/tc_cell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_cell.rb b/test/workbook/worksheet/tc_cell.rb index a534a8dc..fef23ede 100644 --- a/test/workbook/worksheet/tc_cell.rb +++ b/test/workbook/worksheet/tc_cell.rb @@ -567,7 +567,7 @@ class TestCell < Test::Unit::TestCase def test_to_xml # TODO: This could use some much more stringent testing related to the xml content generated! @ws.add_row [Time.now, Date.today, true, 1, 1.0, "text", "=sum(A1:A2)", "2013-01-13T13:31:25.123"] - @ws.rows.last.cells[5].u = true + @ws.rows.last.cells[5].u = :single schema = Nokogiri::XML::Schema(File.open(Axlsx::SML_XSD)) doc = Nokogiri::XML(@ws.to_xml_string) |
