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