[Mono-bugs] [Bug 49927][Maj] Changed - RangeValidator results in exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 23 Oct 2003 10:19:08 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by yaronsh@mainsoft.com.

http://bugzilla.ximian.com/show_bug.cgi?id=49927

--- shadow/49927	2003-10-23 10:13:42.000000000 -0400
+++ shadow/49927.tmp.22452	2003-10-23 10:19:08.000000000 -0400
@@ -77,6 +77,12 @@
 ------- Additional Comments From yaronsh@mainsoft.com  2003-10-23 10:02 -------
 On what method? On Convert?
 
 ------- Additional Comments From gonzalo@ximian.com  2003-10-23 10:13 -------
 YEs. It's now splitted in ConvertDate. The if (match.Success && order
 == "ymd" is not an ||.
+
+------- Additional Comments From yaronsh@mainsoft.com  2003-10-23 10:19 -------
+At both old and new versions the condition is 
+if(matchDate.Success && order == "ymd")
+
+Are you sure it's in the cvs?