Hi Dean,

Feel free to send your test case and if you have some feedback about the
CTF-XML please share it with us.

Thanks,
Arnaud

-----Original Message-----
From: Dean Hiller [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, December 07, 2002 9:52 PM
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] post a fix

I have written a test case. �It was a good learning experience. �Do you
want it, even though it is quite trivial?
thanks for commiting it to CVS,
Dean

Keith Visco wrote:

Thanks Dean, this has been fixed in CVS.

--Keith

Dean Hiller wrote:
  
In the SchemaUnmarshaller constructor, there is a statement

if(_state != null) _state = new SchemaUnmarshallerState();

This looks like it was introduced after 0.9.4

This change broke my source code generation.  Can someone change that to

if(_state == null) _state = new SchemaUnmarshallerState();

I am guessing that was supposed to be the change as the initial code was
in 0.9.4.1 was
_state = new SchemaUnmarshallerState();

I have not written a test case yet.  I am going to start getting
familiar with the testing framework today.
thanks,
Dean

-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev
    

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

  

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to