test/regression/test_table05.rb in write_xlsx-0.62.0 vs test/regression/test_table05.rb in write_xlsx-0.64.0

- old
+ new

@@ -23,10 +23,10 @@ # Add a link to check rId handling. worksheet.write('A1', 'http://perl.com/') # Add comments to check rId handling. - worksheet.set_comments_author('John') + worksheet.comments_author = 'John' worksheet.write_comment('H1', 'Test1') worksheet.write_comment('J1', 'Test2') # Add drawing to check rId handling. worksheet.insert_image('A4', File.join(@test_dir, 'regression', 'images/blue.png'))