fix accidental commit of test file path

This commit is contained in:
Thomas Fussell 2017-06-25 13:14:56 -04:00
parent cf2dc9d7fb
commit d7b5374614

View File

@ -468,7 +468,7 @@ public:
void test_streaming_read()
{
const auto path = "C:\\Users\\Thomas\\Desktop\\tmp.xlsx";
const auto path = path_helper::test_file("4_every_style.xlsx");
xlnt::streaming_workbook_reader reader;
reader.open(xlnt::path(path));