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

ChangeLog « Test « System.Security « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59591348db198c5298cba08eac89166af23d9bdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2003-03-18  Martin Willemoes Hansen <mwh@sysrq.dk>

	* makefile.gnu NUnit20ified.
	* security_linux_test.args NUnit20ified.
	* renamed System.Security.Cryptography.Xml/AllTests.cs to 
          System.Security.Cryptography.Xml/AssertCrypto.cs

2003-03-03  Sebastien Pouliot  <spouliot@videotron.ca>

	* System.Security_test.build: Updated build file to stop linking 
	with MS assemblies (and like with Mono's corlib instead).

2003-02-19  Sebastien Pouliot  <spouliot@videotron.ca>

	* AllTests.cs: Removed. No more required with NUnit2.
	* makefile.gnu, security_linux_test.args: untested makefile
	* System.Security_test.build: Updated for NUnit2.

2003-01-17  Sebastien Pouliot  <spouliot@videotron.ca>

	* AllTests.cs: Removed System.Security.Cryptography from using.
	* System.Security_test.build: Simplified and fixed some issues.

2002-11-28  Sebastien Pouliot  <spouliot@videotron.ca>

	* AllTests.cs: New. Include System.Security.Cryptography.Xml
	test suites.
	* System.Security_test.build: New. Nant build file for Windows.