You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the test document of #298 is transformed to JSON changes and afterwards these changes are applied to an empty ODT document, the table has changed, which is an error.
The original document looks like this:
the JSON generated from it is called tableRowDeletionTest.odt--initial_ops.json
The ODT when the ODF changes are applied to an empty ODT document is name tableRowDeletionTest.odt--OUT-new.odt and looks like this:
The JSON file, which is again generated from the above ODTis called: tableRowDeletionTest.odt--new-reloaded_ops.json
The JSON files are being generated when building/testing ODFDOM via 'mvn install'
The new JSON files are being generated in:
odftoolkit/odfdom/target/test-classes/test-output/operations/
the references can be found in:
odftoolkit/odfdom/src/test/resources/test-reference/operations/
PS: Please note that there is currently also a derivation of the ODT files, likely due to the recent patch of Michael. I just pinged him to double check this. :-)
The text was updated successfully, but these errors were encountered:
When the test document of #298 is transformed to JSON changes and afterwards these changes are applied to an empty ODT document, the table has changed, which is an error.
The original document looks like this:
the JSON generated from it is called tableRowDeletionTest.odt--initial_ops.json
The ODT when the ODF changes are applied to an empty ODT document is name tableRowDeletionTest.odt--OUT-new.odt and looks like this:
The JSON file, which is again generated from the above ODTis called:
tableRowDeletionTest.odt--new-reloaded_ops.json
The JSON files are being generated when building/testing ODFDOM via 'mvn install'
The new JSON files are being generated in:
odftoolkit/odfdom/target/test-classes/test-output/operations/
the references can be found in:
odftoolkit/odfdom/src/test/resources/test-reference/operations/
PS: Please note that there is currently also a derivation of the ODT files, likely due to the recent patch of Michael. I just pinged him to double check this. :-)
The text was updated successfully, but these errors were encountered: