We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1848c commit bf23b59Copy full SHA for bf23b59
odfdom/src/test/java/org/odftoolkit/odfdom/doc/table/TableCellTest.java
@@ -235,7 +235,8 @@ public void testGetSetTextValue() throws Exception {
235
Assert.assertEquals("Aabbccddee", text);
236
}
237
238
- @Test // # is an optional integer, like format #.0 with value 0.3 shows .3
+ @Test @Ignore // Unsupported field: MonthOfYear
239
+ // # is an optional integer, like format #.0 with value 0.3 shows .3
240
public void testSetGetFormat() throws Exception {
241
OdfSpreadsheetDocument odsdoc = loadInputOds();
242
0 commit comments