2003-04-23 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
1 2003-04-23  Nick Drochak  <ndrochak@gol.com>
2
3         * ArrayTest.cs: Disambiguate overloads now in .NET 1.1.
4         
5 2003-04-18  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
6
7         * ArrayTest.cs: added a few more tests to test Array.Initialize()
8         and added some [Test] atributes to the tests.
9
10 2003-04-17  Nick Drochak  <ndrochak@gol.com>
11
12         * DoubleTest.cs: Output some more debug info.
13
14 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15
16         * BufferTest.cs: added a few more tests for testing buffer length.
17         Patch by Jerome Laban <jlaban@wanadoo.fr>
18
19 2003-04-10  Ville Palo <vi64pa@kolumbus.fi>
20
21         * ConvertTest.cs: Added some tests for ToXXX methods.
22         TestConvertFromNull ()
23                 
24 2003-03-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
25
26         * DoubleTest.cs: Converted to Nunit 2.0. Completed ToString test.
27
28 2003-03-09  Nick Drochak <ndrochak@gol.com>
29
30         * ConsoleTest.cs: 
31         * ConvertTest.cs: Re-enable tests. They no longer hang the runtime.
32
33 2003-03-03  Nick Drochak <ndrochak@gol.com>
34
35         * StringTest.cs: Catch exception the .NET docs say should not be thrown
36
37 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
38
39         * StringTest.cs: added String constructor tests.
40
41 2003/02/26 Nick Drochak <ndrochak@gol.com>
42
43         * ActivatorTest.cs: Unregister the channel like it should.
44         * MarshalByRefTest.cs: Take out my hack. 
45           Both from Jean-Marc Andr [jean-marc.andre@polymtl.ca].
46
47 2003-02-25  Nick Drochak <ndrochak@gol.com>
48
49         * TimeSpanTest.cs: Isolate test for Negate bug. Same as previous
50         'checked' bug in ByteTest?
51
52 2003/02/21  Nick Drochak <ndrochak@gol.com>
53
54         * EnumTest.cs: Add test for bug 38452 (Parsing numeric enum values).
55
56 2003-02-20  Nick Drochak <ndrochak@gol.com>
57
58         * ByteTest.cs: Isolate test for mcs 'checked' bug.
59
60 2003/02/13  Nick Drochak <ndrochak@gol.com>
61
62         * ActivatorTest.cs:
63         * MarshalByRefTest.cs: New unit tests from Jean-Marc Andr 
64         [jean-marc.andre@polymtl.ca]. One failure on .NET in the latter.
65
66 2003-02-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
67
68         * MathTest.cs: Add more tests because they were insufficient. Now
69         they check limit values. Also add comments with the tests for the
70         new Math functions.
71         
72 2003-02-05  Nick Drochak  <ndrochak@gol.com>
73
74         * StringTest.cs: Remove compiler warnings.
75
76 2003-01-30  Sebastien Pouliot  <spouliot@videotron.ca>
77
78         * TimeZoneTest.cs: Added "Eastern Standard Time" to the test.
79         This won't be complete until all time zone are added (added a
80         Fail for unsupported TimeZones).
81
82 2003-01-29  Sebastien Pouliot  <spouliot@videotron.ca>
83
84         * ByteTest.cs: Updated Setup to support my Locale. Better but
85         probably still incomplete.
86         * DoubleTest.cs: Updated Setup to support my Locale. You can now
87         use a comma (or anything else) instead of a dot (.).
88         * ConvertTest.cs: Updated TestToDecimal and TestToDouble to 
89         support my Locale. You can now use a comma (or anything else) 
90         instead of a dot (.).
91
92 2003-01-28  Nick Drochak <ndrochak@gol.com>
93
94         * ArrayTest.cs: Avoid nulls in arrays. This crashes mono.
95         * ConsoleTest.cs: Ignore some tests that hang mono.
96         * ConvertTest.cs: Ignore some tests that hang mono.
97
98 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
99
100         * StringTest.cs: Added tests for out-of-bounds indexes in GetChars().
101
102 2003-01-13  Nick Drochak  <ndrochak@gol.com>
103
104         * DateTimeTest.cs: Use 2003, since that' the year now.  Need to work
105         on this test so we don't have it fail each new year.
106
107 2002-12-21  Nick Drochak <ndrochak@gol.com>
108
109         * all: make tests build and run under nunit2
110
111 2002-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
112
113         * StringTest.cs: added 1 more check.
114
115 2002-10-29  Zoltan Varga  <vargaz@freemail.hu>
116
117         * EnumTest.cs: Added tests for whitespaces in Enum:Parse().
118
119 2002-10-16  Nick Drochak  <ndrochak@gol.com>
120
121         * EnumTest.cs: Find out which Assert is causing the error on mono.
122
123 2002-10-09  Nick Drochak  <ndrochak@gol.com>
124
125         * BufferTest.cs: Test for ArgumentExceptions where they should be 
126         thrown
127         * Int32Test.cs: Enable tests for custom format strings.  We do have
128         implementation for them now.
129
130 2002-09-29  Nick Drochak  <ndrochak@gol.com>
131
132         * DecimalTest.cs: Change from Assert() with == to AssertEquals(). This
133         gets the tests to pass on linux, but they shouldn't need that.  Now
134         to find out why.  This seems deep...
135
136 2002-09-19  Nick Drochak  <ndrochak@gol.com>
137
138         * ArrayTest.cs: Report errors with CopyTo().
139
140 2002-09-19  Nick Drochak <ndrochak@gol.com>
141
142         * ArrayTest.cs: Can check for exception throw now on CopyTo(). Re-
143         enable test.
144
145 2002-09-13  Nick Drochak  <ndrochak@gol.com>
146
147         * EnumTest.cs: Add an extreme value test for format.
148
149 2002-09-11  Nick Drochak  <ndrochak@gol.com>
150
151         * DoubleTest.cs: Add test for bad format string passed to ToString().
152         * Int64Test.cs: Re-enable broad range of test values.
153         * MulticastDeletegateTest.cs: Re-enable test for correct order of
154         delegate firing.
155
156 2002-09-08  Nick Drochak  <ndrochak@gol.com>
157
158         * DateTimeTest.cs: Disable test bug file it in bugzilla.
159
160 2002-09-04  Jonathan Pryor <jonpryor@vt.edu>
161         * EnumTest.cs: 
162           - Added additional "x" formatter test case to test most recent Enum.cs patch
163                 - Code cleanup so that all TestFormat test cases would be executed
164                 - Change exception types in TestFormat_Args so that it passes on .NET.
165                   (Some ArgumentNullExceptions should be been ArgumentExceptions.)
166
167 2002/08/09  Nick Drochak <ndrochak@gol.com>
168
169         * DecimalTest.cs: Add try-catch block to find which one is throwing
170         the Overflow.  Also started making each Assert using a unique message
171         to differentiate those as well.
172
173         * MulticastDelegate.cs: Disable tests checking the order that delegates
174         are executed.  There's a bugzilla entry for this already because we do
175         it in reverse order. See:
176         http://bugzilla.ximian.com/show_bug.cgi?id=28306
177
178 2002/08/02  Nick Drochak <ndrochak@gol.com>
179
180         * ConvertTest.cs (TestGetTypeCode): Find out which test is failing on
181         linux.
182
183 2002-08-02  Nick Drochak  <ndrochak@gol.com>
184
185         * BufferTest.cs (TestBlockCopy): BlockCopy uses the number of bytes,
186         so hard-code some of that info into the test since sizeof() is a very
187         unsafe thing to do.
188
189 2002-07-31  Nick Drochak  <ndrochak@gol.com>
190
191         * BufferTest.cs: Fixed noisy compiler warnings about unused vars.
192
193 2002-07-22  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
194
195         * BufferTest.cs: Added this file to test the System.Buffer class 
196         implementation.
197
198 2002-07-17  Martin Baulig  <martin@gnome.org>
199
200         * ConvertTest.cs: Commented out line 456 which contains a non-printable
201         character which mcs does not like.  See also bug #27655.
202
203         * DecimalTest.cs, DecimanTest2.cs: Removed the `using S = System'.
204
205 2002-07-11  Nick Drochak  <ndrochak@gol.com>
206
207         * ArrayTest.cs: Disable a test for now.  Bugzilla'd this one.
208         * ConvertTest.cs: Make message unique for this mistaken duplicate.
209
210 2002-07-04  Nick Drochak  <ndrochak@gol.com>
211
212         * DateTimeTest.cs: Made tests pass on ms.net.  Well, they pass in
213         timezone JST.  Need to test in others.  Maybe I'll fly over to GMT
214         and see how they work.  Supposed to be eaiser there.
215
216 2002-07-04  Nick Drochak  <ndrochak@gol.com>
217
218         * ConvertTest.cs: Make the test generate the overflow exceptions on
219         mono on Linux.
220         * DecimalTest2.cs: Report exception thrown during subtraction.
221
222 2002-07-03  Nick Drochak  <ndrochak@gol.com>
223
224         * DoubleTest.cs: Fix some Assert/AssertEquals usage.
225
226 2002-07-03  Nick Drochak  <ndrochak@gol.com>
227
228         * ArrayTest.cs: Re-enable some tests.  Let's see what's broken still.
229
230 2002-06-20  Nick Drochak  <ndrochak@gol.com>
231
232         * DecimalTest2.cs: Make tests pass against ms.net.
233
234 2002-06-19  Nick Drochak  <ndrochak@gol.com>
235
236         * AllTests.cs: Add missing test: DecimalTest2
237         * DecimalTest2.cs: Convert Console.Writeline() into a Fail()
238
239 2002/06/14  Nick Drochak <ndrochak@gol.com>
240
241         * Int64Test.cs: Make currency symbol test more culturally sensitive.
242
243 2002-06-14  Nick Drochak  <ndrochak@gol.com>
244
245         * DateTimeTest.cs: Make some of the tests a bit more timezone neutral.
246
247 2002-06-12   Nick Drochak  <ndrochak@gol.com>
248
249         * ConvertTest.cs: Punt bug in DateTime.Parse() over to that test.
250         * DateTimeTest.cs: Add test for date format of yyyy-mm-dd which mono
251         doesn't handle automagically like ms.net does.  This smells like a 
252         LAMESPEC, however.
253
254 2002/06/12  Nick Drochak <ndrochak@gol.com>
255
256         * RandomTest.cs: Exercise Next(min,max) a little more, especially
257         boundary conditions.
258
259 2002-06-11  Nick Drochak  <ndrochak@gol.com>
260
261         * StringTest.cs: Check for "end of string" conditions for IndexOf() and
262         Substring().
263
264 2002-06-11  Nick Drochak  <ndrochak@gol.com>
265
266         * DoubleTest.cs: Add some more detail to failure message.
267         * Int64Test.cs: Add some details, and fix a copy-paste error.
268         * UInt32Test.cs: Fix currency symbol/culture issues
269         * UInt64Test.cs: Fix currency symbol/culture issues
270
271 2002/06/11  Nick Drochak <ndrochak@gol.com>
272
273         * DateTimeTest.cs: Remove RunTest override and put culture manipulation
274         in SetUp and TearDown like the other tests.
275         * TimeZoneTest.cs: Same.
276
277 2002-06-11  Nick Drochak  <ndrochak@gol.com>
278
279         * Int64Test.cs: Set the culture to en-US for testing.
280         * MathTest.cs: mono is more precise in Log2, so change test to compare
281         values within a slightly larger margin of error.
282
283 2002/06/10  Nick Drochak <ndrochak@gol.com>
284
285         * DecimalTest.cs: More culture indepenence. Fixes the problems we were
286         having with tests failing against MS.NET.
287         * Int64Test.cs: Same plus some formatting fixes.
288         * RandomTest.cs: Split Assert into two to figure out which one part is
289         failing.
290
291 2002-06-09  Lawrence Pit  <loz@cable.a2000.nl>
292
293         * DateTimeTest.cs: Making tests culture independent
294
295 2002-06-07  Nick Drochak  <ndrochak@gol.com>
296
297         * DecimalTest.cs: Catch unexpected exception and report it.
298
299 2002/06/04  Nick Drochak <ndrochak@gol.com>
300
301         * ByteTest.cs: Fix currency constant that we use for the expected
302         value.  Try to be more culture-diverse.
303
304 2002/06/03  Nick Drochak <ndrochak@gol.com>
305
306         * DecimalTest.cs: Fix some errors that were showing up when run against
307         ms.net.
308
309 2002-06-02  Nick Drochak  <ndrochak@gol.com>
310
311         * ConvertTest.cs: Use en-US culture since that's all we support in our
312         corlib right now. Change constants accordingly.  Also added a bunch of
313         try-catch blocks to show which Assert is failing.
314
315 2002-06-02  Duncan Mak  <duncan@ximian.com>
316
317         * ConvertTest.cs (TestToDecimal): Fixed typo in case #H11.
318
319 2002-06-01  Nick Drochak  <ndrochak@gol.com>
320
321         * BugTest.cs: Remove, bug fixed.  Yay!
322         * AllTests.cs: Remove BugTest from suite.
323
324 2002-05-31  Nick Drochak  <ndrochak@gol.com>
325
326         * BugTest.cs: Small file to show NullReferenceException bug
327         * AllTests.cs: Include BugTest.cs in the suite.
328
329 2002-05-29  Nick Drochak  <ndrochak@gol.com>
330
331         * DecimalTest.cs: Use AssertEquals to get nice error report, and mark
332         each one with a unique message string so we know which one failed.
333
334 2002-05-29  Lawrence Pit  <loz@cable.a2000.nl>
335
336         * DateTimeTest.cs: Added tests M01 to M03 to TestParseExact, 
337         passing typeof this class as arg in property Suite.
338
339 2002-05-22  Lawrence Pit  <loz@cable.a2000.nl>
340
341         * ConsoleTest.cs: Added test writing null.
342
343 2002-05-21  Nick Drochak  <ndrochak@gol.com>
344
345         * MathTest.cs:
346                 (TestPow): Add try-catch to determine where we are throwing.
347                 (TestLog): Re-enable failing test
348                 (TestLog2): same although this test still fails on mono. Not
349                 sure what the proper value      to use here. It works on MS.NET
350
351 2002-05-21  Nick Drochak  <ndrochak@gol.com>
352
353         * MathTest.cs: Better reporting of failures
354         * Int64Test.cs: Add try-catch to determine where we are throwing.
355
356 2002-05-20  Nick Drochak  <ndrochak@gol.com>
357
358         * AttributeTest.cs (TestGetCustomAttribute): Add try-catch to find out
359         which assert is failing.
360
361 2002-05-19  Martin Baulig  <martin@gnome.org>
362
363         * MartinTests.cs: Removed.
364
365 2002-05-14  Nick Drochak  <ndrochak@gol.com>
366
367         * StringTest.cs: A couple more tests
368
369 2002-05-07  Nick Drochak  <ndrochak@gol.com>
370
371         * ExceptionTest.cs: New File. Provided by Linus Upson.
372
373 2002-05-05  Lawrence Pit  <loz@cable.a2000.nl>
374
375         * StringTest.cs: Added test for replace function
376
377 2002-04-30  Nick Drochak  <ndrochak@gol.com>
378
379         * UInt32Test.cs: More verbose on unexepected exception to eliminate
380         compiler warning.
381
382 2002-04-28  Nick Drochak  <ndrochak@gol.com>
383
384         * StringTest.cs: Mark Assert() messages with unique identifiers.
385         * DecimalTest2.cs: Write out more info in the Report method.  Need this
386         to determine why op_Subtraction() is failing in the next line.
387         * MathTest.cs:
388         * DoubleTest.cs:
389         * UInt32Test.cs: Add try-catch blocks to find out where the test is
390         failing.
391
392 2002-04-28  Nick Drochak  <ndrochak@gol.com>
393
394         * ArrayTest.cs (TestIList_IndexOf): Display exception details if we get
395         an unexpected one.
396
397 2002/04/24  Nick Drochak <ndrochak@gol.com>
398
399         * IntegerFormatterTest.cs: Remove Console.WriteLines and use 
400         AssertEquals() instead.
401
402 2002-04-22  Nick Drochak  <ndrochak@gol.com>
403
404         * StringTest.cs: Add unique markers to Assert messages.
405
406 2002-04-09  Nick Drochak  <ndrochak@gol.com>
407
408         * ArrayTest.cs: Remove BinarySearch test on unsorted arrays. The
409         behavior is undefined if the array isn't sorted.
410
411 2002/04/09  Nick Drochak <ndrochak@gol.com>
412
413         * DecimalTest.cs: Use AssertEquals() for better diagnostic message.
414
415 2002-04-09  Nick Drochak  <ndrochak@gol.com>
416
417         * ByteTest.cs: Use AssertEquals() for better diagnostic message.
418
419 2002-04-08  Nick Drochak  <ndrochak@gol.com>
420
421         * EnumTest.cs: Add a few tests for differently underlying types and
422         the [Flags] attribute to test ToString().
423
424 2002-04-08  Nick Drochak  <ndrochak@gol.com>
425
426         * EnumTest.cs: Add test for ToString for the case where the enum
427         has [Flags] on it, and a mask value is used.
428
429 2002-04-04  Nick Drochak  <ndrochak@gol.com>
430
431         * EnumTest.cs: Change one Assert() message string so the two are 
432         unique. And clean up exception catching logic.
433
434 2002/03/28  Nick Drochak <ndrochak@gol.com>
435
436         * IntegerFormatterTest.cs: Eliminate warnings about unused exception
437         variables.
438
439 2002-03-28  Nick Drochak  <ndrochak@gol.com>
440
441         * EnumTest.cs(TestFormat): Use Fail() instead of AssertEquals() in
442         try-catch blocks. Add test to check if correct exception is being 
443         thrown.
444
445 2002/03/18  Nick Drochak <ndrochak@gol.com>
446
447         * ByteTest.cs:
448         * Int64Test.cs:
449         * SByteTest.cs: Do not hard code the "$" as the currency symbol to
450         use for Parse tests. This isn not really the fix we need. These
451         number formats vary wildly depending on the culture the system
452         runs with.  We need a much better strategy here for testing this.
453         * Int32Test.cs: Use #if NOTYET-#endif to disable a test.  This removes
454         an annoying compile warning.
455
456 2002-03-18  Nick Drochak  <ndrochak@gol.com>
457
458         * DoubleTest.cs:
459         * EnumTest.cs: Add unique identifier to Assert()'s. Needed to find
460         which one was faling on Linux.
461
462 2002-03-12  Nick Drochak  <ndrochak@gol.com>
463
464         * ArrayTest.cs: Add tests for IList methods and for enumerator on
465         an array with non-zero lower bounds.
466
467 2002-03-09  Nick Drochak  <ndrochak@gol.com>
468
469         * ArrayTest.cs: Enable the enumerator test and include test for
470         Multi-dimensional array enumerator.  Also include test for
471         mutation _not_ invalidating the enumerator.
472
473 2002-03-09  Martin Baulig  <martin@gnome.org>
474
475         * Int16Test.cs, Int32Tests.cs, UInt16Tests.cs: Use "en-US" culture and
476         don't let the user override.
477
478         * Int32Tests.cs: Cleanup. Use unique names in Assert()s, use AssertEquals()
479         where appropriate etc.
480
481 2002-03-08  Martin Baulig  <martin@gnome.org>
482
483         * StringTest.cs: More String.Split tests.
484
485 2002-03-07  Martin Baulig  <martin@gnome.org>
486
487         * StringTest.cs: Added a few more tests for the bug fixes I just
488         committed to String.cs.
489
490 2002-03-07  Martin Baulig  <martin@gnome.org>
491
492         * ArrayTest.cs: Fixed the FIXME in test #E05.
493
494 2002-03-06  Duco Fijma  <duco@lorentz.xs4all.nl>
495         * CharEnumeratorTest.cs: made test regarding out-of-bounds checking
496         a bit stronger (new failures fixed in CharEnumerator.cs).
497
498 2002-03-06  Martin Baulig  <martin@gnome.org>
499
500         * ArrayTest.cs (TestSetValue4): Added testcases #M94-#M96 for Array.Copy.
501
502         * ArrayTest.cs (TestCopyTo): Added testcases #F10-#F13 for arrays with
503         non-zero lower bounds.
504
505         * ArrayTest.cs (TestCopyTo): Added test for copying an empty array
506         to an empty array.
507
508 2002-03-06  Martin Baulig  <martin@gnome.org>
509
510         * ArrayTest.cs: Use unique labels for all the tests.
511         (TestSetValue4): A big new testcase.
512
513 2002-03-06  Nick Drochak  <ndrochak@gol.com>
514
515         * VersionTest.cs: Fix for mscorlib behavior vs. docs. CompareTo(null)
516         is legal.
517         * UInt16Test.cs:
518         * UInt32Test.cs:
519         * UInt64Test.cs: Use NumberFormatInfo.InvariantInfo.CurrencySymbol
520         where "$" was used. Should help suppress false negatives on systems
521         where "$" is not the currency symbol.
522
523 2002-03-04  Duco Fijma  <duco@lorentz.xs4all.nl>
524         * VersionTest.cs: created test cases for System.Version
525
526 2002-03-03  Duco Fijma  <duco@lorentz.xs4all.nl>
527         * CharEnumeratorTest.cs: completed the test cases
528
529 2002-03-03  Nick Drochak  <ndrochak@gol.com>
530
531         * DateTimeTest.cs: make static member non-static -- wouldn't work on 
532         Windows if it was static. Doesn't _need_ to be static anyway.
533
534 2002-03-01  Duco Fijma  <duco@lorentz.xs4all.nl>
535         * AttributeTest.cs: created, far from complete. 
536         * CharEnumeratorTest.cs: created. Contains just the basic case.
537         * AllTests.cs: added the two new tests above
538
539 2002-03-01  Duco Fijma  <duco@lorentz.xs4all.nl>
540         * BitConverterTest.cs: added one test for bug fix made to BitConverter
541         * class.
542
543 2002-03-01  Martin Baulig  <martin@gnome.org>
544
545         * ArrayTest.cs: Commented out a few bits which are not yet implemented and
546         marked them with FIXME's.
547
548         * DecimalTest.cs, DecimalTest2.cs: Added zero-arg constructors.
549
550         * MartinTests.cs: Enabled ArrayTests.cs.
551
552 2002-03-01  Duco Fijma <duco@lorentz.xs4all.nl>
553
554         * BitConverterTest.cs: completed test cases
555
556 2002-03-01  Martin Baulig  <martin@gnome.org>
557
558         * MartinTests.cs: 15 tests currently work on Linux, call them all and
559         provide comments for the non-working tests.
560
561 2002-02-28  Duncan Mak  <duncan@ximian.com>
562
563         * MathTest.cs: Committed for Jon Guymon <gnarg@slackworks.com>.
564
565 2002-02-28  Martin Baulig  <martin@gnome.org>
566
567         * String.cs (TestCompare): Added a few tests.
568         (TestFormat): Please don't compare two strings with Assert (... == ...),
569         use AssertEquals instead - this gives you a better idea what went wrong
570         if the test fails.
571
572 2002-02-28  Nick Drochak  <ndrochak@gol.com>
573
574         * BitConverterTest.cs: Test was trying to catch the wrong Exception.
575         The MSDN docs clearly say ArgumentOutOfRangeException, but that's
576         not what get's thrown.
577
578         * DoubleTest.cs: Get working against mscorlib reference.
579
580 2002-02-27  Duco Fijma <duco@lorentz.xs4all.nl>
581         * GuidTest.cs: changed to reflect new meaning of Guid.ToString("")
582         and Guid.ToString(null)
583
584 2002-02-26  Martin Baulig  <martin@gnome.org>
585
586         * MartinTests.cs: New file. This contains all the test which already
587         work on Linux.
588
589         * String.cs: Added two testcases to TestTrim(), TestTrimStart() and
590         TestTrimEnd().
591
592 2002-02-26  Martin Baulig  <martin@gnome.org>
593
594         * DateTimeTest.cs: Added testcases for the parsers. Use the invariant
595         culture to run this test suite.
596
597         * TimeZoneTest.cs: Use the invariant culture to run this test suite.
598
599 2002-02-26  Duco Fijma <duco@lorentz.xs4all>
600         * TimeSpanTest.cs: added test from TimeSpan.FromMilliseconds
601
602 2002-02-26  Martin Baulig  <martin@gnome.org>
603
604         * DateTimeTest.cs: New test.
605
606         * TimeZoneTest.cs: New test.
607
608 2002-02-25  Duco Fijma <duco@lorentz.xs4all.nl>
609         * GuidTest.cs: all methods of System.Guid are now covered
610         * BitConverterTest.cs: created, not yet complete
611
612 2002-02-21  Duco Fijma <duco@lorentz.xs4all.nl>
613         * GuidTest.cs: changed according to fix in System.Guid
614
615 2002-02-20  Nick Drochak  <ndrochak@gol.com>
616
617         * Int64Test.cs: One array was giving us trouble.  Not sure why, but
618         it's related to the number of elements in an Array.  For short Arrays
619         the compiler doesn't use the PrivateImplmentationDetails struct,
620         but for longer ones it does.  That's when our corlib fails. I paired
621         down the array for now.
622
623 2002-02-19  Duco Fijma <duco@lorentz.xs4all.nl>
624         * GuidTest.cs: added a few cases
625
626 2002-02-18  Nick Drochak  <ndrochak@gol.com>
627
628         * GuidTest.cs: Fix compile error.  Needed to cast the null in the call to
629         constructor to avoid ambiguity.
630
631 2002-02-11  Nick Drochak  <ndrochak@gol.com>
632
633         * Int64Test.cs: Various fixes to make tests work against the ms corlib.
634         Currency Symbol tests seem to be system dependant.  Not sure if this
635         will work on other systems, so please test it if you can. The most
636         disturbing one is negative numbers.  Should they be (n) or -n ?
637
638 2002-02-10  Nick Drochak  <ndrochak@gol.com>
639
640         * AllTests.cs: Add Int64Test to the Suite
641         * Int64Test.cs: Change static member to instance member. This was
642         causing NUnitConsole some grief.  Should be instance member anyway.
643
644 2002-02-09  Nick Drochak  <ndrochak@gol.com>
645
646         * ByteTest.cs:
647         * Int16Test.cs:
648         * Int32Test.cs:
649         * SByteTest.cs:
650         * UInt16Test.cs:
651         * UInt32Test.cs:
652         * UInt64Test.cs: Fixed tests where a "$" was hard coded.  Change it to
653         use NumberFormatInfo.CurrentInfo.CurrencySymbol.  Also used
654         NumberFormatInfo.InvariantInfo.CurrencySymbol where appropriate. These
655         tests all pass now with mscorlib.
656
657 2002-01-06  Nick Drochak  <ndrochak@gol.com>
658
659         * ResolveEventArgsTest.cs: New test.
660         * AllTests.cs: Added new test to suite.
661
662 2001-12-27  Nick Drochak <ndrochak@gol.com>
663
664         * UInt32Test.cs: Added messages to Asserts()'s to find out which one was faliing.
665
666 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
667
668         * UInt32Test.cs: Added tests for UInt32.Parse.
669
670         * Int32Test.cs: Added tests for Int32.Parse for various cases.
671
672 2001-12-08  Nick Drochak  <ndrochak@gol.com>
673
674         * ByteTest.cs: Added messages to Assert()'s to find out which one was failing.
675
676 2001-11-28  Nick Drochak <ndrochak@gol.com>
677
678         * Int16Test.cs Int32Test.cs SByteTest.cs: Surgically removed tests that rely on culture of system.  These need to be crafted a bit differently.
679
680 2001-11-27  Nick Drochak  <ndrochak@gol.com>
681
682         * SByteTest.cs: Add messages to Assert()'s so we can tell where the tests fail.
683
684 2002-02-21  Bob Doan  <bdoan@sicompos.com>
685
686         * BooleanTest.cs: Added New test suite
687         * AllTests.cs: Added new Boolean test to suite.
688
689 2002-02-24  Bob Doan  <bdoan@sicompos.com>
690
691         * BooleanTest.cs: Use correct argument order in AssertEquals
692         * AllTests.cs: Added new Double test to suite.
693         * DoubleTest.cs: Add new test suite
694
695 2002-02-24  Bob Doan  <bdoan@sicompos.com>
696
697         * DoubleTest.cs: Added parse tests to Double test suite, removed GetHashCodeTests