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 (42 lines) | stat: -rw-r--r-- 1,389 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
2008-08-03  Zoltan Varga  <vargaz@gmail.com>

	* TimerTest.cs: Simplify the EnabledInElapsed test to prevent various races.

2007-10-30  Robert Jordan  <robertj@gmx.net>

	* TimerTest.cs: Enable test for bug #82701/#325368.

2007-09-06  Robert Jordan  <robertj@gmx.net>

	* TimerTest.cs: Factored our more test cases from bug #82701.

2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>

	* TimerTest.cs: Added NotWorking test for bug #82701. Added ctor
	and trivial property tests.

2006-12-18  Robert Jordan  <robertj@gmx.net>

	* TimerTest.cs: Add NotWorking test case for bug #77847.

2005-11-16  Sebastien Pouliot  <sebastien@ximian.com>

	* TimersDescriptionAttributeCas.cs: Updated comments (thanks to Gert
	Driesen for the solution).
	* TimersDescriptionAttributeTest.cs: New. Unit tests to show that the
	description string is a resource name (and not the description itself)

2005-11-16  Sebastien Pouliot  <sebastien@ximian.com> 
 
	* TimersDescriptionAttributeCas.cs: Fixed test as the Description
	property doesn't always returns null (exact conditions unknown).

2005-11-16  Sebastien Pouliot  <sebastien@ximian.com>

	* ElapsedEventArgsCas.cs: New. CAS unit tests.
	* TimerCas.cs: New. CAS unit tests.
	* TimersDescriptionAttributeCas.cs: New. CAS unit tests.

2005-05-28  Kornél Pál <kornelpal@hotmail.com>

	* TimerTest.cs: New test file for System.Timers.Timer.