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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
2009-06-30 Zoltan Varga <vargaz@gmail.com>
* DebugTest.cs TextWriterTraceListenerTest.cs: Convert all tests to
new-style nunit classes/methods.
2009-06-25 Zoltan Varga <vargaz@gmail.com>
* *.cs: Convert all tests to new-style nunit classes/methods.
2007-05-11 Gert Driesen <drieseng@users.sourceforge.net>
* DebuggerDisplayAttributeTest.cs: Make test forward compatible.
Replaced Assert.AreEqual null comparison with Assert.IsNull. Replaced
"" with string.Empty.
2007-05-11 Rolf Bjarne Kvinge <RKvinge@novell.com>
* DebuggerDisplayAttributeTest.cs: Added.
2006-07-24 Gert Driesen <drieseng@users.sourceforge.net>
* StackFrameTest.cs: Spaces to tabs. Marked tests that fail on Mono
as NotWorking instead of Ignore. Enabled StackFrameTest2.GetFileName2
and StackFrameTest3.GetFileName as tests pass on both Mono and .NET.
2005-06-12 Gert Driesen <drieseng@users.sourceforge.net>
* StackTraceTest.cs: Mono does not support StraceTrace for
thread. Test passes on MS.NET 2.x.
2005-03-14 Sebastien Pouliot <sebastien@ximian.com>
* StackFrameCas.cs: Fixed failures under MS for NET_1_1.
* StackTraceCas.cs: Fixed failures under MS for NET_1_1.
2005-01-28 Sebastien Pouliot <sebastien@ximian.com>
* StackFrameCas.cs: New. Permission tests for StackFrame.
* StackTraceCas.cs: New. Permission tests for StackTrace.
2004-08-30 Nick Drochak <ndrochak@ieee.com>
* StackTraceTest.cs: Fix warning.
2004-08-29 Nick Drochak <ndrochak@ieee.com>
* StackFrameTest.cs : Ignore tests that fail on MS.NET.
2004-08-05 Sebastien Pouliot <sebastien@ximian.com>
* StackFrameTest.cs: Added new unit tests to validate exceptions.
Converted existing unit tests to NUnit 2.2.
2004-05-30 David Sheldon <dave-mono@earth.li>
* StackFrameTest.cs: Mark the failures that have been failing
for months due to bug 45730 as ignored as it doesn't look like
it will be fixed soon.
2003-10-07 Nick Drochak <ndrochak@gol.com>
* StackFrameTest.cs: Get tests to pass on .NET 1.1.
2003-08-19 Nick Drochak <ndrochak@gol.com>
* StackFrameTest.cs: Isolate test failure by making tests finer
grained.
2003-07-01 Zoltan Varga <vargaz@freemail.hu>
* StackFrameTest.cs (TestGetMethod): Remove test for method name, since
it is not guaranteed to be 'InternalInvoke'.
2003-06-10 Nick Drochak <ndrochak@gol.com>
* StackFrameTest.cs: More cleanups. Now *all* tests pass.
2003-06-10 Nick Drochak <ndrochak@gol.com>
* StackFrameTest.cs: Cleanups. Now tests pass.
2003-04-17 Nick Drochak <ndrochak@gol.com>
* StackFrameTest.cs: Use nunit version 2 style.
2003-01-27 Zoltan Varga <vargaz@freemail.hu>
* StackTraceTest.cs: Added test for unthrown exceptions.
2002-12-21 Nick Drochak <ndrochak@gol.com>
* all: make tests build and run under nunit2
2002-06-19 Nick Drochak <ndrochak@gol.com>
* AllTests.cs: Add missing test: DebugTest
2002-02-10 Nick Drochak <ndrochak@gol.com>
* DebugTest.cs: Put in correct namespace.
* TextWriterTraceListenerTest.cs: Put in correct namespace.
|