remove accidental commit of debugging test

This commit is contained in:
Thomas Fussell 2016-03-10 17:35:16 +08:00
parent 5bf3a660fe
commit 4d2c68a575

View File

@ -9,13 +9,6 @@
class test_worksheet : public CxxTest::TestSuite
{
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()
{
xlnt::workbook wb;