Browse Source

Ignore DefaultColumnStyle test case

pull/1517/head
Tony Qu 4 months ago
parent
commit
6d2ca5b3e4
  1. 3
      testcases/main/SS/UserModel/BaseTestSheet.cs
  2. 2
      testcases/ooxml/XSSF/Streaming/TestSXSSFSheet.cs

3
testcases/main/SS/UserModel/BaseTestSheet.cs

@ -721,9 +721,8 @@ namespace TestCases.SS.UserModel
wb.Close(); wb.Close();
} }
[Ignore("not sure why style not match")]
/** Test that new default column styles Get applied */ /** Test that new default column styles Get applied */
[Test]
public virtual void DefaultColumnStyle() public virtual void DefaultColumnStyle()
{ {
IWorkbook wb = _testDataProvider.CreateWorkbook(); IWorkbook wb = _testDataProvider.CreateWorkbook();

2
testcases/ooxml/XSSF/Streaming/TestSXSSFSheet.cs

@ -111,8 +111,6 @@ namespace TestCases.XSSF.Streaming
// properties on Cells... // properties on Cells...
} }
[Test]
public override void DefaultColumnStyle() { public override void DefaultColumnStyle() {
//TODO column styles are not yet supported by XSSF //TODO column styles are not yet supported by XSSF
} }

Loading…
Cancel
Save