diff options
| author | Randy Morgan <[email protected]> | 2012-05-19 11:06:06 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-19 11:06:06 +0900 |
| commit | 5101c6f96ff1ec34ccbf8006f6e192fd45005602 (patch) | |
| tree | 93ff58c897a339360b4dcf158b44fdc47a59bd44 /test | |
| parent | 005405647edc337a9ec577b685945148f568cf31 (diff) | |
| download | caxlsx-5101c6f96ff1ec34ccbf8006f6e192fd45005602.tar.gz caxlsx-5101c6f96ff1ec34ccbf8006f6e192fd45005602.zip | |
patch spec for xerces/libxml parser differences
Diffstat (limited to 'test')
| -rw-r--r-- | test/tc_package.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_package.rb b/test/tc_package.rb index 61ce0475..45e97602 100644 --- a/test/tc_package.rb +++ b/test/tc_package.rb @@ -78,7 +78,7 @@ class TestPackage < Test::Unit::TestCase def test_validation assert_equal(@package.validate.size, 0, @package.validate) Axlsx::Workbook.send(:class_variable_set, :@@date1904, 9900) - assert_equal(@package.validate.size, 2, @package.validate) + assert(@package.validate.size > 0) end def test_parts |
