From cdc6c2d4cf15442f90a2e76587ce4ece6d4c4a84 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sun, 27 Nov 2016 17:32:20 +0100 Subject: [PATCH] debug gcc exception --- source/workbook/tests/test_produce_xlsx.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/workbook/tests/test_produce_xlsx.hpp b/source/workbook/tests/test_produce_xlsx.hpp index a0d0a597..76508d71 100644 --- a/source/workbook/tests/test_produce_xlsx.hpp +++ b/source/workbook/tests/test_produce_xlsx.hpp @@ -183,6 +183,7 @@ public: sheet2.get_cell("A2").comment(xlnt::comment(comment_text, "Microsoft Office User")); wb.save("debug.xlsx"); + wb.load("debug.xlsx"); TS_ASSERT(workbook_matches_file(wb, xlnt::path("data/18_basic_comments.xlsx"))); }