Merge branch 'master' of github.com:tfussell/xlnt

This commit is contained in:
Thomas Fussell 2016-03-14 11:50:41 +08:00
commit c4e3829da2

View File

@ -9,13 +9,6 @@
class test_worksheet : public CxxTest::TestSuite class test_worksheet : public CxxTest::TestSuite
{ {
public: public:
void test_roundtrip()
{
xlnt::workbook wb;
wb.load("/Users/thomas/Development/xlnt/tests/data/complex-styles.xlsx");
wb.save("/Users/thomas/Desktop/comparison_temp/out.zip");
}
void test_new_worksheet() void test_new_worksheet()
{ {
xlnt::workbook wb; xlnt::workbook wb;