2004-06-09 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
1 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * DecimalTest.cs: Added tests for remainder, divide and parsing 
4         overflow. Reactivated test and added new cases for banker rounding.
5
6 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * DateTimeTest.cs :
9           - Added TestParse3() (not-allowed pattern example), ParseUtcNonUtc()
10             ("GMT" strings and time adjustment), TimeZoneAdjustment() ('Z' 
11             pattern conditions) and CultureIndependentTests() (batch tests for
12             _all_ or almost all cultures).
13           - Added more Z string to X509Certificate test.
14           - Added ParseAllowsQueerString() [not fixed].
15
16 2004-06-08  Sebastien Pouliot  <sebastien@ximian.com>
17
18         * DecimalTest.cs: Added test case for truncating including indirect
19         truncates with cast to integer types.
20
21 2004-06-07  Duncan Mak  <duncan@ximian.com>
22
23         * ExceptionTest.cs: Added [Test] attributes to the test methods.
24         (InnerExceptionSource): Test that the InnerException's Source is
25         null unless it's been set.
26
27 2004-06-07  Sebastien Pouliot  <sebastien@ximian.com>
28
29         * DateTimeTest.cs: Added new test cases for From|ToOADate (OLE 
30         Automation date format). Added test cases for FromFileTime. Added
31         test cases for ToType (conversion) and contructors (milliseconds).
32
33 2004-06-06  Sebastien Pouliot  <sebastien@ximian.com>
34
35         * DecimalTest.cs: Added tests for default ToString(). Added tests when
36         Decimal is casted to an integer (trunc not rounded). Added tests to
37         parse very small values (#59301).
38         * ByteTest.cs: Added tests for default ToString(String.Empty).
39         * DoubleTest.cs: Added tests for default ToString(String.Empty).
40         * Int16Test.cs: Added tests for default ToString(String.Empty).
41         * Int32Test.cs: Added tests for default ToString(String.Empty).
42         * Int64Test.cs: Added tests for default ToString(String.Empty).
43         * SByteTest.cs: Added tests for default ToString(String.Empty).
44         * SingleTest.cs: Added tests for default ToString(String.Empty).
45         * StringTest.cs: Added more cases for Join (null separator and null 
46         values).
47         * TimeSpanTest.cs: Added test to verify exception order when a parsed
48         string is both invalid (format) and contains an overflow.
49         * UInt16Test.cs: Added tests for default ToString(String.Empty).
50         * UInt32Test.cs: Added tests for default ToString(String.Empty).
51         * UInt64Test.cs: Added tests for default ToString(String.Empty).
52
53 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
54
55         * ConvertTest.cs: Added tests to convert min/max values of integer
56         types to strings in all bases.
57         * SByteTest.cs: Added test to parse min/max values.
58
59 2004-06-04  Sebastien Pouliot  <sebastien@ximian.com>
60
61         * MathTest.cs: Added case to check for negative 0 (double) in
62         IEEERemainder - including when dividend is negative.
63         * TimeSpanTest.cs: Added more asserts in existing tests cases.
64         Added case to check for ToString with MinValue and MaxValue.
65
66 2004-06-02  Sebastien Pouliot  <sebastien@ximian.com>
67
68         * TimeSpanTest.cs: Added tests for overflow checking and parsing
69         only days (LAMESPEC).
70
71 2004-06-01  Sebastien Pouliot  <sebastien@ximian.com>
72
73         * TimeSpanTest.cs: Added tests for exceptions in FromXXX methods
74         which are very badly documented.
75
76 2004-05-30  Sebastien Pouliot  <sebastien@ximian.com>
77
78         * ArrayTest.cs: Added tests for null values in BinarySearch.
79         * Byte.cs: Added test for default ToString format value.
80
81 2004-05-30  David Sheldon <dave-mono@earth.li>
82
83   * DecimalTest.cs: Moved the rounding test that fails due to 
84     bug 37744 into its own test, and annotated it as ignored until
85     the bug is fixed.
86
87 2004-05-29  Sebastien Pouliot  <sebastien@ximian.com>
88
89         * ConvertTest.cs: Added new parsing tests including special case for
90         Convert.ToSByte. Added test to ChangeType to Empty.
91         * Int64Test.cs: Added new test cases for overflows. 
92
93 2004-05-28  Sebastien Pouliot  <sebastien@ximian.com>
94
95         * ConvertTest.cs: Removed extra 0 from ToInt16_MinValue. Added overflow
96         testing for integer types convertion. Added new tests for pasring 
97         MinValue and MaxValue of integer types in all supported bases. Added 
98         case for a prefixed hexadecimal without a number.
99
100 2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>
101
102         * ConvertTest.cs: More complete tests for unsigned type convertion wrt
103         -0, base != 10, ... Added tests for int16 limits in various bases.
104
105 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
106
107         * ArrayTest.cs: Added integer overflow tests for LastIndexOf.
108         * ConvertTest.cs: Added case where 0X00 is valid when parsed in base16
109
110 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
111
112         * ArrayTest.cs: Added tests to check for integer overflow in Clear,
113         Copy and Reverse.
114         * BitConverterTest.cs: Added test to check for possible integer 
115         overflow in ToString (byte,int,int)
116         * ConvertTest.cs: New tests for prefixed hexadecimal strings and
117         negative byte convertion.
118         * StringTest.cs: Added new tests for integer overflow and negatives.
119         Added tests for special cases like s.LastIndexOf ('o', s.Length, 1)
120         fail but s.LastIndexOf ("o", s.Length, 1) works.
121
122 2004-05-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
123
124         * DateTimeTest.cs: test for bug 56436.
125
126 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
127
128         * ArrayTest.cs: Added a new test to clear outside the bound of a
129         multidimentional array.
130         * BooleanTest.cs: Added new test to compare booleans using Equals
131         and == (case of True!=True). Converted to NUnit2 format.
132         * BitConverterTest.cs: Added new tests for negative integers and 
133         integer overflow in To... methods. Added new boolean convertion
134         tests.
135         * BufferTest.cs: Added new tests for integer overflow in BlockCopy.
136
137 2004-05-22  Sebastien Pouliot  <sebastien@ximian.com>
138
139         * ArrayTest.cs: Added a new test to clear a jagged array and a 
140         multidimentional array.
141         * IntPtrTest.cs: New. Tests for 32/64 bits behaviour of IntPtr.
142         * SingleTest.cs: Added tests to compare positive 0 and negative 0.
143         * UIntPtrTest.cs: New. Tests for 32/64 bits behaviour of UIntPtr.
144
145 2004-05-21  Sebastien Pouliot  <sebastien@ximian.com>
146
147         * DecimalTest.cs: Added new unit test to check for correct rounding.
148         It appears that Decimal.To... trunk but Convert.To... use banking
149         rounding (so we can't use Convert.To... to implement To...). But
150         IConvertible does share Convert.To behaviour. Added tests for negative
151         values and large number parsing (> Int64).
152         * SingleTest.cs: New. Unit tests for Single (adapted from Double).
153
154 2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>
155
156         * AppDomainTest.cs: Renamed Unload to TearDown (like it's attribute)
157         to ease searches.
158         * ConvertTest.cs: Added new unit tests for integer overflow in To/From
159         Base64CharArray. Added new test for wide char. Exploded some tests in
160         NUnit2 format (to ease add new tests).
161
162 2004-05-19  Gert Driesen (drieseng@users.sourceforge.net)
163         
164         * AttributeTest.cs: added tests for Inherited and
165         AllowMultiple
166
167 2004-05-19  Gert Driesen (drieseng@users.sourceforge.net)
168
169         * AttributeTest.cs: formatting, and remove commented
170         code
171
172 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
173
174         * BufferTest.cs: Added missing tests for BlockCopy exceptions.
175
176 2004-04-27  Nick Drochak <ndrochak@gol.com>
177
178         * ConvertTest.cs: Remove compiler warnings.
179
180 2004-04-25  Nick Drochak <ndrochak@gol.com>
181
182         * MathTest.cs: Check precision only so far.
183
184 2004-04-22  Lluis Sanchez Gual  <lluis@ximian.com>
185
186         * AppDomainSetupTest.cs: Changed again test 3 to test that the appdomain is 
187           relative to the current dir, rather than the temp dir. I confirment that
188           this is how ms.net works.
189
190 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
191
192         * TypeTest.cs: Add new regression test for bug #55874.
193
194 2004-04-12 David Sheldon <dave-mono@earth.li>
195  
196         * TimeZoneTest.cs: Make pass when in "GMT".
197   
198 2004-04-09 David Sheldon <dave-mono@earth.li>
199  
200     * ConvertTest.cs: Tests for Convert.ToInt32(string, base), with
201         signs on the strings.
202
203 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
204
205         * TypeTest.cs: enumerated the tests.
206
207 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
208
209         * EnvironmentTest.cs: use uppercase for PATH. Added test to check the
210         expected substitutions.
211
212 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
213
214         * EnvironmentTest.cs: New. Add unit tests for ExpandEnvironmentVariables.
215
216 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
217
218         * GuidTest.cs: Test constructor when the input string is in format "P" 
219           or "N".
220
221 2004-03-23  Lluis Sanchez Gual  <lluis@ximian.com>
222
223         * ByteTest.cs, Int32Test.cs, Int64Test, SingleFormatterTest.cs,
224           UInt16Test.cs, UInt32Test.cs, UInt64Test.cs: Made some tests depend on the
225           current culture.
226
227 2004-03-22  Dick Porter  <dick@ximian.com>
228
229         * DateTimeTest.cs (System): Test the MM-dd-yyyy date parse format.
230
231 2004-03-21  Jackson Harper  <jackson@ximian.com>
232
233         * DoubleFormatterTest.cs: test setting the number of decimal
234         digits.
235
236 2004-03-10  Sebastien Pouliot  <sebastien@ximian.com>
237
238         * ConvertTest.cs: Added another test showing that input length 
239         can't easily be used to check for valid base64 encoding.
240
241 2004-03-10  Sebastien Pouliot  <sebastien@ximian.com>
242
243         * ConvertTest.cs: Added a new unit tests for FromBase64String and 
244         FromBase64CharArray to check for ignored characters (tab, lf, cr 
245         and spaces). Splitted existing tests into smaller tests.
246
247 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
248
249         * StringTest.cs: Add regression test for bug #54988.
250
251 2004-02-27  Sebastien Pouliot  <sebastien@ximian.com>
252
253         * ConvertTest.cs: Added a new test for bug #54939 when converting a
254         base64 containing NF and/or LF.
255
256 2004-02-27  Lluis Sanchez Gual <lluis@ximian.com>
257
258         * StringTest.cs: Added test for Concat when one of the arguments is an
259           object that returns null on its ToString ().
260
261 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
262
263         * AttributeTest.cs: added test for bug 54518.
264
265 2004-02-20  Atsushi Enomoto  <atsushi@ximian.com>
266
267         * CharCategoryTest.cs : csc build fix (line length excess.)
268
269 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
270
271         * CharCategoryTest.cs : cleaning ;)
272
273 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
274
275         * Added CharCategoryTest.cs (brute force test for Char.IsXXX()).
276
277 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
278
279         * AppDomainTest.cs: New. Unit tests for SetPrincipalPolicy and
280         SetThreadPrincipal.
281
282 2004-01-31  Nick Drochak <ndrochak@ieee.org)
283
284         * ConvertTest: Cannot partially qualify the type name with csc.
285
286 2004-01-31  David Sheldon  <dave-mono@earth.li>
287
288   * ConvertTest.cs: Added test for malformed Base64. Bug 52928 
289
290 2004-01-30  Sebastien Pouliot  <spouliot@videotron.ca>
291
292         * DateTimeTest.cs: Modified X509Certificate test to use 
293         ToUniversalTime ().
294
295 2004-01-28  Sebastien Pouliot  <spouliot@videotron.ca>
296
297         * DateTimeTest.cs: Added a new unit test (X509Certificate) to better
298         detect regressions in DateTime. See bugzilla entry #53461.
299
300 2004-01-27  Nick Drochak <ndrochak@gol.com>
301
302         * AppDomainSetupTest.cs: When I run this on .NET the AppBase uses the
303         temp dir.  Perhaps a different runner gives different results? I'm
304         using 'make run-test' from the mcs directory.
305
306 2004-01-22 David Sheldon <dave-mono@earth.li>
307
308        * AppDomainSetupTest: Changed test 3 to test that the
309          appdomain is relative to the current dir, rather than 
310          the temp dir. This is what the MS runtime appears to 
311          give, and handily is what we do too.
312
313 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
314
315         * DateTimeTest.cs: added test for bug 52075.
316
317 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
318
319         * TypeTest.cs: Add Tests for vectors<->one dim. arrays.
320
321 2003-01-11 David Sheldon <dave-mono@earth.li>
322
323         * DateTimeTest.cs: Tests for bug 52274 fix, formats such as 
324         '--MM--'
325
326 2003-12-27  Nick Drochak <ndrochak@gol.com>
327
328         * AppDomainSetupTest.cs: Seems that AppDomainSetup's use the temp
329         path, not current directory.
330
331 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
332
333         * Int32Test.cs:
334           Int64Test.cs: Add checks for overflow on hex parse.
335  
336 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
337
338         * TypeTest.cs (GetMethodImpl): New test for overload resolution.
339
340 2003-12-19  Dick Porter  <dick@ximian.com>
341
342         * StringTest.cs: Added Compare test for length==0.
343
344 2003-12-17  Dick Porter  <dick@ximian.com>
345
346         * StringTest.cs: Add a String.Empty test to EndsWith.  Changed the
347         StartsWith and EndsWith tests to use the attribute declaration.
348
349 2003-12-17  Atsushi Enomoto <atsushi@ximian.com>
350
351         * StringTests.cs : Added more tests on TestStartsWith.
352
353 2003-12-08  Patrik Torstensson <p@rxc.se>
354
355         * TypeTest.cs: Added basic tests for GetMethodImpl and GetPropertyImpl
356
357 2003-12-08  Nick Drochak <ndrochak@gol.com>
358
359         * DateTimeTest.cs: Little build fix for csc. It doesn't like the
360         fully qualified name.
361
362 2003-12-06  Ravindra <rkumar@novell.com>
363
364         * DateTimeTest.cs: Added a test case for Parse(String, format).
365         Bug #51464.
366
367 2003-11-14  Nick Drochak <ndrochak@gol.com>
368
369         * FloatingPointFormatterTest.cs: Make test pass on .NET 1.1.
370
371 2003-11-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
372
373         * ValueTypeTest.cs: New tests.
374
375 2003-11-14  Nick Drochak <ndrochak@gol.com>
376
377         * DateTime.cs: Running tests in different timezones give different 
378         results.  Need to change the way these tests work. Disabling some
379         tests for now.
380
381 2003-11-14  Nick Drochak <ndrochak@gol.com>
382
383         * ArrayTest.cs: Fix a few tests where NullReferenceException 
384         is expected, not ArgumentNullException.
385
386 2003-11-01  Pedro Martínez Juliá  <yoros@wanadoo.es>
387
388         * DateTimeTest.cs: Changed the Asserts to fix some things related to
389         universal time, we can't test the equality if one DateTime is into
390         the code and the other comes from the TimeZone. Different TimeZones,
391         different errors in the test.
392
393 2003-10-31  Pedro Martínez Juliá  <yoros@wanadoo.es>
394
395         * DateTimeTest.cs: Removed Universal Time in ToString because in
396         each computer that could be different. We need more control over
397         that to know what the result should be.
398
399 2003-09-09  Zoltan Varga  <vargaz@freemail.hu>
400
401         * ArrayTest.cs: Fix the expected exception on some methods.
402
403 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
404
405         * StringTest.cs: added a couple of tests for Split. See bug #47802.
406
407 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
408
409         * ArrayTest.cs: Added regression test for #38812.
410
411 2003-08-10  Miguel de Icaza  <miguel@ximian.com>
412
413         * ArrayTest.cs: New test from Thong (Tum) Nguyen.
414
415 2003-08-04  Duncan Mak  <duncan@ximian.com>
416
417         * FloatingPointFormatterTest.cs: New file. Added with one test by
418         Aleksey Demakov <avd@openlinksw.com>.
419
420         * ConvertTest.cs (TestToUInt16): Add a new case noted by
421         c5n4kh6u02@sneakemail.com in
422         http://bugzilla.ximian.com/show_bug.cgi?id=43098.
423
424 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
425
426         * EnumTest.cs: Test ToString() for unnamed flag enum values.
427
428 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
429
430         * TypeTest.cs: New file.
431
432 2003-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
433
434         * AppDomainSetupTest.cs: new tests.
435
436 2003-06-25  Nick Drochak <ndrochak@gol.com>
437
438         * DateTimeTest.cs: Custom format string uses January of current Year.
439
440 2003-06-25  Nick Drochak <ndrochak@gol.com>
441
442         * DateTimeTest.cs: Re-enable test because bug #30030 is fixed.
443
444 2003-06-25  Nick Drochak <ndrochak@gol.com>
445
446         * ByteTest.cs: Culture settings can affect where it puts the '%'.
447
448 2003-06-23  Nick Drochak <ndrochak@gol.com>
449
450         * ConvertTest.cs: Ignore and report bug in bugzilla #45286.
451
452 2003-06-23  Nick Drochak <ndrochak@gol.com>
453
454         * TimeZoneTest.cs: Make pass when on Tokyo Standard Time.
455
456 2003-06-23  Nick Drochak <ndrochak@gol.com>
457
458         * DecimalTest.cs: Make pass on .NET 1.1
459         * MarshalByRefObjectTest.cs: Avoid port conflict with other tests.
460         * SingleFormatterTest.cs: Ignore user overridden settings.
461
462 2003-06-23  Nick Drochak <ndrochak@gol.com>
463
464         * DateTimeTest.cs (TestOA): Compare DateTime values instead of strings
465         to avoid "culture shock".  Made a new AssertEquals() that is more
466         DateTime-friedly.
467
468 2003-06-19  Nick Drochak <ndrochak@gol.com>
469
470         * ArrayTest.cs: Cleanup unused bits. Also get tests passing on .NET 1.1
471         All tests pass here now.
472
473 2003-06-18  Nick Drochak <ndrochak@gol.com>
474
475         * ArrayTest.cs: Add .NET 1.1 overload test, and fix build problem.
476
477 2003-06-13  Duncan Mak  <duncan@ximian.com>
478
479         * ArrayTest.cs (TestCreateInstance2): Expects
480         ArgumentNullException, which is a specific subtype of
481         ArgumentException.
482
483 2003-06-10  Ville Palo <vi64pa@kolumbus.fi>
484
485         * DateTimeTest.cs: more tests.
486         
487 2003-06-09  Duncan Mak  <duncan@ximian.com>
488
489         * ArrayTest.cs: 
490         (TestCreateInstance2):
491         (TestLastIndexOf4):
492         (TestLastIndexOf5):
493         (MoreSort10): Added 4 new tests.
494
495 2003-06-10  Nick Drochak <ndrochak@gol.com>
496
497         * ArrayTest.cs: Cleanup some unused bits.
498
499 2003-06-02  Sebastien Pouliot  <spouliot@videotron.ca>
500
501         * RandomTest.cs: Added a test to compare Mono's random streams with
502         MS implementation (framework and Rotor). Converted to NUnit2 format.
503
504 2003-06-01  Pedro Martínez Juliá  <yoros@wanadoo.es>
505
506         * DoubleFormatterTest.cs: added the last changes from the author of
507         this test (Patrick Kalkman <kalkman@cistron.nl>).
508
509         * SingleFormatterTest.cs: added the first release of this test from
510         the same author: Patrick Kalkman <kalkman@cistron.nl>.
511
512 2003-05-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
513
514         * ArrayTest.cs: added more tests for bug 43783.
515
516 2003-05-22  Nick Drochak  <ndrochak@gol.com>
517
518         * ArrayTest.cs: Add conditional compile for 1.1
519
520 2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
521
522         * EnumTest.cs: added tests from bug #41522.
523
524 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
525
526         * StringTest.cs: New tests for IndexOf and LastIndexOf + conversion
527         to Nunit 2.
528
529 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
530
531         * EnumTest.cs: tests from bug #41522 by Richar Lee.
532
533 2003-04-23  Nick Drochak  <ndrochak@gol.com>
534
535         * ArrayTest.cs: Disambiguate overloads now in .NET 1.1.
536         
537 2003-04-18  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
538
539         * ArrayTest.cs: added a few more tests to test Array.Initialize()
540         and added some [Test] atributes to the tests.
541
542 2003-04-17  Nick Drochak  <ndrochak@gol.com>
543
544         * DoubleTest.cs: Output some more debug info.
545
546 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
547
548         * BufferTest.cs: added a few more tests for testing buffer length.
549         Patch by Jerome Laban <jlaban@wanadoo.fr>
550
551 2003-04-10  Ville Palo <vi64pa@kolumbus.fi>
552
553         * ConvertTest.cs: Added some tests for ToXXX methods.
554         TestConvertFromNull ()
555                 
556 2003-03-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
557
558         * DoubleTest.cs: Converted to Nunit 2.0. Completed ToString test.
559
560 2003-03-09  Nick Drochak <ndrochak@gol.com>
561
562         * ConsoleTest.cs: 
563         * ConvertTest.cs: Re-enable tests. They no longer hang the runtime.
564
565 2003-03-03  Nick Drochak <ndrochak@gol.com>
566
567         * StringTest.cs: Catch exception the .NET docs say should not be thrown
568
569 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
570
571         * StringTest.cs: added String constructor tests.
572
573 2003/02/26 Nick Drochak <ndrochak@gol.com>
574
575         * ActivatorTest.cs: Unregister the channel like it should.
576         * MarshalByRefTest.cs: Take out my hack. 
577           Both from Jean-Marc Andr [jean-marc.andre@polymtl.ca].
578
579 2003-02-25  Nick Drochak <ndrochak@gol.com>
580
581         * TimeSpanTest.cs: Isolate test for Negate bug. Same as previous
582         'checked' bug in ByteTest?
583
584 2003/02/21  Nick Drochak <ndrochak@gol.com>
585
586         * EnumTest.cs: Add test for bug 38452 (Parsing numeric enum values).
587
588 2003-02-20  Nick Drochak <ndrochak@gol.com>
589
590         * ByteTest.cs: Isolate test for mcs 'checked' bug.
591
592 2003/02/13  Nick Drochak <ndrochak@gol.com>
593
594         * ActivatorTest.cs:
595         * MarshalByRefTest.cs: New unit tests from Jean-Marc Andr 
596         [jean-marc.andre@polymtl.ca]. One failure on .NET in the latter.
597
598 2003-02-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
599
600         * MathTest.cs: Add more tests because they were insufficient. Now
601         they check limit values. Also add comments with the tests for the
602         new Math functions.
603         
604 2003-02-05  Nick Drochak  <ndrochak@gol.com>
605
606         * StringTest.cs: Remove compiler warnings.
607
608 2003-01-30  Sebastien Pouliot  <spouliot@videotron.ca>
609
610         * TimeZoneTest.cs: Added "Eastern Standard Time" to the test.
611         This won't be complete until all time zone are added (added a
612         Fail for unsupported TimeZones).
613
614 2003-01-29  Sebastien Pouliot  <spouliot@videotron.ca>
615
616         * ByteTest.cs: Updated Setup to support my Locale. Better but
617         probably still incomplete.
618         * DoubleTest.cs: Updated Setup to support my Locale. You can now
619         use a comma (or anything else) instead of a dot (.).
620         * ConvertTest.cs: Updated TestToDecimal and TestToDouble to 
621         support my Locale. You can now use a comma (or anything else) 
622         instead of a dot (.).
623
624 2003-01-28  Nick Drochak <ndrochak@gol.com>
625
626         * ArrayTest.cs: Avoid nulls in arrays. This crashes mono.
627         * ConsoleTest.cs: Ignore some tests that hang mono.
628         * ConvertTest.cs: Ignore some tests that hang mono.
629
630 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
631
632         * StringTest.cs: Added tests for out-of-bounds indexes in GetChars().
633
634 2003-01-13  Nick Drochak  <ndrochak@gol.com>
635
636         * DateTimeTest.cs: Use 2003, since that' the year now.  Need to work
637         on this test so we don't have it fail each new year.
638
639 2002-12-21  Nick Drochak <ndrochak@gol.com>
640
641         * all: make tests build and run under nunit2
642
643 2002-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
644
645         * StringTest.cs: added 1 more check.
646
647 2002-10-29  Zoltan Varga  <vargaz@freemail.hu>
648
649         * EnumTest.cs: Added tests for whitespaces in Enum:Parse().
650
651 2002-10-16  Nick Drochak  <ndrochak@gol.com>
652
653         * EnumTest.cs: Find out which Assert is causing the error on mono.
654
655 2002-10-09  Nick Drochak  <ndrochak@gol.com>
656
657         * BufferTest.cs: Test for ArgumentExceptions where they should be 
658         thrown
659         * Int32Test.cs: Enable tests for custom format strings.  We do have
660         implementation for them now.
661
662 2002-09-29  Nick Drochak  <ndrochak@gol.com>
663
664         * DecimalTest.cs: Change from Assert() with == to AssertEquals(). This
665         gets the tests to pass on linux, but they shouldn't need that.  Now
666         to find out why.  This seems deep...
667
668 2002-09-19  Nick Drochak  <ndrochak@gol.com>
669
670         * ArrayTest.cs: Report errors with CopyTo().
671
672 2002-09-19  Nick Drochak <ndrochak@gol.com>
673
674         * ArrayTest.cs: Can check for exception throw now on CopyTo(). Re-
675         enable test.
676
677 2002-09-13  Nick Drochak  <ndrochak@gol.com>
678
679         * EnumTest.cs: Add an extreme value test for format.
680
681 2002-09-11  Nick Drochak  <ndrochak@gol.com>
682
683         * DoubleTest.cs: Add test for bad format string passed to ToString().
684         * Int64Test.cs: Re-enable broad range of test values.
685         * MulticastDeletegateTest.cs: Re-enable test for correct order of
686         delegate firing.
687
688 2002-09-08  Nick Drochak  <ndrochak@gol.com>
689
690         * DateTimeTest.cs: Disable test bug file it in bugzilla.
691
692 2002-09-04  Jonathan Pryor <jonpryor@vt.edu>
693         * EnumTest.cs: 
694           - Added additional "x" formatter test case to test most recent Enum.cs patch
695                 - Code cleanup so that all TestFormat test cases would be executed
696                 - Change exception types in TestFormat_Args so that it passes on .NET.
697                   (Some ArgumentNullExceptions should be been ArgumentExceptions.)
698
699 2002/08/09  Nick Drochak <ndrochak@gol.com>
700
701         * DecimalTest.cs: Add try-catch block to find which one is throwing
702         the Overflow.  Also started making each Assert using a unique message
703         to differentiate those as well.
704
705         * MulticastDelegate.cs: Disable tests checking the order that delegates
706         are executed.  There's a bugzilla entry for this already because we do
707         it in reverse order. See:
708         http://bugzilla.ximian.com/show_bug.cgi?id=28306
709
710 2002/08/02  Nick Drochak <ndrochak@gol.com>
711
712         * ConvertTest.cs (TestGetTypeCode): Find out which test is failing on
713         linux.
714
715 2002-08-02  Nick Drochak  <ndrochak@gol.com>
716
717         * BufferTest.cs (TestBlockCopy): BlockCopy uses the number of bytes,
718         so hard-code some of that info into the test since sizeof() is a very
719         unsafe thing to do.
720
721 2002-07-31  Nick Drochak  <ndrochak@gol.com>
722
723         * BufferTest.cs: Fixed noisy compiler warnings about unused vars.
724
725 2002-07-22  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
726
727         * BufferTest.cs: Added this file to test the System.Buffer class 
728         implementation.
729
730 2002-07-17  Martin Baulig  <martin@gnome.org>
731
732         * ConvertTest.cs: Commented out line 456 which contains a non-printable
733         character which mcs does not like.  See also bug #27655.
734
735         * DecimalTest.cs, DecimanTest2.cs: Removed the `using S = System'.
736
737 2002-07-11  Nick Drochak  <ndrochak@gol.com>
738
739         * ArrayTest.cs: Disable a test for now.  Bugzilla'd this one.
740         * ConvertTest.cs: Make message unique for this mistaken duplicate.
741
742 2002-07-04  Nick Drochak  <ndrochak@gol.com>
743
744         * DateTimeTest.cs: Made tests pass on ms.net.  Well, they pass in
745         timezone JST.  Need to test in others.  Maybe I'll fly over to GMT
746         and see how they work.  Supposed to be eaiser there.
747
748 2002-07-04  Nick Drochak  <ndrochak@gol.com>
749
750         * ConvertTest.cs: Make the test generate the overflow exceptions on
751         mono on Linux.
752         * DecimalTest2.cs: Report exception thrown during subtraction.
753
754 2002-07-03  Nick Drochak  <ndrochak@gol.com>
755
756         * DoubleTest.cs: Fix some Assert/AssertEquals usage.
757
758 2002-07-03  Nick Drochak  <ndrochak@gol.com>
759
760         * ArrayTest.cs: Re-enable some tests.  Let's see what's broken still.
761
762 2002-06-20  Nick Drochak  <ndrochak@gol.com>
763
764         * DecimalTest2.cs: Make tests pass against ms.net.
765
766 2002-06-19  Nick Drochak  <ndrochak@gol.com>
767
768         * AllTests.cs: Add missing test: DecimalTest2
769         * DecimalTest2.cs: Convert Console.Writeline() into a Fail()
770
771 2002/06/14  Nick Drochak <ndrochak@gol.com>
772
773         * Int64Test.cs: Make currency symbol test more culturally sensitive.
774
775 2002-06-14  Nick Drochak  <ndrochak@gol.com>
776
777         * DateTimeTest.cs: Make some of the tests a bit more timezone neutral.
778
779 2002-06-12   Nick Drochak  <ndrochak@gol.com>
780
781         * ConvertTest.cs: Punt bug in DateTime.Parse() over to that test.
782         * DateTimeTest.cs: Add test for date format of yyyy-mm-dd which mono
783         doesn't handle automagically like ms.net does.  This smells like a 
784         LAMESPEC, however.
785
786 2002/06/12  Nick Drochak <ndrochak@gol.com>
787
788         * RandomTest.cs: Exercise Next(min,max) a little more, especially
789         boundary conditions.
790
791 2002-06-11  Nick Drochak  <ndrochak@gol.com>
792
793         * StringTest.cs: Check for "end of string" conditions for IndexOf() and
794         Substring().
795
796 2002-06-11  Nick Drochak  <ndrochak@gol.com>
797
798         * DoubleTest.cs: Add some more detail to failure message.
799         * Int64Test.cs: Add some details, and fix a copy-paste error.
800         * UInt32Test.cs: Fix currency symbol/culture issues
801         * UInt64Test.cs: Fix currency symbol/culture issues
802
803 2002/06/11  Nick Drochak <ndrochak@gol.com>
804
805         * DateTimeTest.cs: Remove RunTest override and put culture manipulation
806         in SetUp and TearDown like the other tests.
807         * TimeZoneTest.cs: Same.
808
809 2002-06-11  Nick Drochak  <ndrochak@gol.com>
810
811         * Int64Test.cs: Set the culture to en-US for testing.
812         * MathTest.cs: mono is more precise in Log2, so change test to compare
813         values within a slightly larger margin of error.
814
815 2002/06/10  Nick Drochak <ndrochak@gol.com>
816
817         * DecimalTest.cs: More culture indepenence. Fixes the problems we were
818         having with tests failing against MS.NET.
819         * Int64Test.cs: Same plus some formatting fixes.
820         * RandomTest.cs: Split Assert into two to figure out which one part is
821         failing.
822
823 2002-06-09  Lawrence Pit  <loz@cable.a2000.nl>
824
825         * DateTimeTest.cs: Making tests culture independent
826
827 2002-06-07  Nick Drochak  <ndrochak@gol.com>
828
829         * DecimalTest.cs: Catch unexpected exception and report it.
830
831 2002/06/04  Nick Drochak <ndrochak@gol.com>
832
833         * ByteTest.cs: Fix currency constant that we use for the expected
834         value.  Try to be more culture-diverse.
835
836 2002/06/03  Nick Drochak <ndrochak@gol.com>
837
838         * DecimalTest.cs: Fix some errors that were showing up when run against
839         ms.net.
840
841 2002-06-02  Nick Drochak  <ndrochak@gol.com>
842
843         * ConvertTest.cs: Use en-US culture since that's all we support in our
844         corlib right now. Change constants accordingly.  Also added a bunch of
845         try-catch blocks to show which Assert is failing.
846
847 2002-06-02  Duncan Mak  <duncan@ximian.com>
848
849         * ConvertTest.cs (TestToDecimal): Fixed typo in case #H11.
850
851 2002-06-01  Nick Drochak  <ndrochak@gol.com>
852
853         * BugTest.cs: Remove, bug fixed.  Yay!
854         * AllTests.cs: Remove BugTest from suite.
855
856 2002-05-31  Nick Drochak  <ndrochak@gol.com>
857
858         * BugTest.cs: Small file to show NullReferenceException bug
859         * AllTests.cs: Include BugTest.cs in the suite.
860
861 2002-05-29  Nick Drochak  <ndrochak@gol.com>
862
863         * DecimalTest.cs: Use AssertEquals to get nice error report, and mark
864         each one with a unique message string so we know which one failed.
865
866 2002-05-29  Lawrence Pit  <loz@cable.a2000.nl>
867
868         * DateTimeTest.cs: Added tests M01 to M03 to TestParseExact, 
869         passing typeof this class as arg in property Suite.
870
871 2002-05-22  Lawrence Pit  <loz@cable.a2000.nl>
872
873         * ConsoleTest.cs: Added test writing null.
874
875 2002-05-21  Nick Drochak  <ndrochak@gol.com>
876
877         * MathTest.cs:
878                 (TestPow): Add try-catch to determine where we are throwing.
879                 (TestLog): Re-enable failing test
880                 (TestLog2): same although this test still fails on mono. Not
881                 sure what the proper value      to use here. It works on MS.NET
882
883 2002-05-21  Nick Drochak  <ndrochak@gol.com>
884
885         * MathTest.cs: Better reporting of failures
886         * Int64Test.cs: Add try-catch to determine where we are throwing.
887
888 2002-05-20  Nick Drochak  <ndrochak@gol.com>
889
890         * AttributeTest.cs (TestGetCustomAttribute): Add try-catch to find out
891         which assert is failing.
892
893 2002-05-19  Martin Baulig  <martin@gnome.org>
894
895         * MartinTests.cs: Removed.
896
897 2002-05-14  Nick Drochak  <ndrochak@gol.com>
898
899         * StringTest.cs: A couple more tests
900
901 2002-05-07  Nick Drochak  <ndrochak@gol.com>
902
903         * ExceptionTest.cs: New File. Provided by Linus Upson.
904
905 2002-05-05  Lawrence Pit  <loz@cable.a2000.nl>
906
907         * StringTest.cs: Added test for replace function
908
909 2002-04-30  Nick Drochak  <ndrochak@gol.com>
910
911         * UInt32Test.cs: More verbose on unexepected exception to eliminate
912         compiler warning.
913
914 2002-04-28  Nick Drochak  <ndrochak@gol.com>
915
916         * StringTest.cs: Mark Assert() messages with unique identifiers.
917         * DecimalTest2.cs: Write out more info in the Report method.  Need this
918         to determine why op_Subtraction() is failing in the next line.
919         * MathTest.cs:
920         * DoubleTest.cs:
921         * UInt32Test.cs: Add try-catch blocks to find out where the test is
922         failing.
923
924 2002-04-28  Nick Drochak  <ndrochak@gol.com>
925
926         * ArrayTest.cs (TestIList_IndexOf): Display exception details if we get
927         an unexpected one.
928
929 2002/04/24  Nick Drochak <ndrochak@gol.com>
930
931         * IntegerFormatterTest.cs: Remove Console.WriteLines and use 
932         AssertEquals() instead.
933
934 2002-04-22  Nick Drochak  <ndrochak@gol.com>
935
936         * StringTest.cs: Add unique markers to Assert messages.
937
938 2002-04-09  Nick Drochak  <ndrochak@gol.com>
939
940         * ArrayTest.cs: Remove BinarySearch test on unsorted arrays. The
941         behavior is undefined if the array isn't sorted.
942
943 2002/04/09  Nick Drochak <ndrochak@gol.com>
944
945         * DecimalTest.cs: Use AssertEquals() for better diagnostic message.
946
947 2002-04-09  Nick Drochak  <ndrochak@gol.com>
948
949         * ByteTest.cs: Use AssertEquals() for better diagnostic message.
950
951 2002-04-08  Nick Drochak  <ndrochak@gol.com>
952
953         * EnumTest.cs: Add a few tests for differently underlying types and
954         the [Flags] attribute to test ToString().
955
956 2002-04-08  Nick Drochak  <ndrochak@gol.com>
957
958         * EnumTest.cs: Add test for ToString for the case where the enum
959         has [Flags] on it, and a mask value is used.
960
961 2002-04-04  Nick Drochak  <ndrochak@gol.com>
962
963         * EnumTest.cs: Change one Assert() message string so the two are 
964         unique. And clean up exception catching logic.
965
966 2002/03/28  Nick Drochak <ndrochak@gol.com>
967
968         * IntegerFormatterTest.cs: Eliminate warnings about unused exception
969         variables.
970
971 2002-03-28  Nick Drochak  <ndrochak@gol.com>
972
973         * EnumTest.cs(TestFormat): Use Fail() instead of AssertEquals() in
974         try-catch blocks. Add test to check if correct exception is being 
975         thrown.
976
977 2002/03/18  Nick Drochak <ndrochak@gol.com>
978
979         * ByteTest.cs:
980         * Int64Test.cs:
981         * SByteTest.cs: Do not hard code the "$" as the currency symbol to
982         use for Parse tests. This isn not really the fix we need. These
983         number formats vary wildly depending on the culture the system
984         runs with.  We need a much better strategy here for testing this.
985         * Int32Test.cs: Use #if NOTYET-#endif to disable a test.  This removes
986         an annoying compile warning.
987
988 2002-03-18  Nick Drochak  <ndrochak@gol.com>
989
990         * DoubleTest.cs:
991         * EnumTest.cs: Add unique identifier to Assert()'s. Needed to find
992         which one was faling on Linux.
993
994 2002-03-12  Nick Drochak  <ndrochak@gol.com>
995
996         * ArrayTest.cs: Add tests for IList methods and for enumerator on
997         an array with non-zero lower bounds.
998
999 2002-03-09  Nick Drochak  <ndrochak@gol.com>
1000
1001         * ArrayTest.cs: Enable the enumerator test and include test for
1002         Multi-dimensional array enumerator.  Also include test for
1003         mutation _not_ invalidating the enumerator.
1004
1005 2002-03-09  Martin Baulig  <martin@gnome.org>
1006
1007         * Int16Test.cs, Int32Tests.cs, UInt16Tests.cs: Use "en-US" culture and
1008         don't let the user override.
1009
1010         * Int32Tests.cs: Cleanup. Use unique names in Assert()s, use AssertEquals()
1011         where appropriate etc.
1012
1013 2002-03-08  Martin Baulig  <martin@gnome.org>
1014
1015         * StringTest.cs: More String.Split tests.
1016
1017 2002-03-07  Martin Baulig  <martin@gnome.org>
1018
1019         * StringTest.cs: Added a few more tests for the bug fixes I just
1020         committed to String.cs.
1021
1022 2002-03-07  Martin Baulig  <martin@gnome.org>
1023
1024         * ArrayTest.cs: Fixed the FIXME in test #E05.
1025
1026 2002-03-06  Duco Fijma  <duco@lorentz.xs4all.nl>
1027         * CharEnumeratorTest.cs: made test regarding out-of-bounds checking
1028         a bit stronger (new failures fixed in CharEnumerator.cs).
1029
1030 2002-03-06  Martin Baulig  <martin@gnome.org>
1031
1032         * ArrayTest.cs (TestSetValue4): Added testcases #M94-#M96 for Array.Copy.
1033
1034         * ArrayTest.cs (TestCopyTo): Added testcases #F10-#F13 for arrays with
1035         non-zero lower bounds.
1036
1037         * ArrayTest.cs (TestCopyTo): Added test for copying an empty array
1038         to an empty array.
1039
1040 2002-03-06  Martin Baulig  <martin@gnome.org>
1041
1042         * ArrayTest.cs: Use unique labels for all the tests.
1043         (TestSetValue4): A big new testcase.
1044
1045 2002-03-06  Nick Drochak  <ndrochak@gol.com>
1046
1047         * VersionTest.cs: Fix for mscorlib behavior vs. docs. CompareTo(null)
1048         is legal.
1049         * UInt16Test.cs:
1050         * UInt32Test.cs:
1051         * UInt64Test.cs: Use NumberFormatInfo.InvariantInfo.CurrencySymbol
1052         where "$" was used. Should help suppress false negatives on systems
1053         where "$" is not the currency symbol.
1054
1055 2002-03-04  Duco Fijma  <duco@lorentz.xs4all.nl>
1056         * VersionTest.cs: created test cases for System.Version
1057
1058 2002-03-03  Duco Fijma  <duco@lorentz.xs4all.nl>
1059         * CharEnumeratorTest.cs: completed the test cases
1060
1061 2002-03-03  Nick Drochak  <ndrochak@gol.com>
1062
1063         * DateTimeTest.cs: make static member non-static -- wouldn't work on 
1064         Windows if it was static. Doesn't _need_ to be static anyway.
1065
1066 2002-03-01  Duco Fijma  <duco@lorentz.xs4all.nl>
1067         * AttributeTest.cs: created, far from complete. 
1068         * CharEnumeratorTest.cs: created. Contains just the basic case.
1069         * AllTests.cs: added the two new tests above
1070
1071 2002-03-01  Duco Fijma  <duco@lorentz.xs4all.nl>
1072         * BitConverterTest.cs: added one test for bug fix made to BitConverter
1073         * class.
1074
1075 2002-03-01  Martin Baulig  <martin@gnome.org>
1076
1077         * ArrayTest.cs: Commented out a few bits which are not yet implemented and
1078         marked them with FIXME's.
1079
1080         * DecimalTest.cs, DecimalTest2.cs: Added zero-arg constructors.
1081
1082         * MartinTests.cs: Enabled ArrayTests.cs.
1083
1084 2002-03-01  Duco Fijma <duco@lorentz.xs4all.nl>
1085
1086         * BitConverterTest.cs: completed test cases
1087
1088 2002-03-01  Martin Baulig  <martin@gnome.org>
1089
1090         * MartinTests.cs: 15 tests currently work on Linux, call them all and
1091         provide comments for the non-working tests.
1092
1093 2002-02-28  Duncan Mak  <duncan@ximian.com>
1094
1095         * MathTest.cs: Committed for Jon Guymon <gnarg@slackworks.com>.
1096
1097 2002-02-28  Martin Baulig  <martin@gnome.org>
1098
1099         * String.cs (TestCompare): Added a few tests.
1100         (TestFormat): Please don't compare two strings with Assert (... == ...),
1101         use AssertEquals instead - this gives you a better idea what went wrong
1102         if the test fails.
1103
1104 2002-02-28  Nick Drochak  <ndrochak@gol.com>
1105
1106         * BitConverterTest.cs: Test was trying to catch the wrong Exception.
1107         The MSDN docs clearly say ArgumentOutOfRangeException, but that's
1108         not what get's thrown.
1109
1110         * DoubleTest.cs: Get working against mscorlib reference.
1111
1112 2002-02-27  Duco Fijma <duco@lorentz.xs4all.nl>
1113         * GuidTest.cs: changed to reflect new meaning of Guid.ToString("")
1114         and Guid.ToString(null)
1115
1116 2002-02-26  Martin Baulig  <martin@gnome.org>
1117
1118         * MartinTests.cs: New file. This contains all the test which already
1119         work on Linux.
1120
1121         * String.cs: Added two testcases to TestTrim(), TestTrimStart() and
1122         TestTrimEnd().
1123
1124 2002-02-26  Martin Baulig  <martin@gnome.org>
1125
1126         * DateTimeTest.cs: Added testcases for the parsers. Use the invariant
1127         culture to run this test suite.
1128
1129         * TimeZoneTest.cs: Use the invariant culture to run this test suite.
1130
1131 2002-02-26  Duco Fijma <duco@lorentz.xs4all>
1132         * TimeSpanTest.cs: added test from TimeSpan.FromMilliseconds
1133
1134 2002-02-26  Martin Baulig  <martin@gnome.org>
1135
1136         * DateTimeTest.cs: New test.
1137
1138         * TimeZoneTest.cs: New test.
1139
1140 2002-02-25  Duco Fijma <duco@lorentz.xs4all.nl>
1141         * GuidTest.cs: all methods of System.Guid are now covered
1142         * BitConverterTest.cs: created, not yet complete
1143
1144 2002-02-21  Duco Fijma <duco@lorentz.xs4all.nl>
1145         * GuidTest.cs: changed according to fix in System.Guid
1146
1147 2002-02-20  Nick Drochak  <ndrochak@gol.com>
1148
1149         * Int64Test.cs: One array was giving us trouble.  Not sure why, but
1150         it's related to the number of elements in an Array.  For short Arrays
1151         the compiler doesn't use the PrivateImplmentationDetails struct,
1152         but for longer ones it does.  That's when our corlib fails. I paired
1153         down the array for now.
1154
1155 2002-02-19  Duco Fijma <duco@lorentz.xs4all.nl>
1156         * GuidTest.cs: added a few cases
1157
1158 2002-02-18  Nick Drochak  <ndrochak@gol.com>
1159
1160         * GuidTest.cs: Fix compile error.  Needed to cast the null in the call to
1161         constructor to avoid ambiguity.
1162
1163 2002-02-11  Nick Drochak  <ndrochak@gol.com>
1164
1165         * Int64Test.cs: Various fixes to make tests work against the ms corlib.
1166         Currency Symbol tests seem to be system dependant.  Not sure if this
1167         will work on other systems, so please test it if you can. The most
1168         disturbing one is negative numbers.  Should they be (n) or -n ?
1169
1170 2002-02-10  Nick Drochak  <ndrochak@gol.com>
1171
1172         * AllTests.cs: Add Int64Test to the Suite
1173         * Int64Test.cs: Change static member to instance member. This was
1174         causing NUnitConsole some grief.  Should be instance member anyway.
1175
1176 2002-02-09  Nick Drochak  <ndrochak@gol.com>
1177
1178         * ByteTest.cs:
1179         * Int16Test.cs:
1180         * Int32Test.cs:
1181         * SByteTest.cs:
1182         * UInt16Test.cs:
1183         * UInt32Test.cs:
1184         * UInt64Test.cs: Fixed tests where a "$" was hard coded.  Change it to
1185         use NumberFormatInfo.CurrentInfo.CurrencySymbol.  Also used
1186         NumberFormatInfo.InvariantInfo.CurrencySymbol where appropriate. These
1187         tests all pass now with mscorlib.
1188
1189 2002-01-06  Nick Drochak  <ndrochak@gol.com>
1190
1191         * ResolveEventArgsTest.cs: New test.
1192         * AllTests.cs: Added new test to suite.
1193
1194 2001-12-27  Nick Drochak <ndrochak@gol.com>
1195
1196         * UInt32Test.cs: Added messages to Asserts()'s to find out which one was faliing.
1197
1198 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
1199
1200         * UInt32Test.cs: Added tests for UInt32.Parse.
1201
1202         * Int32Test.cs: Added tests for Int32.Parse for various cases.
1203
1204 2001-12-08  Nick Drochak  <ndrochak@gol.com>
1205
1206         * ByteTest.cs: Added messages to Assert()'s to find out which one was failing.
1207
1208 2001-11-28  Nick Drochak <ndrochak@gol.com>
1209
1210         * Int16Test.cs Int32Test.cs SByteTest.cs: Surgically removed tests that rely on culture of system.  These need to be crafted a bit differently.
1211
1212 2001-11-27  Nick Drochak  <ndrochak@gol.com>
1213
1214         * SByteTest.cs: Add messages to Assert()'s so we can tell where the tests fail.
1215
1216 2002-02-21  Bob Doan  <bdoan@sicompos.com>
1217
1218         * BooleanTest.cs: Added New test suite
1219         * AllTests.cs: Added new Boolean test to suite.
1220
1221 2002-02-24  Bob Doan  <bdoan@sicompos.com>
1222
1223         * BooleanTest.cs: Use correct argument order in AssertEquals
1224         * AllTests.cs: Added new Double test to suite.
1225         * DoubleTest.cs: Add new test suite
1226
1227 2002-02-24  Bob Doan  <bdoan@sicompos.com>
1228
1229         * DoubleTest.cs: Added parse tests to Double test suite, removed GetHashCodeTests