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

ChangeLog « System.Security.Permissions « Test « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16d10adaf530d425ee79a8e46a518796955823c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2002-06-18  Nick Drochak  <ndrochak@gol.com>

	* FileIOPermissionTest.cs: Use Unix paths if it looks like we are not
	running the tests on Windows. Need to expand this when we run the
	tests on Mac OS's (and others I suppose).  Also consolidated some
	redundant code.

2002-02-09  Nick Drochak  <ndrochak@gol.com>

	* FileIOPermissionTest.cs: Remove intersect test where it was trying
	to intersect a permission with itself.  This throws an exception
	with mscorlib.

2002-01-14  Nick Drochak  <ndrochak@gol.com>

	* FileIOPermissionTest.cs: New File.
	* AllTests.cs: New File.