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