Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-alpha-9
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
This will allow us to replace the use of the AptParser in tests where we are just trying to generate events to make sure a particular sink is working properly.
Attachments
Issue Links
| This issue is depended upon by: | ||||
| DOXIA-100 | The iText module should not be coupled to the apt and xdoc modules |
|
|
|
Attaching a patch that adds two classes: AbstractSinkTest and SinkTestDocument. The former should replace AbstractSinkTestCase (but it would break other modules tests to do so right away, so I just renamed it for now). The latter can be used to generate a complete test document without the need for a special parser.