[Xmlgraphics-fop Wiki] Update of "HowToCreateLayoutEngine Tests" by MatthiasReischenbacher
Apache Wiki <[email protected]>
| Newsgroups | gmane.text.xml.fop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification.
The "HowToCreateLayoutEngineTests" page has been changed by MatthiasReischenbacher:
https://wiki.apache.org/xmlgraphics-fop/HowToCreateLayoutEngineTests?action=diff&rev1=15&rev2=16
=== Run layout tests with Maven ===
* Open command line inside {{{fop-core}}} module folder
- * Execute the following command: {{{mvn test:surefire -Dtest=LayoutEngineTestSuite}}}
+ * Execute the following command: {{{mvn surefire:test -Dtest=LayoutEngineTestSuite}}}
- * or execute only a single test: {{{mvn test:surefire -Dtest=LayoutEngineTestSuite -Dfop.layoutengine.single=inline_border_padding_block_nested_1.xml}}}
+ * or execute only a single test: {{{mvn surefire:test -Dtest=LayoutEngineTestSuite -Dfop.layoutengine.single=inline_border_padding_block_nested_1.xml}}}
== How does it work? ==