File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (60 lines) | stat: -rw-r--r-- 1,770 bytes parent folder | download | duplicates (5)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
2009-06-25  Zoltan Varga  <vargaz@gmail.com>

	* *.cs: Convert all tests to new-style nunit classes/methods.	

2008-06-14  Zoltan Varga  <vargaz@gmail.com>

	* SynchronizationAttributeTest.cs: Reenable some tests which seem to
	work now.

2005-02-21  Nick Drochak <ndrochak@ieee.org>

	* SoapServicesTest.cs: OK, i don't know how to handle multi-registrations.
	Just disable the whole test on Mono for now until an expert can help out.

2005-02-20  Nick Drochak <ndrochak@ieee.org>

	* SoapServicesTest.cs: Make test work on cygwin again. Order in which
	tests are run can make a difference.

2005-01-31  Nick Drochak <ndrochak@ieee.org>

	* SoapServicesTest.cs: Pull out asserts that do not work on mono.
	* SynchronizationAttributeTest.cs: Run test on mono, but not .NET.

2004-04-06  Lluis Sanchez Gual <lluis@ximian.com>

	* SynchronizationAttributeTest.cs: Added test for Monitor.Exit.

2004-01-08  Lluis Sanchez Gual <lluis@ximian.com>
	
	* SynchronizationAttributeTest.cs: Improved test.
	
2003-11-26  Lluis Sanchez Gual <lluis@ximian.com>
	
	* SoapServicesTest.cs: New test added.
	
2003-11-19  Lluis Sanchez Gual <lluis@ximian.com>
	
	* ContextTest.cs, SynchronizationAttributeTest.cs: New tests added.

2003-06-19  Nick Drochak <ndrochak@gol.com>

	* RemotingServicesTest.cs: Lazy fix/workaround for "can't reuse 
	channel" errors. Tests now pass.

	* RemotingConfigurationTest.cs: Don't rely on test order, and wrap some
	.NET 1.1 stuff.

2003-06-18  Nick Drochak <ndrochak@gol.com>

	* RemotingServicesTest.cs: Change to nunit v2 format.

2003-03-11  Jean-Marc Andre <jean-marc.andre@polymtl.ca>

	* RemotingConfigurationTest.cs: New unit test added


2003-03-03  Jean-Marc Andre <jean-marc.andre@polymtl.ca>

	* RemotingServicesTest.cs: New unit test added