From: Kouhei S. <nu...@co...> - 2017-07-23 06:19:30
|
Kouhei Sutou 2017-07-23 15:18:47 +0900 (Sun, 23 Jul 2017) New Revision: 98744cee6bd0dbe39114715adc215fab5f26977e https://github.com/ruby-gnome2/ruby-gnome2/commit/98744cee6bd0dbe39114715adc215fab5f26977e Message: test: add missing method call again Modified files: poppler/test/test-annotation.rb Modified: poppler/test/test-annotation.rb (+1 -1) =================================================================== --- poppler/test/test-annotation.rb 2017-07-23 15:04:44 +0900 (1a2629b) +++ poppler/test/test-annotation.rb 2017-07-23 15:18:47 +0900 (9da2cd6) @@ -1,7 +1,7 @@ class TestAnnotation < Test::Unit::TestCase def test_type only_poppler_version(0, 7, 2) - assert_kind_of(Poppler::AnnotType, annotation) + assert_kind_of(Poppler::AnnotType, annotation.type) end def test_contents |