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