2009-06-12 Bill Holmes <billholmes54@gmail.com>
[mono.git] / mcs / class / corlib / Test / System.Diagnostics / ChangeLog
1 2007-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * DebuggerDisplayAttributeTest.cs: Make test forward compatible.
4         Replaced Assert.AreEqual null comparison with Assert.IsNull. Replaced
5         "" with string.Empty.
6
7 2007-05-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8
9         * DebuggerDisplayAttributeTest.cs: Added.
10
11 2006-07-24  Gert Driesen  <drieseng@users.sourceforge.net>
12
13         * StackFrameTest.cs: Spaces to tabs. Marked tests that fail on Mono
14         as NotWorking instead of Ignore. Enabled StackFrameTest2.GetFileName2
15         and StackFrameTest3.GetFileName as tests pass on both Mono and .NET.
16
17 2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>
18
19         * StackTraceTest.cs: Mono does not support StraceTrace for
20         thread. Test passes on MS.NET 2.x.
21
22 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com> 
23
24         * StackFrameCas.cs: Fixed failures under MS for NET_1_1.
25         * StackTraceCas.cs: Fixed failures under MS for NET_1_1.
26
27 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com> 
28
29         * StackFrameCas.cs: New. Permission tests for StackFrame.
30         * StackTraceCas.cs: New. Permission tests for StackTrace.
31
32 2004-08-30  Nick Drochak <ndrochak@ieee.com>
33
34         * StackTraceTest.cs: Fix warning.
35
36 2004-08-29  Nick Drochak <ndrochak@ieee.com>
37
38         * StackFrameTest.cs : Ignore tests that fail on MS.NET.
39
40 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
41
42         * StackFrameTest.cs: Added new unit tests to validate exceptions.
43         Converted existing unit tests to NUnit 2.2.
44
45 2004-05-30  David Sheldon <dave-mono@earth.li>
46
47         * StackFrameTest.cs: Mark the failures that have been failing
48         for months due to bug 45730 as ignored as it doesn't look like
49         it will be fixed soon.
50
51 2003-10-07  Nick Drochak <ndrochak@gol.com>
52
53         * StackFrameTest.cs: Get tests to pass on .NET 1.1.
54
55 2003-08-19  Nick Drochak <ndrochak@gol.com>
56
57         * StackFrameTest.cs: Isolate test failure by making tests finer
58         grained.
59
60 2003-07-01  Zoltan Varga  <vargaz@freemail.hu>
61
62         * StackFrameTest.cs (TestGetMethod): Remove test for method name, since
63         it is not guaranteed to be 'InternalInvoke'.
64
65 2003-06-10  Nick Drochak <ndrochak@gol.com>
66
67         * StackFrameTest.cs: More cleanups.  Now *all* tests pass.
68
69 2003-06-10  Nick Drochak <ndrochak@gol.com>
70
71         * StackFrameTest.cs: Cleanups.  Now tests pass.
72
73 2003-04-17  Nick Drochak  <ndrochak@gol.com>
74
75         * StackFrameTest.cs: Use nunit version 2 style.
76
77 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
78
79         * StackTraceTest.cs: Added test for unthrown exceptions.
80
81 2002-12-21  Nick Drochak <ndrochak@gol.com>
82
83         * all: make tests build and run under nunit2
84
85 2002-06-19  Nick Drochak  <ndrochak@gol.com>
86
87         * AllTests.cs: Add missing test: DebugTest
88
89 2002-02-10  Nick Drochak  <ndrochak@gol.com>
90
91         * DebugTest.cs: Put in correct namespace.
92         * TextWriterTraceListenerTest.cs: Put in correct namespace.