2007-08-01 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 1 Aug 2007 08:56:42 +0000 (08:56 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Wed, 1 Aug 2007 08:56:42 +0000 (08:56 -0000)
commita2dd5f1c19d650ea9d7533bbb5a05ce2923b207a
tree6713d421a712523e63cb56cbc572132ae442b85d
parentd1965ea6dfb9bda47e797f2f15e65e8586a65856
2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>

* Uri.cs, UriParser.cs : implemented InitializeAndValidate() and
  IsWellFormedOriginalString().
  IsWellFormedUriString() is already implemented.

* UriParserTest.cs, UriTest3.cs, HttpStyleUriParserTest.cs :
  for IsWellFormedOriginalString() and InitializeAndValidate(),
  removed some NotWorking and added some more tests.

svn path=/trunk/mcs/; revision=83155
mcs/class/System/System/ChangeLog
mcs/class/System/System/Uri.cs
mcs/class/System/System/UriParser.cs
mcs/class/System/Test/System/ChangeLog
mcs/class/System/Test/System/HttpStyleUriParserTest.cs
mcs/class/System/Test/System/UriParserTest.cs
mcs/class/System/Test/System/UriTest3.cs