aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/URIResolutionTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-197/+0
* Cosmetics only: enabled Checkstyle for test files and fixed resulting errorsVincent Hennebert2013-12-171-2/+3
* Moved the I/O interfaces to XGC and updated code with new resolution mechanismMehdi Houshmand2012-09-191-2/+3
* Removed AFP resource handling mechanism in favour of a unified resource resolverMehdi Houshmand2012-06-111-2/+2
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-90/+37
* Bugzilla#52513: Moved FOUserAgent to the constructor of the RenderersMehdi Houshmand2012-01-301-7/+8
* Reverted changes made in r1234877, see bugzilla#52513Mehdi Houshmand2012-01-241-8/+7
* Moved the FOUserAgent into the constructor of the RenderersMehdi Houshmand2012-01-231-7/+8
* Bugzilla 52136: Added to build file JUnit target that uses a regex to run all...Vincent Hennebert2011-11-071-1/+1
* Bugzilla #51928: Upgraded all tests to JUnit 4Vincent Hennebert2011-10-041-10/+15
* Bugzilla #49733:Jeremias Maerki2010-08-141-2/+2
* Avoid test failure if the backup directory is not available, yet.Jeremias Maerki2008-09-011-0/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-27/+27
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-181-6/+5
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-9/+12
* TransformerHandler changed to ContentHandler to allow easier integration of X...Chris Bowditch2006-01-271-1/+1
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-121-2/+3
* 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