Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by JayachandraSunkara:
http://wiki.apache.org/ws/FrontPage/Axis2/w3cXMLSuiteConformance

------------------------------------------------------------------------------
          Diff diff;
  
          try {
+ 
                diff = compareXML(new FileReader(absolutePath), new 
FileReader("TempOutputFile.txt"));
+ 
          } catch (Exception e) {
                System.out.println("Error comparing original and generated 
files for: "+absolutePath);
                return;
          }
          try {
                assertXMLEqual(diff,true);
+ 
                successCount++;
          } catch (Error e) {
                System.out.println("XMLEquality failed for file: 
"+absolutePath);
+ 
                return;
          }
  

Reply via email to