aboutsummaryrefslogtreecommitdiffstats
path: root/test/java
Commit message (Expand)AuthorAgeFilesLines
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-242-5/+22
* Enable stretch and shrink checking on glues.Jeremias Maerki2005-10-131-1/+16
* Test case for showing a problem with the Knuth algorithm.Jeremias Maerki2005-10-051-0/+142
* Added line-/column-number output for easier tracing of errorsAndreas L. Delmelle2005-09-141-1/+3
* Run the checks on the parent's propertyList.Finn Bock2005-09-131-1/+1
* Enabled fotree junit tests.Finn Bock2005-09-123-1/+5
* PDFNumber.doubleOut() rewritten using java.text.DecimalFormat. Jeremias Maerki2005-09-012-0/+115
* Bugzilla #36379:Finn Bock2005-08-311-0/+1
* Initial commit for a FO tree testing facility.Jeremias Maerki2005-08-308-0/+475
* Background trait's toString() streamlined. Test cases adjusted accordingly. Jeremias Maerki2005-08-291-0/+3
* Two new config values: stop-on-exception and create-diffs.Jeremias Maerki2005-08-261-21/+45
* After chasing a phantom for hours, it looks like it's simply the big images b...Jeremias Maerki2005-08-251-0/+5
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-1/+1
* I want to work while this is running. :-)Jeremias Maerki2005-08-211-0/+1
* Add a method to clear all image caches for testing purposes. It shouldn't be ...Jeremias Maerki2005-08-161-5/+36
* Bugzilla #36082 Jeremias Maerki2005-08-161-11/+9
* Aaargh. Imports again.Jeremias Maerki2005-08-151-1/+0
* JUnit Test cases to test URI resolution using custom URIResolvers. They are n...Jeremias Maerki2005-08-151-0/+209
* Initial upload of the visual testing facility. Docs in code. A Wiki page will...Jeremias Maerki2005-08-1214-0/+1301
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-121-0/+4
* Some general housekeeping. No functional changes.Jeremias Maerki2005-08-1012-42/+30
* Removed DOM-related tests as discussed. We don't want to test the buggy innar...Jeremias Maerki2005-08-101-35/+1
* Support checking for the auxiliary flag on boxes.Jeremias Maerki2005-08-101-0/+12
* Forgot to commit a changed file. Straggler from the RTF library clean-up.Jeremias Maerki2005-08-101-1/+1
* Allow "<0" and ">0" expressions for the "p" part on a penalty.Jeremias Maerki2005-08-021-15/+29
* Made the testcase filter available to the outside (for visual testing). Jeremias Maerki2005-07-281-8/+19
* Changes for restoring JDK 1.3 compatibility. Jeremias Maerki2005-07-271-6/+11
* Optional attribute "fail-msg" for the "true" check so a custom error message ...Jeremias Maerki2005-07-261-3/+12
* Element list logging facility resurrected as an ElementListObserver (see Logg...Jeremias Maerki2005-05-2310-39/+527
* Fixed checkstyle warnings.Jeremias Maerki2005-03-141-7/+11
* -Dfop.layoutengine.starts-with=breaks selects all tests that begin with "brea...Jeremias Maerki2005-01-311-0/+5
* Set base URL so relative URLs work in testsJeremias Maerki2005-01-241-1/+5
* getLocalName() doesn't seem to work in this case in JDK 1.4.1.Jeremias Maerki2005-01-171-1/+1
* Using only DOM elements to create checks. This should help avoid errors due t...Jeremias Maerki2005-01-171-6/+9
* Style fixJeremias Maerki2005-01-121-1/+1
* Add ability to optionally specify a simple textfile with a list of filenames ...Jeremias Maerki2005-01-061-2/+28
* Ability to restrict the testcases being processed to one for debugging. Just ...Jeremias Maerki2005-01-061-1/+12
* XObject.str() fails the second time it is called. Makes debugging difficult. ...Jeremias Maerki2005-01-061-2/+3
* Adding new eval check for simpler checks and more informative error messages.Jeremias Maerki2005-01-062-0/+80
* Initial version of a layout engine testing subsystem.Jeremias Maerki2005-01-054-0/+386
* Moved test classes to their proper location.Jeremias Maerki2004-09-2315-0/+1288
* Initial import of multi-threading testbed.Jeremias Maerki2004-09-075-0/+432
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-251-2/+1
* Removed the non-File constructors from the InputHandler subclasses in favorGlen Mazza2004-07-251-1/+1
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-242-25/+25
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-202-21/+3
* 1.) Moved exclusively to Simon's DefaultHandler object for both TransformerGlen Mazza2004-07-191-4/+4
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-192-15/+7
* Removed the Driver.run() method in favor of JAXP.Glen Mazza2004-07-141-32/+0
* Switch to JAXP identity transformation for DOM Document example.Glen Mazza2004-07-071-4/+10