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