Author: krasnov
Date: 2006-07-16 10:13:03 -0400 (Sun, 16 Jul 2006)
New Revision: 62658
Modified:
trunk/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/ChangeLog
trunk/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/NunitWebTest.cs
Log:
* NunitWebTest.cs: fixed AssertAreEqual, order of actual and expected
Modified: trunk/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/ChangeLog
===================================================================
--- trunk/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/ChangeLog
2006-07-16 14:11:24 UTC (rev 62657)
+++ trunk/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/ChangeLog
2006-07-16 14:13:03 UTC (rev 62658)
@@ -1,3 +1,7 @@
+2006-07-16 Vladimir Krasnov <[EMAIL PROTECTED]>
+
+ * NunitWebTest.cs: fixed AssertAreEqual, order of actual and expected
+
2006-06-28 Vladimir Krasnov <[EMAIL PROTECTED]>
* nunitweb_config.xml: filtered onclick for input tags
Modified:
trunk/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/NunitWebTest.cs
===================================================================
--- trunk/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/NunitWebTest.cs
2006-07-16 14:11:24 UTC (rev 62657)
+++ trunk/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/NunitWebTest.cs
2006-07-16 14:13:03 UTC (rev 62658)
@@ -92,8 +92,8 @@
public static void AssertAreEqual (string origin, string
derived, string msg)
{
bool test = HtmlComparer (origin, derived);
- if (!test) {
- Assert.AreEqual (_compareActual,
_compareExpect, msg);
+ if (!test) {
+ Assert.AreEqual (_compareExpect,
_compareActual, msg);
}
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches