From: <bo...@us...> - 2008-12-12 15:31:23
|
Revision: 279 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=279&view=rev Author: bodewig Date: 2008-12-12 15:31:16 +0000 (Fri, 12 Dec 2008) Log Message: ----------- whitespace Modified Paths: -------------- trunk/xmlunit/src/csharp/XmlDiff.cs Modified: trunk/xmlunit/src/csharp/XmlDiff.cs =================================================================== --- trunk/xmlunit/src/csharp/XmlDiff.cs 2008-12-12 15:30:20 UTC (rev 278) +++ trunk/xmlunit/src/csharp/XmlDiff.cs 2008-12-12 15:31:16 UTC (rev 279) @@ -145,7 +145,7 @@ if (!String.Equals(controlAttrName, testAttrName)) { if (!_diffConfiguration.IgnoreAttributeOrder) { - DifferenceFound(DifferenceType.ATTR_SEQUENCE_ID, result); + DifferenceFound(DifferenceType.ATTR_SEQUENCE_ID, result); } if (!_testReader.MoveToAttribute(controlAttrName)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |