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