You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/08/10 20:36:16 UTC

DO NOT REPLY [Bug 22285] New: - [PATCH] AbstractSerializerTestCase

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22285>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22285

[PATCH] AbstractSerializerTestCase

           Summary: [PATCH] AbstractSerializerTestCase
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: general components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: mark.leicester@energyintellect.com


This class provides a base class for unit testing of serializers.
It uses a byte[] to store the output of a serializer. You can then subsequently
load control documents into memory to perform an assertIdentical byte-wise
comparison.