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