mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
remove accidental commit of debugging test
This commit is contained in:
parent
5bf3a660fe
commit
4d2c68a575
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user