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