Bläddra i källkod

2004-06-16 Atsushi Enomoto <[email protected]>

	* test-uri-list.txt, test-uri-props.txt, test-uri-props-manual.txt :
	  The autogenerated test contained Unix path case. Moved to manual.

svn path=/trunk/mcs/; revision=29677
Atsushi Eno 21 år sedan
förälder
incheckning
376c149fd1

+ 5 - 0
mcs/class/System/Test/System/ChangeLog

@@ -1,3 +1,8 @@
+2004-06-16  Atsushi Enomoto  <[email protected]>
+
+	* test-uri-list.txt, test-uri-props.txt, test-uri-props-manual.txt :
+	  The autogenerated test contained Unix path case. Moved to manual.
+
 2004-06-16  Atsushi Enomoto  <[email protected]>
 
 	* UriTest2.cs : LocalPath values should vary depending on the running

+ 0 - 2
mcs/class/System/Test/System/test-uri-list.txt

@@ -119,8 +119,6 @@ http://web.app.com/test.cgi?value=あいうえお
 #辭典:cn_to_ja/ファイル
 #ファイル:
 #辭典:
-# I think it is not totally retional, but ToString() returns unespaced string.
-file:///test.domain.com/name space
 #
 #
 # MS.NET supplies no host info (consoto.com), but I think Mono is better.

+ 19 - 0
mcs/class/System/Test/System/test-uri-props-manual.txt

@@ -36,3 +36,22 @@ Basic
 
 
 
+------------------------- MS.NET totally rejects Unix Path
+file:///test.top-level.directory/name space
+file:///test.top-level.directory/name space
+file:///test.top-level.directory/name%20space
+file
+
+/test.top-level.directory/name space
+
+-1
+True
+False
+False
+False
+Basic
+/test.top-level.directory/name%20space
+/test.top-level.directory/name%20space
+
+
+

+ 0 - 19
mcs/class/System/Test/System/test-uri-props.txt

@@ -948,22 +948,3 @@ Dns
 web.app.com
 
 
--------------------------
-file:///test.domain.com/name space
-file://test.domain.com/name space
-file://test.domain.com/name%20space
-file
-test.domain.com
-\\test.domain.com\name space
-
--1
-True
-True
-False
-False
-Dns
-/name%20space
-/name%20space
-test.domain.com
-
-