This weekend I spent time on preparing for the ODF Plugfest again. The test software ODFAutoTests now has many more tests. Most new tests are for text styles. I’ve created tests for each of the possible attributes in <style:text-properties/>.
You can have a look at the results here. If you want to recreate the tests, you can download a compiled version of the test software. It can be run like this:
usage: java -jar odftester.jar [-c <arg>] -i <arg> -r <arg> -t <arg>
-c,--run-config <arg> xml file that contains the instructions for running the
loading and saving of the documents in the various ODF
implementations. If this option is absent, the files
will not be loaded and saved, but the files from
results-dir will be analyzed into a report
-i,--input-dir <arg> the directory for the documents that are generated from
the test definition
-r,--result-dir <arg> the directory for the results of the loading and saving
of the files from input-dir
-t,--tests <arg> xml file that contains the tests
To run it you’ll also need to download the configuration and test description files.
I’m happy to receive test files for more ODF tests or configuration settings to run the tests with more ODF software. It’s only one more week to the ODF Plugfest.
Comments
Post a comment