diff options
| author | Randy Morgan <[email protected]> | 2012-05-04 12:26:04 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-04 12:26:04 +0900 |
| commit | f6a2ddc9e84e37d02aefc7f69bb2e3c72698d165 (patch) | |
| tree | d3fd2516953db13c75102965f6738bc2b5c2e90e /test/rels/tc_relationship.rb | |
| parent | 50c365898f1a5389f32ab881d3bce127367c1f36 (diff) | |
| download | caxlsx-f6a2ddc9e84e37d02aefc7f69bb2e3c72698d165.tar.gz caxlsx-f6a2ddc9e84e37d02aefc7f69bb2e3c72698d165.zip | |
add comment relationship type
Diffstat (limited to 'test/rels/tc_relationship.rb')
| -rw-r--r-- | test/rels/tc_relationship.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rels/tc_relationship.rb b/test/rels/tc_relationship.rb index 98f21b0b..ef995449 100644 --- a/test/rels/tc_relationship.rb +++ b/test/rels/tc_relationship.rb @@ -10,6 +10,7 @@ class TestRelationships < Test::Unit::TestCase def test_type assert_raise(ArgumentError) { Axlsx::Relationship.new 'type', 'target' } assert_nothing_raised { Axlsx::Relationship.new Axlsx::WORKSHEET_R, 'target' } + assert_nothing_raised { Axlsx::Relationship.new Axlsx::COMMENT_R, 'target' } end def test_target_mode |
