Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2006-07-02 23:48:13 +0400
committerJonathan Pryor <jpryor@novell.com>2006-07-02 23:48:13 +0400
commitcf663428428188d7eacef854a93383ddad3bf2bc (patch)
tree064798b104712122af57282a5cb3ecc33fbacc78 /mcs/class/Mono.Posix/Mono.Posix_test.dll.sources
parent0f4f3c63650d5a8b97d5574088afef7c42cfeb5b (diff)
* Mono.Posix/Mono.Posix_test.dll.sources: Add Mono.Unix/UnixPathTest.cs.
* Mono.Posix/Mono.Unix/UnixPath.cs: Follow .NET's System.IO.Path.Combine() behavior, and "reset" the generated path if any argument beings with a path root -- UnixPath.Combine("/a", "/b") should return "/b", not "/a/b". Fixes #78580. * Mono.Posix/Test/Mono.Unix/UnixPathTest.cs: Added; test UnixPath.Combine(). svn path=/trunk/mcs/; revision=62191
Diffstat (limited to 'mcs/class/Mono.Posix/Mono.Posix_test.dll.sources')
-rw-r--r--mcs/class/Mono.Posix/Mono.Posix_test.dll.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Mono.Posix/Mono.Posix_test.dll.sources b/mcs/class/Mono.Posix/Mono.Posix_test.dll.sources
index b52b86b2738..5abb28113f2 100644
--- a/mcs/class/Mono.Posix/Mono.Posix_test.dll.sources
+++ b/mcs/class/Mono.Posix/Mono.Posix_test.dll.sources
@@ -2,5 +2,6 @@ Mono.Unix/StdioFileStreamTest.cs
Mono.Unix/UnixEncodingTest.cs
Mono.Unix/UnixGroupTest.cs
Mono.Unix/UnixMarshalTest.cs
+Mono.Unix/UnixPathTest.cs
Mono.Unix/UnixUserTest.cs
Mono.Unix.Native/StdlibTest.cs