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

http://issues.apache.org/bugzilla/show_bug.cgi?id=39328


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19217|0                           |1
        is obsolete|                            |




------- Additional Comments From [EMAIL PROTECTED]  2006-12-06 11:10 -------
Created an attachment (id=19218)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19218&action=view)
Updated patch for XML Schema assertion using rel-2-2 as base

I've updated the patch file.  It seems that my IDE took it upon itself to
change all of the indents and whatnot.  The patch is still rather significant.


XMLSchemaAssertion Change notes:
-----------------------------------------------------------------------------

The main structural change is to move the meat of the setSchemaResult() method
into getResult() method however the actual logic that resided in
setSchemaResult() changed very little.

In the patched version of XMLSchemaAssertion at line 145 is the only change
done to the actual parsing portion of the code.  Instead of passing in a single
String containing a filename, a String array is passed with each element being 
an XSD filename that should be included in the validation.  

Lines 124-138 were added to read pull the XSD filenames from the test plan
structure.

There were several unused attributes methods that were removed and attributes
and corresponding accessor methods were added to support the additional
functionality.

I cleaned up the import list to reflect the new import requirements.

I removed several (now) unused String constants.
===========================================================================

XMLSchemaAssertionGUI change notes:
---------------------------------------------------------------------------

So much of XMLSchemaAssertionGUI has changed that it is practically a rewrite. 
I based the GUI class on the AssertionGui class.  There are some issues with
the list, mainly being able to have multiple lines in the entry.  Like I said
before, Swing isn't my forte so I'll defer those changes to someone more
knowledgeable.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to