diff options
| author | Randy Morgan <[email protected]> | 2012-05-19 10:34:10 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-19 10:34:10 +0900 |
| commit | 005405647edc337a9ec577b685945148f568cf31 (patch) | |
| tree | 10ccdcebb678c280db8bd263ea5fb8d24cc426be /test | |
| parent | 869acca69612b9197d5bdf7ff8c543e51438f9ed (diff) | |
| download | caxlsx-005405647edc337a9ec577b685945148f568cf31.tar.gz caxlsx-005405647edc337a9ec577b685945148f568cf31.zip | |
patch for 1.8.7
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 47c61dbb..61ce0475 100644 --- a/test/tc_package.rb +++ b/test/tc_package.rb @@ -77,7 +77,7 @@ class TestPackage < Test::Unit::TestCase def test_validation assert_equal(@package.validate.size, 0, @package.validate) - Axlsx::Workbook.class_variable_set(:@@date1904, 9900) + Axlsx::Workbook.send(:class_variable_set, :@@date1904, 9900) assert_equal(@package.validate.size, 2, @package.validate) end |
