in System:
[mono-project.git] / mcs / class / corlib / Test / System / ChangeLog
blobdf3d2563d40990a5fd57cbfe935236a3e8ccee76
1 2009-11-24  Jb Evain  <jbevain@novell.com>
3         * ArrayTest.cs: test that we don't allow the use of the IList indexer
4         on a multi dimensional array.
6 2009-11-24  Jb Evain  <jbevain@novell.com>
8         * ArrayTest: test for the proper exception on Clear ().
10 2009-11-24  Jb Evain  <jbevain@novell.com>
12         * ArrayTest.cs: add test ensuring we do not allow open
13         generic types in CreateInstance.
15 2009-11-24  Jb Evain <jbevain@novell.com>
17         * ArrayTest.cs: Add test ensuring we do not allow void arrays.
19 2009-11-17  Atsushi Enomoto  <atsushi@ximian.com>
21         * DateTimeOffsetTest.cs : add test for bug #547675.
22           patch by Santa Marta.
24 2009-11-08  Juraj Skripsky  <js@hotfeet.ch>
26         * ArraySortArgChecks.cs: Added tests checking all possible exceptions
27         the Array.Sort method can throw. 
29 2009-10-27  Sebastien Pouliot  <sebastien@ximian.com>
31         * StringTest.cs: Add test case for methods that can return
32         empty strings.
34 2009-10-26  Sebastien Pouliot  <sebastien@ximian.com>
36         * TypeTest.cs: New. Add test cases for IsInstanceOfType
38 2009-10-22  Sebastien Pouliot  <sebastien@ximian.com>
40         * WeakReferenceTest.cs: New. Basic test cases
42 2009-10-06  Jonathan Chambers  <joncham@gmail.com>
44         * StringTest.cs (Contains): Add test for Contains using
45         an Ordinal compare. Bug #535425.
47 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
49         * TypeTest.cs: Add a test for missing.
51 2009-09-18  Atsushi Enomoto  <atsushi@ximian.com>
53         * StringTest.cs : add more normalization tests.
55 2009-08-26  Sebastien Pouliot  <sebastien@ximian.com>
57         * TimeSpanTest.cs: Add test case where seconds are not specified.
59 2009-07-31 Rodrigo Kumpera  <rkumpera@novell.com>
61         TypeTest.cs: Add test for Type::GetArrayRank.
63 2009-07-31 Rodrigo Kumpera  <rkumpera@novell.com>
65         TypeTest.cs: Add test for Type::DeclaringMethod.
66         In special for throwing when the type is not a
67         generic param and for DeclaringMethod returning
68         a method bound to the right type.
70 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
72         TypeTest.cs: Fix the test.
74 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
76         TypeTest.cs: Add test for one-dym multidimensional array
77         created with Type::MakeArrayType (1).
79 2009-07-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
81         * ArrayTest.cs: new LastIndexOf test for 0-length arrays.
83 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
85         * AttributeTest.cs: Add tests for user types passed to
86         Attribute.GetCustomAttribute[s].
87         
88 2009-07-12  Gert Driesen  <drieseng@users.sourceforge.net>
90         * TypeTest.cs: Enabled test that was failing due to regression.
92 2009-07-10  Zoltan Varga  <vargaz@gmail.com>
94         * TypeTest.cs: Add a test for #520690. Disable a test which fails on
95         MS.NET.
97 2009-06-30  Zoltan Varga  <vargaz@gmail.com>
99         * IntPtrTest.cs: Disable a test whose corresponding fix was reverted.
101         * *.cs: Convert all tests to new-style nunit classes/methods. Enable
102         some hidden tests.
104         * ObjectTest.cs RandomTest.cs SByteTest.cs SingleTest.cs 
105         TimeZoneTest.cs UInt16Test.cs UInt32Test.cs UInt64Test.cs 
106         UIntPtrTest.cs ValueTypeTest.cs: Convert all tests to new-style nunit 
107         classes/methods. Enable some hidden tests.
109 2009-06-26  Robert Jordan  <robertj@gmx.net>
111         * StringTest.cs: Convert all tests to new-style nunit 
112         classes/methods.
114         * ArrayTest.cs, ConvertTest.cs, DecimalTest.cs, TimeSpanTest.cs:
115         likewise.
117         * DecimalTest2.cs: likewise, 5 hidden tests enabled.
119 2009-06-26  Zoltan Varga  <vargaz@gmail.com>
121         * NumberFormatterTest.cs: Convert all tests to new-style nunit 
122         classes/methods.
124 2009-06-19  Atsushi Enomoto  <atsushi@ximian.com>
126         * StringTest.cs : Fix the previous test. It was expecting wrong
127           results. Added another NFC composition test.
129 2009-06-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
131         * DateTimeTest.cs: add test for parsing a negative timezone.
132         * DateTimeOffsetTest.cs: several tests for Parse.
134 2009-06-16  Zoltan Varga  <vargaz@gmail.com>
136         * StringTest.cs: Fix make check.
138 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
140         * StringTest.cs : added string normalization test.
142 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
144         * TypeTest.cs: test for bug #506757.
146 2009-05-22  Zoltan Varga  <vargaz@gmail.com>
148         * LazyTest.cs: New file.
150 2009-05-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
152         * TypeTest.cs: test for bug #503728
154 2009-05-01  Sebastien Pouliot  <sebastien@ximian.com>
156         * AppDomainManagerTest.cs: New. Unit test for CheckSecuritySettings
158 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
160         * AppDomainTest.cs: Add a test for #499013.
162 2009-04-10  Zoltan Varga  <vargaz@gmail.com>
164         * ArrayTest.cs: Add a test for ICollection:IsReadOnly on generic arrays.
166 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
168         * DelegateTest.cs: Mark a test as working.
170 2009-03-25  Jb Evain  <jbevain@novell.com>
172         * DelegateTest.cs: add new CreateDelegate test.
174 2009-03-25  Jb Evain  <jbevain@novell.com>
176         * DelegateTest.cs: add CreateDelegate tests for valuetype -> object
177         conversion for arguments and return types.
179 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
181         * StringTest.cs (LastIndexOfStringComparison): Add a test for #486234.
183 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
185         * TypeTest.cs: Add more tests for user types.
187 2009-03-15  Gert Driesen  <drieseng@users.sourceforge.net>
189         * ConvertTest.cs: Avoid false positive in ChangeType test. 
191 2009-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
193         * ConvertTest.cs: Merged and improved test for bug #481687.
194         * ConvertTest2.cs: Merged into ConvertTest.cs.
196 2009-02-27  Rodrigo Kumpera  <rkumpera@novell.com>
198         * EnumTest.cs: Tests for CompareTo.
200 2009-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
202         * TypeTest.cs: Add a test for #471255.
204 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
206         * TypeTest.cs: Add a test for #467229.
208 2009-01-06  Atsushi Enomoto  <atsushi@ximian.com>
210         * DateTimeTest.cs : added test for parsing no-millisecond time
211           with optional millisecond designator.
213 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
215         * TypeTest.cs: new test for Type.GetType.
217 2008-11-06  Bill Holmes  <billholmes54@gmail.com>
219         * TypeTest.cs: TypeGetMemberReturnTypeTest added to check that the
220           instantiated type of the returned MemberInfo array matches the
221           MemberTypes flag passed in.
223         Contributed under MIT/X11 license.
225 2008-10-07  Marek Habersack  <mhabersack@novell.com>
227         * MathTest.cs: added tests for rounding doubles with truncation in
228         the away from zero mode.
230 2008-09-25  Marek Habersack  <mhabersack@novell.com>
232         * DoubleTest.cs: added a test for TryParse invoked with various
233         strings, including strings with embedded whitespace.
235 2008-09-24  Jb Evain  <jbevain@novell.com>
237         * AppDomainSetupTest.cs: fix domain initializer test to actually
238         assert that the initializer delegate is called in the new domain.
239         Test for #429545.
241 2008-09-24  Jb Evain  <jbevain@novell.com>
243         * AppDomainTest.cs: add test for bug #429545.
245 2008-09-08  Zoltan Varga  <vargaz@gmail.com>
247         * TypeTest.cs EnumTest.cs: Fix warnings.
249 2008-09-04  Jb Evain  <jbevain@novell.com>
251         * TypeTest.cs: enable test as r112307 fixes it.
253 2008-09-04  Jb Evain  <jbevain@novell.com>
255         * TypeTest.cs: add test for IsInstanceOfType on arrays of nullables.
257 2008-08-22  Sebastien Pouliot  <sebastien@ximian.com>
259         * ObsoleteAttributeTest.cs: New. Old tests I forgot to commit when 
260         doing a gendarme rule.
262 2008-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
264         * ExceptonTest.cs: Added GetObjectData and deserialization ctor tests.
265         Added/improved tests for Source, HResult and StackTrace. Use Assert
266         instead of deriving from TestCase.
267         * ExceptionCas.cs: Sync with method name change in ExceptionTest.cs.
269 2008-08-09  Raja R Harinath  <harinath@hurrynot.org>
271         * DateTimeTest.cs (Bug377042): Allow compilation on the 1.1 profile.
273 2008-08-07  Atsushi Enomoto  <atsushi@ximian.com>
275         * DateTimeTest.cs : added test for bug #377042.
277 2008-08-04  Atsushi Enomoto  <atsushi@ximian.com>
279         * DateTimeTest.cs : removed NotWorking from ZLiteral as it seems gone
280           (unless it works only in Japan ...)
282 2008-07-22 Rodrigo Kumpera  <rkumpera@novell.com>
284         * EnumTest.cs: Tests for GetHashCode().
286 2008-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
288         * DateTimeOffsetTest.cs: Fix wrong test (DateTimeOffset has no public CompareTo (object))
290 2008-07-04 Rodrigo Kumpera  <rkumpera@novell.com>
292         * DelegateTest.cs (GetMethodFromGenericClass): Test for a
293         regression the fix for #377324 introduced.
295 2008-07-04  Marek Safar  <marek.safar@gmail.com>
297         * StringTest.cs: Removed NotWorking flags.
299 2008-06-19  Jb Evain  <jbevain@novell.com>
301         * AppDomainSetupTest.cs (AppDomainInitializerNonStaticMethod):
302         fix test to not be dependent of the compiler implementation
303         of anonymous delegates.
305 2008-06-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
307         * StringTest.cs: Move Split Tests to single location
308         * *.cs: Disable expected warnings
310 2008-06-02  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
312         * StringTest.cs: More tests for replace method, also uncomment now-working IndexOf-Tests
314 2008-06-02  Ivan N. Zlatev  <contact@i-nz.net>
316         * TypeTest.cs: Add tests to verify strict return type matching of 
317         property reflection.
319 2008-06-01  Juraj Skripsky  <js@hotfeet.ch>
321         * StringTest.cs (Substring2): Blocking bug #395904 has been fixed,
322         re-enable test. 
324 2008-06-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
326         * StringTest.cs: Comment out a test that currently fails by checking for
327         an obsolete parameter name in an exception (that doesn't even match the existing one)
329 2008-05-30  Marek Safar  <marek.safar@gmail.com>
331         * ArrayTest.cs: New IndexOf test.
333 ?2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
335         * DelegateTest.cs (CreateDelegate1_Method_Private_Instance): Added test
336         for bug #372406. It tries to create a delegate to a private instance
337         method of other type.
339 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
341         * NumberFormatterTest.cs: Add test for arithemtic overflow in
342           Double.ToString as exposed by Bug #383531.
344 2008-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
346         * StringTest.cs: Added/improved tests for ToLower and ToUpper.
348 2008-05-24  Gert Driesen  <drieseng@users.sourceforge.net>
350         * StringTest.cs: Comment out assert in SubString2 as corresponding
351         fix was reverted. 
353 2008-05-24  Gert Driesen  <drieseng@users.sourceforge.net>
355         * StringTest.cs: Improved ctor tests. Avoid use of ExpectedException.
356         Moved tests for argument checks to separate methods. Added tests for
357         EndsWith, IndexOf, IndexOfAny, Intern, IsInternet, Format, StartsWith,
358         SubString, ToCharArray, ToLower and Split. Use String.Empty instead of
359         "". Use more meaningful names for test methods. Marked failing tests
360         that were added by Andreas as NotWorking. 
362 2008-05-24  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
364         * StringTest.cs: Add (more) tests for (Last)IndexOf
366 2008-05-20  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
368         * StringTest.cs: Add more tests for SplitRemoveEmpty
370 2008-05-12  Gert Driesen  <drieseng@users.sourceforge.net>
372         * TypeTest.cs: Added GetType, GetTypeArray and GetTypeFromHandle tests
373         for argument checks.
375 2008-05-07  Robert Jordan  <robertj@gmx.net>
377         * Runtime*Handle.cs: Add serialization tests.
379 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
381         * ConvertTest.cs : added test for Convert.FromBase64String()
382           with excessive = characters (r102358).
384 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
386         * ArrayTest.cs: Add a test for #383876.
388 2008-04-16  Zoltan Varga  <vargaz@gmail.com>
390         * DateTimeOffsetTest.cs (ToStringWithFormatAndCulture): Avoid dependency on
391         invariant culture. Fixes #380345.
393 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
395         * StringTest.cs: Add a test for #374511.
397 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
399         * TypeTest.cs: Add a test for #346419.
401 ?2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
403         * TypeTest.cs (GetGenericArguments_ArgumentsHaveAttributes): Added test for bug #377596.
404         It verifies if it's possible to retrieve attributes from generic arguments.
406 ?2008-04-01  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
408         * StringTest.cs: New tests for string to check for several corner-cases
409           and parameter errors.
411 2008-04-01  Eyal Alaluf <eyala@mainsoft.com>
413         * NumberFormatterTest.cs: Test (-0.0).ToString.
415 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
417         * TypeTest.cs (PublicKeyToken): Add a test for #367670.
419 2008-03-02  Roei Erez  <roeie@mainsoft.com>
421         * DateTimeTest.cs : add test cases for  Bug3522210.
423 2008-02-26  Ivan N. Zlatev  <contact@i-nz.net>
425         * AttributeTest.cs: Remove NotWorking as we pass those tests now.
427 2008-02-25  Atsushi Enomoto  <atsushi@ximian.com>
429         * DateTimeTest.cs : enable Bug3522210() and add new test for the bug,
430           patch by James Purcell.
432 2008-02-12  Gert Driesen  <drieseng@users.sourceforge.net>
434         * DelegateTest.cs: Added more tests for CreateDelegate, dealing with
435         a non-matching return type, case, arguments and inherited methods.
437 2008-02-11  Gert Driesen  <drieseng@users.sourceforge.net>
439         * DelegateTest.cs: Added incomplete set of (notworking) tests for
440         bug #360784.
442 2008-02-11  Eyal Alaluf <eyala@mainsoft.com>
444         * NumberFormatterTest.cs: Test +-Infinity & NaN ToString ("R")
446 2008-02-02  Gert Driesen  <drieseng@users.sourceforge.net>
448         * CharCategoryTest.cs: Fixed line endings.
449         * CharTest.cs: Fixed line endings.
450         * MulticasrDelegate.cs: Fixed line endings.
451         * ExceptionTest.cs: Fixed line endings.
453 2008-02-02  Gert Driesen  <drieseng@users.sourceforge.net>
455         * TypeTest.cs (InvokeMember_WithoutDefaultValue): Fixed assert to
456         allow test to pass on MS too.
458 2008-01-24  Rodrigo Kumpera  <rkumpera@novell.com>
460         * TypeTest.cs (InvokeMember_WithoutDefaultValue): Added test for bug #348522.
461         It call InvokeMember passing as method argument Missing.Value and a binder that
462         returns a method that doesn't have a default value for it's parameter.
464 2008-01-21  Gert Driesen  <drieseng@users.sourceforge.net>
466         * AppDomainTest.cs: Added DefineDynamicAssembly tests for invalid
467         AssemblyBuilderAccess argument. Enabled test for DefineDynamicAssembly
468         overload taking IEnumerable<CustomAttributeBuilder>. Fixed typo in
469         comments.
471 2008-01-21  Sebastien Pouliot  <sebastien@ximian.com>
473         * DateTimeOffsetTest.cs: Add test case for Equals to validate 
474         Gendarme's finding.
476 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
478         * AppDomainTest.cs: Added test for DefineDynamicAssembly overload
479         taking IEnumerable<CustomAttributeBuilder>.
480         * EnvironmentCas.cs: Fixed line ending.
482 2008-01-15  Gert Driesen  <drieseng@users.sourceforge.net>
484         * TypeTest.cs: Added test for GetConstructor (Type []).
486 2008-01-15  Stephane Delcroix  <sdelcroix@novell.com>
488         * DateTimeOffsetTest.cs: tests for parsing f, F, s
490 2008-01-15  Stephane Delcroix  <sdelcroix@novell.com>
492         * DateTimeOffsetTest.cs: more tests, less bugs.
494 2008-01-14  Eyal Alaluf <eyala@mainsoft.com>
496         * DoubleTest.cs: Test +-Infinity & NaN default ToString (bug #353603)
498 2008-01-14  Stephane Delcroix  <sdelcroix@novell.com>
500         * DateTimeOffsetTest.cs: Tests for ParseExact (string, string, 
501         IFormatProvider)
503 2008-01-13  Gert Driesen  <drieseng@users.sourceforge.net>
505         * AppDomainTest.cs: Added ExecuteAssemblyByName and ExecuteAssembly
506         tests for assemblies without entrypoint.
508 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
510         * DecimalTest.cs, DoubleTest.cs: Add a few test cases as part of the
511           NumberFormatter redesign.
513 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
515         * AppDomainTest.cs: Add a test for #350530.
517 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
519         * DelegateTest.cs: Add CreateDelegate tests.
521 2008-01-09  Atsushi Enomoto  <atsushi@ximian.com>
523         * DateTimeTest.cs : mark KindPattern() as not working (wrt #352210).
525 2008-01-09  Sebastien Pouliot  <sebastien@ximian.com>
527         * DateTimeTest.cs: In X509Certificate test case remove the Tick 
528         assert (depends on timezone) and add a test for AdjustToUniversal
529         when using Z.
531 2008-01-09  Atsushi Enomoto  <atsushi@ximian.com>
533         * DateTimeTest.cs : the previous fix was reverted, so mark
534           corresponding test as NotWorking.
536 2008-01-09  Atsushi Enomoto  <atsushi@ximian.com>
538         * DateTimeTest.cs : added test for bug #352210. Renamed 
539           RoundtripKindPattern() to KindPattern(), as it is not really about
540           roundtrip. Test tick value for 'Z' pattern (X509 cert) as well.
542 2008-01-08  Marek Safar  <marek.safar@gmail.com>
544         * ArrayTest.cs: Test both LastIndexOf versions for
545         ArgumentOutOfRangeException.
547 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
549         * TypeTest.cs: Added GetProperty and GetProperties tests for bug
550         #349078.
552 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
554         * AppDomainTest.cs: Added tests for AssemblyName argument checks in
555         DefineDynamicAssembly overloads.
557 2007-12-18  Stephane Delcroix  <sdelcroix@novell.com>
559         * DateTimeOffsetTest.cs: forcing the tests to fix the build. en-us
560         locale was expected, but invariantculture is the default on the buildbot
562 2007-12-18  Stephane Delcroix  <sdelcroix@novell.com>
564         * DateTimeOffsetTest.cs: tests for ToString methods.
566 2007-12-16  Stephane Delcroix  <sdelcroix@novell.com>
568         * DateTimeOffsetTest.cs: additional tests.
570 2007-12-16  Stephane Delcroix  <sdelcroix@novell.com>
572         * DateTimeOffsetTest.cs: first batch of tests.
574 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
576         * AppDomainTest.cs: Add test for reflection only assembly resolve events.
578 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
580         * EnumTest.cs: No longer derive from deprecated TestCase. Improved
581         and added tests for argument checks. Added tests to ToObject. Code
582         formatting. Group enums.
584 2007-11-16  Rodrigo Kumpera  <rkumpera@novell.com>
586         * TypeTest.cs: Splited MakeGenericType_UserDefinedType is two tests.
587         MakeGenericType_NestedUserDefinedType is the NotWorking part of 
588         the fix for bug #331199.
590         * TypeTest.cs: Added a NotWorking version of TestMakeGenericType_UserDefinedType
591         that has the behavior of .net 2.0 SP1.
593 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
595         * TypeTest.cs: Add new test for GetProperties () and virtual new properties.
597 2007-11-15  Gert Driesen  <drieseng@users.sourceforge.net>
599         * Typetest.cs: Added and improve tests for InvokeMember. Enabled test
600         for bug #321735.
602 2007-11-14  Zoltan Varga  <vargaz@gmail.com>
604         * ArrayTest.cs: Add a test for Copy () and exceptions.
606 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
608         * DelegateTest.cs: Add tests for virtual target methods.
610 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
612         * DelegateTest.cs: Add tests for abstract target methods.
614 2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
616         * DoubleTest.cs : reverted the corresponding fix, so mark the
617           previous test as NotWorking.
618         * SingleTest.cs : added similar test for previous one.
620 2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
622         * DoubleTest.cs : added test for bug #320433.
624 2007-11-05  Gert Driesen  <drieseng@users.sourceforge.net>
626         * ArrayTest.cs: Improved tests for IEnumerable<T> implementation.
628 2007-11-05  Geoff Norton  <gnorton@novell.com>
630         * DoubleTest.cs: Add another Parse test handling whitespace (#321704).
632 2007-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
634         * TypeTest.cs: Broke compilation for 1.0 builds.
636 2007-11-05  Sebastien Pouliot  <sebastien@ximian.com>
638         * ArrayTest.cs: Add test cases for Enumerator<T>.Reset (#322248).
640 2007-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
642         * TypeTest.cs: Added tests for bug #331199.
644 2007-11-05  Sebastien Pouliot  <sebastien@ximian.com>
646         * StringTest.cs: Re-enabled TestSbytePtrConstructorOverflow[2,4] 
647         since they both works with SVN HEAD.
649 2007-11-05  Stephane Delcroix  <sdelcroix@novell.com>
651         * TimeZoneTest.cs: test for bug #323911
653 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
655         * DateTimeTest.cs : test for bug #330085.
657 2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
659         * ArgumentExceptionTest.cs: Added trivial ctor tests.
661 2007-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
663         * EnvironmentTest.cs: Enabled test for bug ##333740.
665 2007-11-01  Atsushi Enomoto  <atsushi@ximian.com>
667         * DateTimeTest.cs : fixed test for bug #338064 - milliseconds are not
668           fully stored and caused mismatch. Format string was wrong.
669           Added test for local time parsing. 'K' should not cause missing
670           data (it could be empty).
672 2007-11-01  Atsushi Enomoto  <atsushi@ximian.com>
674         * DateTimeTest.cs : fixed bug #338064.
676 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
678         * TypeTest.cs (InvokeMember_VarArgs): Enable this test.
680 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
682         * TypeTest.cs: Add test for #336936.
684 2007-10-25  Gert Driesen  <drieseng@users.sourceforge.net>
686         * TypeTest.cs: Added test for bug #336841. Code formatting.
688 2007-10-24  Atsushi Enomoto  <atsushi@ximian.com>
690         * TypeTest.cs : tests for ReflectionOnlyGetType().
692 2007-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
694         * EnvironmentTest.cs: Added test for bug #333740. Made names of some
695         existing tests more clear. Code formatting.
697 2007-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
699         * DateTimeTest.cs: Added test for bug #322510.
701 2007-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
703         * DelegateTest.cs: Enabled test for bug #333647.
705 2007-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
707         * DelegateTest.cs: Added test for bug #333647. Added trivial tests
708         that verify null argument checks in CreateDelegate.
710 2007-10-05  Alp Toker  <alp@atoker.com>
712         * TypeTest.cs: Re-enable the regression test for #315863.
714 2007-09-29  Raja R Harinath  <harinath@gmail.com>
716         * ObjectTest.cs (TestToStringOnGenericInstances):
717         Fix expected string.
719 2007-09-28  Jb Evain  <jbevain@novell.com>
721         * ObjectTest.cs: add test for bug #329419
723 2007-09-28  William Holmes  <billholmes54@gmail.com>
725         * DateTimeTest.cs: Adding test for bug #324845
727 2007-09-13  Atsushi Enomoto  <atsushi@ximian.com>
729         * DecimalTest.cs : added test for midpoint rounding.
731 2007-09-13  Atsushi Enomoto  <atsushi@ximian.com>
733         * ActivatorTest.cs : new tests for cross-domain
734           CreateInstance().
736 2007-08-24  Jb Evain  <jbevain@novell.com>
738         * TypeTest.cs: Add tests for AssemblyQualifiedName for
739         byref types.
741 2007-08-23  Eyal Alaluf <eyala@mainsoft.com>
743         * DateTimeTest.cs: Added more tests for DateTime.Parse.
745 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
747         * AttributeTest.cs: Added test for IsDefined, GetCustomAttribute
748         and GetCustomAttributes. Added tests for bug #81797. Remove use of
749         deprecated Assertion class, code formatting.
751 2007-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
753         * TypeTest.cs: Improved test for GetCustomAttributes, and avoid
754         dependency on order of attributes. Split IsDefined test and improved
755         part for bug #82431.
757 2007-08-15  Eyal Alaluf  <eyalal@mainsoft.com>
759         * EnumTest.cs, DecimalTest2.cs, DecimalTest.cs, ConvertTest.cs,
760           StringComparerTest.cs, DelegateTest.cs:
761           Adapt tests to TARGET_JVM.
763 2007-08-15  Gert Driesen  <drieseng@users.sourceforge.net>
765         * TypeTest.cs: Added IsDefined tests for bug #82431. Added tests for
766         GetCustomAttributes.
768 2007-08-13  Gert Driesen  <drieseng@users.sourceforge.net>
770         * ArgumentExceptionTest.cs: Added test for ctor (string, string).
772 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
774         * ArrayTest.cs: Add new test for bug #82345.
776 2007-08-08  Atsushi Enomoto  <atsushi@ximian.com>
778         * IntPtrTest.cs : added test for ToString(string).
780 2007-08-07  Gert Driesen  <drieseng@users.sourceforge.net>
782         * TypeTest.cs: Uncomment test for bug #82211.
784 2007-08-04  William Holmes  <billholmes54@gmail.com>
786         * AppDomainTest.cs: Adding username to tempDir to avoid file access 
787          permissions.
789 2007-08-04  William Holmes  <billholmes54@gmail.com>
791         * TypeTest.cs: Removing generic method for net_1_1 profile.
793 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
795         * TypeTest.cs: Add test for IsAssignableFrom and generic parameters.
797 2007-07-31  Gert Driesen  <drieseng@users.sourceforge.net>
799         * TypeTest.cs: Added test for bug #82211.
801 2007-07-21  Gert Driesen  <drieseng@users.sourceforge.net>
803         * BitConverterTest.cs: Remove use of deprecated Assertion class. 
804         Improved existing tests to verify throws exception. Create separate
805         tests for null argument checking. Added tests for empty byte array.
807 2007-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
809         * RuntimeMethodHandleTest.cs: Added operator and Equals tests.
811 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
813         * AppDomainSetupTest.cs : added test for AppDomainInitializer.
815 2007-07-07  Alan McGovern  <amcgovern@novell.com>
817         * GuidTest.cs: Added test to make sure whitespace is trimmed correctly
818         for bug 81958
820 2007-07-07  Gert Driesen  <drieseng@users.sourceforge.net>
822         * DateTimeTest.cs: Added test for bug #81778. Enabled test for bug
823         #47720. Added tests for ParseExact argument checks. No longer derive
824         from deprecated Assertion class. Code formatting.
826 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
828         * DoubleTest.cs : Added test Parse_TrailingGarbage, for strings with garbage at the end
830 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
832         * DoubleTest.cs (Parse): Added test for whitespace only
834 2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
836         * TypeTest.cs: Added tests for IsAbstract, IsCOMObject, IsImport,
837         IsInterface, IsPrimitive and IsValueType.
839 2007-07-04  Gert Driesen  <drieseng@users.sourceforge.net>
841         * MathTest.cs: No longer use Assertion as base class, and changed
842         asserts accordingly. Numbered tests. Added test for bug #82001.
843         Code formatting. 
845 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
847         * ArrayTest.cs: Added test for bug #81941.
848         * ByteTest.cs: Restore original CurrentCulture in teardown.
849         * DecimalFormatterTest.cs: Restore original CurrentCulture in teardown.
850         Code formatting.
851         * DecimalTest.cs: Code formatting.
852         * DoubleFormatterTest.cs: Test relies on specific culture, so set it 
853         up here. This worked before since the CurrentCulture was set in another
854         TestFixture, and the original one was not restored.
855         * FloatingPointFormatterTest.cs: Same.
856         * NumberFormatterTest.cs: Same. Removed stray tabs and fixes code
857         formatting.
858         * SingleFormatterTest.cs: Restore original culture on teardown. Code
859         formatting.
860         * SingleTest.cs: Same.
861         * StringComparerTest.cs: Restore original culture on teardown.
863 2007-06-06  Atsushi Enomoto  <atsushi@ximian.com>
865         * ConvertTest.cs : another bogus DateTime test.
867 2007-06-05  David Ferguson <davecferguson@gmail.com>
869         * DateTimeTest.cs : Add test for DateTime.Parse() exceptions.
870         
871 2007-05-20  Gert Driesen  <drieseng@users.sourceforge.net>
873         * DoubleTest.cs: Use Assert instead of deprecated Assertion. Code
874         style fixes. Added test for bug #81630. Fixed culture-sensitive
875         tests.
877 2007-05-17  Atsushi Enomoto  <atsushi@ximian.com>
879         * DateTimeTest.cs : test for 'o' and 'K'.
881 2007-05-09  Marek Habersack  <mhabersack@novell.com>
883         * DateTimeTest.cs: added tests for the "HH':'mm tt MM/dd/yyyy"
884         parse format.
886 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
888         * TypeTest.cs: Added test for Equals with null argument.
890 2007-04-25  Atsushi Enomoto  <atsushi@ximian.com>
892         * DateTimeTest.cs : test for 'F' rmoving preceding '.'
894 2007-04-25  Atsushi Enomoto  <atsushi@ximian.com>
896         * DateTimeTest.cs : test for new-2.0 'F' pattern letter.
898 2007-04-19  Gert Driesen  <drieseng@users.sourceforge.net>
900         * ArrayTest.cs: Added test for Resize. Spaces to tabs.
902 2007-03-13  Alp Toker  <alp@atoker.com>
904         * TypeTest.cs: Add a regression test for #63841.
906 2007-03-08  Gert Driesen  <drieseng@users.sourceforge.net>
908         * StringComparerTest.cs: Added tests for bug #80928. Added binary
909         serialization compatibility tests.
911 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
913         * TypeTest.cs: Add a regression test for #81037.
915 2007-03-06  Atsushi Enomoto  <atsushi@ximian.com>
917         * StringTest.cs : revert r73699 which does not make sense.
919 2007-02-25  Gert Driesen  <drieseng@users.sourceforge.net>
921         * AppDomainSetupTest.cs: Added tests for bug #80934.
922         * AppDomainTest.cs: Added tests for bug #80934.
924 2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
926         * DateTimeTest.cs : test for copying Kind property.
928 2007-01-14  Jensen Somers <jensen.somers@gmail.com>
930     * ArraySegmentTest.cs: Add a test case for the ArraySegment.Equals
931     functionality.
933 2006-12-30  Alp Toker  <alp@atoker.com>
935         * MathTest.cs: Add test case for new (2.0) Decimal.Ceiling.
936         Based on feedback on #80384.
938 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com> 
940         * DateTimeTest.cs: Add test cases for new (2.0) [To|From]Binary
941         * VersionTest.cs: Add test cases for new (2.0) Major|MinorRevision
942         properties and for other untested (uncovered) stuff.
944 2006-12-22  Robert Jordan <robertj@gmx.net>
946         * ArrayTest.cs: Add tests for bug #80299.
948 2006-12-16  Raja R Harinath  <rharinath@novell.com>
950         * TypeTest.cs (TestNestedTypes): New test inspired by #80242.
952 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
954         * DateTimeTest.cs: Added test for bug #80094. Remoted trailing tabs.
956 2006-11-26  Miguel de Icaza  <miguel@novell.com>
958         * DecimalTest.cs: Add new tests for TryParse.
960 2006-11-13  Atsushi Enomoto  <atsushi@ximian.com>
962         * StringTest.cs : added test for IndexOf(string,StringComparison).
964 2006-11-07  Dick Porter  <dick@ximian.com>
966         * DateTimeTest.cs: TestToString(): Must specify '+0' for GMT.
968         * TimeZoneTest.cs: Daylight saving ends at 2am in GMT.  (This test
969         fails on MS, they return "01/01/0001 00:00:00")
971 2006-10-22  Zoltan Varga  <vargaz@gmail.com>
973         * AppDomainTest.cs: Disable the not yet working #79720 test.
975 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
977         * AppDomainTest.cs: Modified test for bug #79720 to also check the
978         number of loaded assemblies. Added additional test for bug #79720 to
979         ensure no regressions are introduced. Enabled test for bug #79715.
981 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
983         * AppDomainTest.cs: Added tests for bug #79715, #79522, #79720.
984         All marked NotWorking until patches have been approved.
986 2006-10-19  Gert Driesen  <drieseng@users.sourceforge.net>
988         * VersionTest.cs: Reworked tests for NUnit 2.2.x.
990 2006-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
992         * BadImageFormatExceptionTest.cs: Added ctors tests.
994 2006-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
996         * EnumTest.cs: Improved TestFormat_Args tests to check whether correct
997         exception is thrown.
999 2006-09-05  Raja R Harinath  <rharinath@novell.com>
1001         * DateTimeTest.cs (Kind): Add test for DateTime.Today.
1003 2006-09-01  Raja R Harinath  <rharinath@novell.com>
1005         * TypeTest.cs (GenericByRef): New.  Inspired by #79238.
1007         Re-enable TypeTest.
1008         * TypeTest.cs (TypeTest): Remove explicit constructor that
1009         disabled the default empty constructor.
1010         (Name): Use Assert.AreEqual.
1011         (ByrefTypes): Use a nested type rather than TypeTest.
1012         (InvokeMemberMatchPrimitiveTypeWithInterface): Likewise.
1013         (Bug79023): Disable.
1015 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
1017         * TypeTest.cs: Add a test for #79110.
1019 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
1021         * DateTimeTest.cs: Split the X509Certificate test in two - so the 'Z'
1022         literal case can be marked as NotWorking under 2.0 (anyway this doesn't
1023         affect X.509 certificate parsing).
1024         * StringTest.cs: Add a missing test case and split some existing (to 
1025         use nunit2  syntax).
1026         * TypeTest.cs: Fix the unit test build (for 2.0) so that monobuild can
1027         run them (both profiles).
1029 2006-08-19  Miguel de Icaza  <miguel@novell.com>
1031         * StringTest.cs: Add test.
1033 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
1035         * DateTimeTest.cs: Added checks for DateTimeKind (2.0) for the special
1036         case of handling X.509 certificate dates. Added more checks (Kind) for
1037         the failing test case.
1039 2006-08-14  Raja R Harinath  <rharinath@novell.com>
1041         * ActivatorTest.cs (GenericType_Open1): New test based on #78943.
1042         (GenericType_Open2, GenericTypes_Closed): Likewise.
1044 2006-08-05  Duncan Mak  <duncan@novell.com>
1046         * CharTest.cs (TestTryParseValid, TestTryParseInvalid): Added
1047         tests for 2.0 method Char.TryParse.
1049 2006-07-24  Atsushi Enomoto  <atsushi@ximian.com>
1051         * CharTest.cs : added tests for utf32 conversion methods.
1053 2006-07-19  Kornel Pal  <kornelpal@gmail.com>
1055         * StringTest.cs: Added some more TestSbytePtrConstructorNegative tests
1056           and TestSbytePtrConstructorOverflow tests.
1058 2006-07-18  Kornel Pal  <kornelpal@gmail.com>
1060         * StringTest.cs: Added several tests for constructors that take sbyte*
1061           as an argument. This covers bug #78703 as well. Renamed
1062           TestUnsafeConstructors to TestCharPtrConstructors and removed sbyte*
1063           tests from that test.
1065 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
1067         * DoubleTest.cs: Add a test for inner whitespace and Parse ().
1069 2006-07-10  Atsushi Enomoto  <atsushi@ximian.com>
1071         * DateTimeTest.cs : (Kind) make it work consistently.
1073 2006-07-07  Atsushi Enomoto  <atsushi@ximian.com>
1075         * DateTimeTest.cs : test for DateTimeKind handling in ToLocalTime()
1076           and ToUniversalTime() (bug #78784).
1078 2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
1080         * DoubleTest.cs : added test for bug #78546.
1082 2006-06-20  Jb Evain  <jbevain@gmail.com>
1084         * MathTest.cs: add tests for Math.Truncate.
1086 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
1088         * ArrayTest.cs : test for bug #77277 by Kazuki Oikawa.
1090 2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
1092         * DoubleTest.cs : added tset for bug #77721.
1094 2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
1096         * TypeTest.cs : added test for bug #77367.
1098 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
1100         * EnvironmentTest.cs: Add tests for SetEnvironmentVariable.
1102 2006-03-27  Atsushi Enomoto  <atsushi@ximian.com>
1104         * TimeSpanTest.cs : updated tests to not fail under run-test-ondotnet
1105           on 2.0 profile. Thus marked them as NotWorking (since they are
1106           regarded as working).
1108 2006-03-16  Atsushi Enomoto  <atsushi@ximian.com>
1110         * DoubleTest.cs : added ParseEmptyString().
1112 2006-03-12  Zoltan Varga  <vargaz@gmail.com>
1114         * TypeTest.cs: Add test for #74947.
1116 2006-02-18  Raja R Harinath  <harinath@gmail.com>
1118         * TypeTest.cs (ByrefType): New.
1120 2006-02-17  Raja R Harinath  <rharinath@novell.com>
1122         * TypeTest.cs: Rename one of the instances of Foo<T> to ComFoo<T>.
1124 2006-02-14  Ankit Jain  <jankit@novell.com>
1126         * ArraySegmentTest.cs: Fix a misplaced #endif.
1128 2006-02-14  Ankit Jain  <jankit@novell.com>
1129             Raja R Harinath  <rharinath@novell.com>
1131         * ArraySegmentTest.cs: New.
1133 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
1135         * TypeTest.cs: Add test for getting custom attributes of generic
1136         instances.
1138 2006-01-31  Atsushi Enomoto  <atsushi@ximian.com>
1140         * StringTest.cs : Added test for bug #77412.
1142 2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
1144         * StringTest.cs : numbered some assertions.
1146 2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
1148         * ModuleHandleTest.cs : GetPEKind() is not public in 2.0 RTM.
1150 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
1152         * ActivatorTest.cs: Add Nullable tests.
1154 2006-01-02  Sebastien Pouliot  <sebastien@ximian.com>
1156         * ActivatorTest.cs: Added new test cases for bug #71300 and for some
1157         specific types that cannot be created using Activator.
1158         * TypeTest.cs: Added new test cases for bug #71300.
1160 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
1162         * TypeTest.cs: Add Nullable tests.
1164 2005-12-26  Zoltan Varga  <vargaz@gmail.com>
1166         * TimeZoneTest.cs: Fix CET tests.
1168 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com> 
1170         * TimeZoneTest.cs: Added test cases for serialization interop.
1172 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
1174         * DecimalTest.cs: Re-enabled Single rounding tests (which had nothing
1175         to do with bug #60227). The problems were in the string output of the
1176         float - which was then used to parse the decimal.
1178 2005-12-22  Raja R Harinath  <rharinath@novell.com>
1180         * ConsoleTest.cs: Modernize to use attributes and Assert class.
1182 2005-12-20  Sebastien Pouliot  <sebastien@ximian.com>
1184         * DecimalTest.cs: Fixed test cases to run (without failures) on 2.0.
1185         Re-activated TestDiv by excluding only the failures from Mono (so it
1186         doesn't get worse), in fact we only have 1 (very small) difference
1187         with MS 2.0.
1188         * DecimalTest2.cs: Fixed test cases to run (without failures) on 2.0.
1190 2005-12-20  Raja R Harinath  <rharinath@novell.com>
1192         * TypeTest.cs (FullNameGenerics): Add tests for AssemblyQualifiedName.
1193         (IsAssignable): New.  Test Type.IsAssignableFrom for generic types.
1195 2005-12-19  Sebastien Pouliot  <sebastien@ximian.com>
1197         * ArrayTest.cs: Added test cases for a binary search with an empty
1198         list (bug #77030). Fixed other test cases so they execute without 
1199         failures under MS 2.0. Removed test cases for API changes in 2.0 
1200         final.
1202 2005-12-18  Raja R Harinath  <harinath@gmail.com>
1204         * TypeTest.cs (FullNameGenerics): Identify individual assertions.
1206 2005-12-15  Sebastien Pouliot  <sebastien@ximian.com>
1208         * DoubleTest.cs: Added test cases for parsing hexadecimal strings.
1209         * SingleTest.cs: Added test cases for parsing hexadecimal strings.
1211 2005-12-14  Sebastien Pouliot  <sebastien@ximian.com>
1213         * BadImageFormatExceptionCas.cs: MS fixed this in 2.0 final (#71861).
1215 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
1217         * ArrayTest.cs: Add regression test for #76973.
1219 2005-12-13  Atsushi Enomoto  <atsushi@ximian.com>
1221         * DoubleTest.cs : added test for bug #75228.
1223 2005-12-09  Raja R Harinath  <rharinath@novell.com>
1225         * TypeTest.cs (TypeParameterIsNotGeneric): New.  Test invariants
1226         listed in MSDN docs.
1228 2005-12-08  Sebastien Pouliot  <sebastien@ximian.com>
1230         * AppDomainSetupTest.cs: Adapted tests to work on both Mono/MS and
1231         both 1.1/2.0. Most of the previously "NonWorking" test cases were
1232         really path issues (valid on Linux, invalid on Windows).
1234 2005-12-06  Sebastien Pouliot  <sebastien@ximian.com> 
1236         * ConvertTest.cs: Added test case for bug #76876 (new lines in b64).
1237         * NumberFormatterTest.cs: Moved back "NotWorking" tests into their 
1238         normal test case (Test13024). Added more tests for carry propagation.
1240 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com>
1242         * EnumTest.cs: Added test for "no bits set" on flags enum (bug #76921)
1244 2005-12-05  Sebastien Pouliot  <sebastien@ximian.com>
1246         * AppDomainSetupTest.cs: Fixed test cases to execute properly under
1247         MS 1.1 SP1 and 2.0 final.
1248         * DateTimeTest.cs: Split TestParse5 into several test cases to find 
1249         the one failing under MS 1.1 SP1. Also fixed tests for MS 2.0 final.
1251 2005-11-19  Zoltan Varga  <vargaz@gmail.com>
1253         * ArrayTest.cs: Reenable some previously not-working 2.0 tests.
1255 2005-11-11  Raja R Harinath  <rharinath@novell.com>
1257         * ArrayTest.cs (Resize_null): New.  Test Resize<T> with a null argument.
1259 2005-11-09  Atsushi Enomoto  <atsushi@ximian.com>
1261         * Int64Test.cs : ditto for long. Numbered tests.
1263 2005-11-09  Atsushi Enomoto  <atsushi@ximian.com>
1265         * Int32Test.cs : Added tests for parsing "2147483648" (should be error)
1267 2005-10-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1269         * StringTest.cs: new test for LastIndexOfAny.
1271 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
1273         * TypeTest.cs: Add tests for #75515.
1275 2005-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
1277         * TypeTest.cs: Added GetTypeCode test.
1279 2005-10-14  Atsushi Enomoto  <atsushi@ximian.com>
1281         * DateTimeTest.cs : another crappy Windows dependent format.
1283 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
1285         * DelegateTest.cs: New file.
1287 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
1289         * StringTest.cs: Add test for #76204.
1291 2005-09-20  Gert Driesen  <drieseng@users.sourceforge.net>
1293         * TypeTest.cs: test for #76150.
1295 2005-09-14  Atsushi Enomoto  <atsushi@ximian.com>
1297         * DateTimeTest.cs : test for #76082.
1299 2005-09-06  Atsushi Enomoto  <atsushi@ximian.com>
1301         * DateTimeTest.cs : test for #72132.
1303 2005-09-06  Atsushi Enomoto  <atsushi@ximian.com>
1305         * DateTimeTest.cs : test for #75995.
1307 2005-09-06  Atsushi Enomoto  <atsushi@ximian.com>
1309         * DateTimeTest.cs : test for #75213.
1311 2005-09-01  Atsushi Enomoto  <atsushi@ximian.com>
1313         * DateTimeTest.cs : another COM dependent idiotic parse.
1315 2005-08-19  Gert Driesen <drieseng@users.sourceforge.net>
1317         * ConvertTest.cs: FromBase64String always return zero-length byte 
1318         array for a zero-length string. On 2.0 profile, FromBase64String also
1319         returns a zero-length byte array for a whitespace-only string.
1320         Added tests for empty and whitespace-only byte array.
1322 2005-08-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1324         * ConvertTest.cs: added test for bug #75840.
1326 2005-08-18  Gert Driesen  <drieseng@users.sourceforge.net>
1328         * ConvertTest.cs: Added mix/max base 16 convert from string tests for
1329         byte/short/int.
1331 2005-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
1333         * ConvertTest.cs: Added tests for hex prefixed value, bad hex prefixes,
1334         negative hex values, invalid chars for base 10 and 16 values, empty
1335         base values, values containing only hex prefix, values containing only
1336         negative sign.
1338 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
1340         * DateTimeTest.cs : added ParseCOMDependent().
1342 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
1344         * DateTimeTest.cs : added EmptyFormatPattern() failure case.
1345         * StringTest.cs : number asserts.
1347 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
1349         * DateTimeTest.cs : added test for M/d/yyyy. Uncommented B14 in
1350           TestToString() (working). Commented some part of TestParseExact3()
1351           (timezone dependent). Commented one case in TestParse5() (fails
1352           under MS.NET).
1354 2005-08-09  Zoltan Varga  <vargaz@freemail.hu>
1356         * StringTest.cs: Add tests for Split(String[]).
1358 2005-07-25  Raja R Harinath  <rharinath@novell.com>
1360         * EnumTest.cs (TestParse2): Enable testcases.
1362 2005-07-09  Zoltan Varga  <vargaz@freemail.hu>
1364         * AttributeTest.cs: Add test for bug #75514.
1366 2005-07-07  Gert Driesen  <drieseng@users.sourceforge.net>
1368         * TypeTest.cs: Added test for bug #75408. Modified tests to use
1369         Assert instead of inheriting from deprecated Assertion class.
1371 2005-07-04  Ben Maurer  <bmaurer@ximian.com>
1373         * StringTest.cs: Add a test for 63981, which seems to be fixed
1375 2005-06-30  Sebastien Pouliot  <sebastien@ximian.com> 
1377         * GuidTest.cs: Updated tests to NUnit 2.2 format. Added tests for new
1378         2.0 methods. Added missing tests for some constructors. Fixed 2 tests
1379         to work on bigendian machines.
1381 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1383         * ConvertTest.cs: added test from Lluis.
1385 2005-06-27  Atsushi Enomoto  <atsushi@ximian.com>
1387         * StringTest.cs : added new Trim() tests for bug #75259.
1389 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com> 
1391         * CharCategoryTest.cs: Added new whitespace (to fix failure on Mono, 
1392         there are other failures when executed under 2.0 beta 2).
1393         * CharTest.cs: Added test to check for all whitespaces.
1395 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1397         * ConvertTest.cs: added new tests for FromBase64String.
1399 2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
1401         * ModuleHandleTest.cs: Renamed PortableExecutableKind to *Kinds to fix
1402         compilation.
1404 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1406         * ActivatorTest.cs: removed CreateCom* tests, as we don't support that
1407         and will never do.
1409         * AppDomainSetupTest.cs: fixed a 'NotWorking' test and added a comment
1410         to the other.
1412 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1414         * TypeTest.cs: new test for null in Type [] for GetConstructor().
1416 2005-05-30  Sebastien Pouliot  <sebastien@ximian.com>
1418         * ActivatorTest.cs: Updated current tests (which weren't executed 
1419         since ...) and added more to test exceptions and unification.
1421 2005-05-27  Raja R Harinath  <rharinath@novell.com>
1423         * DateTimeTest.cs (TestParseExact2): Remove.  Merge into ...
1424         (TestParseExact3): ... here.  Fix to convert the parsed DateTime
1425         to UTC before comparing values.
1427 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1429         * DateTimeTest.cs : TestParse3() is still NotWorking on others' :(
1431 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1433         * DateTimeTest.cs : added testcase for #72788. Test that assures we
1434           reject 2 digit years for "yyyy".
1436 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1438         * DateTimeTest.cs : removed some NotWorking (they are working).
1439           Added testcase for #63137.
1441 2005-05-24  Atsushi Enomoto  <atsushi@ximian.com>
1443         * DateTimeTest.cs : testcase for #60912.
1445 2005-05-24  Atsushi Enomoto  <atsushi@ximian.com>
1447         * DateTimeTest.cs : testcase for #71289.
1449 2005-05-21  Ben Maurer  <bmaurer@ximian.com>
1451         * StringTest.cs: Add a test for bug #62160
1453 2004-10-03  Gert Driesen  <drieseng@users.sourceforge.net>
1455         * StringTest.cs: Added test for issue with replacing of null chars
1456         (bug #67395).
1458 2005-05-19  Ben Maurer  <bmaurer@ximian.com>
1460         * MulticastDelegate.cs: Test for equals where !(obj is Delegate)
1462 2005-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1464         * DateTimeTest.cs : Added bug #74775 case to TestParseExact().
1466 2005-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1468         * DateTimeTest.cs : added Parse() test for bug #74936.
1470 2005-05-13  Gert Driesen <drieseng@users.sourceforge.net>
1471         
1472         * ActivatorTest.cs: Tests for exceptions thrown by CreateInstance
1473         overloads if type is abstract.
1475 2005-05-08  Gert Driesen <drieseng@users.sourceforge.net>
1477         * DoubleFormatterTest.cs: re-enabled test as bug #60110 is fixed.
1479 2005-05-07  Atsushi Enomoto  <atsushi@ximian.com>
1481         * DoubleTest.cs : added test for #72955.
1483 2005-05-07  Ben Maurer  <bmaurer@ximian.com>
1485         * ArrayTest.cs: Test for #70725.
1487 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
1489         * MathTest.cs: Add new rounding test.
1491 2005-04-16  Ben Maurer  <bmaurer@ximian.com>
1493         * DateTimeTest.cs: Remove tests that fail durring DST.
1495 2005-04-05  Sebastien Pouliot  <sebastien@ximian.com>
1497         * AppDomainCas.cs: New. Permission (CAS) unit tests for AppDomain.
1499 2005-03-31  Sebastien Pouliot  <sebastien@ximian.com>
1501         * ExceptionTest.cs: Added check for ArgumentNullException on 
1502         GetObjectData method.
1504 2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
1506         * TypeTest.cs: Add new tests for bug #73972.
1508 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
1510         * StringTest.cs: Added tests for new methods.
1512         * ModuleHandleTest.cs: Fix warning.
1514 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
1516         * ActivatorCas.cs: New. CAS unit tests for Activator.
1517         * ConsoleCas.cs: New. CAS unit tests for Console.
1518         * EnvironmentCas.cs: Added partial trust test cases.
1519         * ExceptionCas.cs: Added partial trust test cases.
1520         * MarshalByRefObjectCas.cs: New. CAS unit tests for MarshalByRefObject.
1521         * RuntimeMethodHandleCas.cs: New. CAS unit tests RuntimeMethodHandle.
1522         * TypedReferenceCas.cs: New. CAS unit tests for TypedReference.
1524 2005-03-15  Sebastien Pouliot  <sebastien@ximian.com> 
1526         * BadImageFormatExceptionCas.cs: New. Permission tests for 
1527         BadImageFormatException.
1529 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com> 
1531         * EnvironmentCas.cs: Fixed failures under MS for NET_1_1.
1532         * ExceptionCas.cs: Fixed failures under MS for NET_1_1.
1534 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
1536         * TypeTest.cs: Add tests for bug #73432.
1538 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
1540         * StringTest.cs: Add some unsafe ctor tests.
1542 2005-02-19  Ben Maurer  <bmaurer@ximian.com>
1544         * RandomTest.cs (NextDouble): Disable. See comment.
1546 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
1548         * TypeTest.cs: Add tests for byref types.
1550 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
1552         * *: Fix up tests on 2.0 by explicitly boxing.
1554 2005-02-11  Nick Drochak  <ndrochak@ieee.org>
1556         * NumberFormatterTest.cs:
1557         * DecimalTest.cs: 
1558         * DecimalTest2.cs: Put NotWorking on some tests.
1560 2005-02-01  Atsushi Enomoto  <atsushi@ximian.com>
1562         * NumberFormatterTest.cs : override SetUp().
1564 2005-01-31  Nick Drochak  <ndrochak@ieee.org>
1566         * StringTest.cs: Some NotWorking tests fail on .NET too.  Fix the tests
1567         and then try on mono.
1569 2005-01-30  Nick Drochak  <ndrochak@ieee.org>
1571         * StringTest.cs: Surgically remove some failing tests.
1573 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
1575         * EnvironmentTest.cs: Reenable command line args test.
1577 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com>  
1579         * EnvironmentTest.cs: Added a new unit for GetCommandLineArgs to track
1580         bug #71938.
1582 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com> 
1584         * EnvironmentCas.cs: New. Permission tests for Environment.
1585         * ExceptionCas.cs: New. Permission tests for Exception.
1587 2005-01-27  Nick Drochak  <ndrochak@ieee.org>
1589         * UInt64Test.cs: Identify tests better
1591 2005-01-24  Sebastien Pouliot  <sebastien@ximian.com> 
1593         * EnvironmentTest.cs: Updated to NUnit 2.2 syntax. Added some tests
1594         (mostly for NET_2_0).
1596 2005-01-19  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
1597         * TypeTest.cs: Added tests for the Type.FilterNameIgnoreCase and 
1598         Type.FilterName delegates (more precisely the implementations behind)
1599         
1600 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
1602         * ArrayTest.cs: Add AsReadOnly tests.
1604 2005-01-11  Sebastien Pouliot  <sebastien@ximian.com>
1606         * AppDomainTest.cs: Removed tests for Activate and ActivateNewProcess
1607         as the methods have been removed from fx 2.0.
1609 2005-01-10  Sebastien Pouliot  <sebastien@ximian.com> 
1611         * ApplicationIdentityTest.cs: Changed NullReferenceException for
1612         ArgumentNullException (fixed in Dec CTP) and added test for cultures
1613         in the application indentity.
1614         * TimeZoneTest.cs: Ignore (don't fail) test if the current time zone
1615         isn't part of the test suite.
1617 2005-01-10  Nick Drochak  <ndrochak@ieee.org>
1619         * ConvertTest.cs: Test for exception thrown by 1.1. This is different
1620         than the MSDN docs say.  Probably a doc bug.
1622 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
1624         * AppDomainTest.cs: Un-ignore tests that unloaded the appdomain (they
1625         previously displayed a lot of GC warnings). SetAppDomainPolicy_Dual is
1626         fixed (i.e. it throws the excepted exception) in 2.0 (Dec CTP).
1627         * BitConverterTest.cs: Exception thrown only for 1.0/1.1 - an empty 
1628         string is returned in 2.0.
1630 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
1632         * Int32Test.cs: Add a couple of new formatting tests.
1634         * ConvertTest.cs: Updated the kind of exception thrown.
1636         * BitConverterTest.cs: There is no exception thrown in .NET here.
1637         Fixes an false negative.
1639 2005-01-04  Raja R Harinath  <rharinath@novell.com>
1641         Fix for forthcoming type-lookup standard-conformance changes.
1642         * StringTest.cs: Don't refer to System.Text.Encoding.ASCII.
1643         Import the System.Text namespace and refer to Encoding.ASCII.
1645 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
1647         * TypeTest.cs: Add regression test for #69787.
1649 2004-11-16  Zoltan Varga  <vargaz@freemail.hu>
1651         * TypeTest.cs: Make property accessor test #if NET_2_0.
1653 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
1655         * TypeTest.cs: Add test typeof (IntPtr).IsPrimitive.
1656         
1657 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
1659         * BitConverter.cs: Added test for (legal) ToString (new byte [0]).
1661 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
1663         * TypeTest.cs: Add test for bug #69389.
1665 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
1667         * TypeTest.cs: Add test for bug #69365.
1669 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
1671         * AppDomainTest.cs: Reenable SetData/GetData (null) tests.
1673 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
1675         * StringTest.cs: Add new tests for (sbyte*, Encoding) ctor.
1677 2004-10-27  Ben Maurer  <bmaurer@ximian.com>
1679         * DateTimeTest.cs (TestToString): Remove test C28.
1680         The test does not work in banglore because they have an
1681         offset that has a half-hour part. 
1683 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
1685         * TypeTest.cs: Add tests for byref types.
1687 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
1689         * ConvertTest.cs: Add test for bug #67780.
1691 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
1693         * TypeTest.cs: Add tests for GetInterfaces ().
1695 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
1697         * TypeTest.cs: Add test for empty namespaces.
1699 2004-10-02  Zoltan Varga  <vargaz@freemail.hu>
1701         * Int32Test.cs: Add tests for TryParse ().
1703 2004-09-23  Martin Garton  <martin@wrasse.demon.co.uk>
1705         * ConvertTest.cs: Ensure ToType() fails with an ArgumentException in
1706         a case where is cannot convert.
1708 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
1710         * TypeTest.cs: Add test for StructLayoutAttribute.
1712 2004-09-22  Sebastien Pouliot  <sebastien@ximian.com>
1714         * RandomTest.cs: Commented test CompareWithMS following constants
1715         changes in Mono implementation (to use Knuth's constants).
1717 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
1719         * ModuleHandleTest.cs: New file.
1721 2004-08-31  Nick Drochak <ndrochak@ieee.org>
1723         * BooleanTest.cs: Eliminate compiler warning.
1724         * DateTimeTest.cs: Allow csc to compile.
1725         * TypeTest.cs: Use unsafe for pointers.
1727 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
1729         * TypeTest.cs: Add regression test for bug #63768.
1731 2004-08-19  Atsushi Enomoto  <atsushi@ximian.com>
1733         * DateTimeTest.cs : added bugzilla 63376 test case.
1735 2004-08-17  Sebastien Pouliot  <sebastien@ximian.com>
1737         * VersionTest.cs: Added tests when cloning a version with no build and
1738         no revision numbers (-1).
1740 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
1742         * ApplicationIdTest.cs: New. Unit tests for ApplicationId (NET_2_0).
1743         * ApplicationIdentityTest.cs: New. Unit tests for ApplicationIdentity
1744         (NET_2_0).
1745         * AppDomainTest.cs: Added new unit tests for AppDomain (both fx 1.1 
1746         and 2.0).
1748 2004-06-23  Sebastien Pouliot  <sebastien@ximian.com>
1750         * DoubleFormatterTest.cs: Added a new test for a negative roundtrip
1751         (which was broken).
1753 2004-06-19  Atsushi Enomoto  <atsushi@ximian.com>
1755         * FloatingPointFormatterTest.cs : Format literal (i.e. '...') in
1756           format string should be kept as is.
1758 2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>
1760         * DateTimeTest.cs : Improved CultureIndependentTests(). Error message
1761           contains specific locale and error location. Verified by run-test-
1762           ondotnet and commented out X509-like pattern.(not all culture passes)
1764 2004-06-16  Sebastien Pouliot  <sebastien@ximian.com>
1766         * DoubleFormatterTest.cs: Added new cases from bug reports 60110 
1767         (roundtrip format) and 60111 (non-banker rounding).
1769 2004-06-15  Sebastien Pouliot  <sebastien@ximian.com>
1771         * ConvertTest.cs: Changed compare between Decimals (from a string 
1772         compare to Decimal.Equals) because the issue wasn't related to the
1773         Convert class. See #60227 for more details.
1774         * DecimalTest.cs: Added test to ensure we keep/output the decimals
1775         precision (#59425). Added tests to see how many decimals are supported
1776         in "G" before switching to "E".
1778 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
1780         * TimeSpanTest.cs: Added more cases with MinValue and MaxValue for 
1781         each parameter of the constructor. Some tests are ignored because
1782         they are too long to run (but useful when debugging).
1784 2004-06-14  Atsushi Enomoto  <atsushi@ximian.com>
1786         * FloatingPointFormatterTest.cs : Added more permille and percent
1787           formatting test.
1789 2004-06-14  Atsushi Enomoto  <atsushi@ximian.com>
1791         * FloatingPointFormatterTest.cs : Added Permille formatting test.
1793 2004-06-13  Atsushi Enomoto  <atsushi@ximian.com>
1795         * FloatingPointFormatterTest.cs : Added regression for #59890.
1797 2004-06-11  Sebastien Pouliot  <sebastien@ximian.com>
1799         * TimeSpanTest.cs: Added valid cases to parse MinValue and MaxValue.
1800         Added invalid cases to parse under MinValue and over MaxValue.
1802 2004-06-10  Sebastien Pouliot  <sebastien@ximian.com>
1804         * DecimalTest.cs: Added rounding tests for negative values. Added more
1805         checks to ParseFractions. Removed test TooSmall because it was a bad
1806         interaction between a buggy corlib (buggy decimal) and the tests (i.e.
1807         the value was legal).
1809 2004-06-10  Atsushi Enomoto  <atsushi@ximian.com>
1811         * DateTimeTest.cs : added more "common pattern" tests.
1813 2004-06-10  Atsushi Enomoto  <atsushi@ximian.com>
1815         * DateTimeTest.cs : Added more milliseconds and pattern recognition
1816           tests. Patch by Steven Brown (a bit modified).
1818 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
1820         * DecimalTest.cs: Added tests for remainder, divide and parsing 
1821         overflow. Reactivated test and added new cases for banker rounding.
1823 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1825         * DateTimeTest.cs :
1826           - Added TestParse3() (not-allowed pattern example), ParseUtcNonUtc()
1827             ("GMT" strings and time adjustment), TimeZoneAdjustment() ('Z' 
1828             pattern conditions) and CultureIndependentTests() (batch tests for
1829             _all_ or almost all cultures).
1830           - Added more Z string to X509Certificate test.
1831           - Added ParseAllowsQueerString() [not fixed].
1833 2004-06-08  Sebastien Pouliot  <sebastien@ximian.com>
1835         * DecimalTest.cs: Added test case for truncating including indirect
1836         truncates with cast to integer types.
1838 2004-06-07  Duncan Mak  <duncan@ximian.com>
1840         * ExceptionTest.cs (InnerExceptionSource): Test that the
1841         InnerException's Source is null unless it's been set.
1843 2004-06-07  Sebastien Pouliot  <sebastien@ximian.com>
1845         * DateTimeTest.cs: Added new test cases for From|ToOADate (OLE 
1846         Automation date format). Added test cases for FromFileTime. Added
1847         test cases for ToType (conversion) and contructors (milliseconds).
1849 2004-06-06  Sebastien Pouliot  <sebastien@ximian.com>
1851         * DecimalTest.cs: Added tests for default ToString(). Added tests when
1852         Decimal is casted to an integer (trunc not rounded). Added tests to
1853         parse very small values (#59301).
1854         * ByteTest.cs: Added tests for default ToString(String.Empty).
1855         * DoubleTest.cs: Added tests for default ToString(String.Empty).
1856         * Int16Test.cs: Added tests for default ToString(String.Empty).
1857         * Int32Test.cs: Added tests for default ToString(String.Empty).
1858         * Int64Test.cs: Added tests for default ToString(String.Empty).
1859         * SByteTest.cs: Added tests for default ToString(String.Empty).
1860         * SingleTest.cs: Added tests for default ToString(String.Empty).
1861         * StringTest.cs: Added more cases for Join (null separator and null 
1862         values).
1863         * TimeSpanTest.cs: Added test to verify exception order when a parsed
1864         string is both invalid (format) and contains an overflow.
1865         * UInt16Test.cs: Added tests for default ToString(String.Empty).
1866         * UInt32Test.cs: Added tests for default ToString(String.Empty).
1867         * UInt64Test.cs: Added tests for default ToString(String.Empty).
1869 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
1871         * ConvertTest.cs: Added tests to convert min/max values of integer
1872         types to strings in all bases.
1873         * SByteTest.cs: Added test to parse min/max values.
1875 2004-06-04  Sebastien Pouliot  <sebastien@ximian.com>
1877         * MathTest.cs: Added case to check for negative 0 (double) in
1878         IEEERemainder - including when dividend is negative.
1879         * TimeSpanTest.cs: Added more asserts in existing tests cases.
1880         Added case to check for ToString with MinValue and MaxValue.
1882 2004-06-02  Sebastien Pouliot  <sebastien@ximian.com>
1884         * TimeSpanTest.cs: Added tests for overflow checking and parsing
1885         only days (LAMESPEC).
1887 2004-06-01  Sebastien Pouliot  <sebastien@ximian.com>
1889         * TimeSpanTest.cs: Added tests for exceptions in FromXXX methods
1890         which are very badly documented.
1892 2004-05-30  Sebastien Pouliot  <sebastien@ximian.com>
1894         * ArrayTest.cs: Added tests for null values in BinarySearch.
1895         * Byte.cs: Added test for default ToString format value.
1897 2004-05-30  David Sheldon <dave-mono@earth.li>
1899   * DecimalTest.cs: Moved the rounding test that fails due to 
1900     bug 37744 into its own test, and annotated it as ignored until
1901     the bug is fixed.
1903 2004-05-29  Sebastien Pouliot  <sebastien@ximian.com>
1905         * ConvertTest.cs: Added new parsing tests including special case for
1906         Convert.ToSByte. Added test to ChangeType to Empty.
1907         * Int64Test.cs: Added new test cases for overflows. 
1909 2004-05-28  Sebastien Pouliot  <sebastien@ximian.com>
1911         * ConvertTest.cs: Removed extra 0 from ToInt16_MinValue. Added overflow
1912         testing for integer types convertion. Added new tests for pasring 
1913         MinValue and MaxValue of integer types in all supported bases. Added 
1914         case for a prefixed hexadecimal without a number.
1916 2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>
1918         * ConvertTest.cs: More complete tests for unsigned type convertion wrt
1919         -0, base != 10, ... Added tests for int16 limits in various bases.
1921 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
1923         * ArrayTest.cs: Added integer overflow tests for LastIndexOf.
1924         * ConvertTest.cs: Added case where 0X00 is valid when parsed in base16
1926 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
1928         * ArrayTest.cs: Added tests to check for integer overflow in Clear,
1929         Copy and Reverse.
1930         * BitConverterTest.cs: Added test to check for possible integer 
1931         overflow in ToString (byte,int,int)
1932         * ConvertTest.cs: New tests for prefixed hexadecimal strings and
1933         negative byte convertion.
1934         * StringTest.cs: Added new tests for integer overflow and negatives.
1935         Added tests for special cases like s.LastIndexOf ('o', s.Length, 1)
1936         fail but s.LastIndexOf ("o", s.Length, 1) works.
1938 2004-05-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1940         * DateTimeTest.cs: test for bug 56436.
1942 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
1944         * ArrayTest.cs: Added a new test to clear outside the bound of a
1945         multidimentional array.
1946         * BooleanTest.cs: Added new test to compare booleans using Equals
1947         and == (case of True!=True). Converted to NUnit2 format.
1948         * BitConverterTest.cs: Added new tests for negative integers and 
1949         integer overflow in To... methods. Added new boolean convertion
1950         tests.
1951         * BufferTest.cs: Added new tests for integer overflow in BlockCopy.
1953 2004-05-22  Sebastien Pouliot  <sebastien@ximian.com>
1955         * ArrayTest.cs: Added a new test to clear a jagged array and a 
1956         multidimentional array.
1957         * IntPtrTest.cs: New. Tests for 32/64 bits behaviour of IntPtr.
1958         * SingleTest.cs: Added tests to compare positive 0 and negative 0.
1959         * UIntPtrTest.cs: New. Tests for 32/64 bits behaviour of UIntPtr.
1961 2004-05-21  Sebastien Pouliot  <sebastien@ximian.com>
1963         * DecimalTest.cs: Added new unit test to check for correct rounding.
1964         It appears that Decimal.To... trunk but Convert.To... use banking
1965         rounding (so we can't use Convert.To... to implement To...). But
1966         IConvertible does share Convert.To behaviour. Added tests for negative
1967         values and large number parsing (> Int64).
1968         * SingleTest.cs: New. Unit tests for Single (adapted from Double).
1970 2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>
1972         * AppDomainTest.cs: Renamed Unload to TearDown (like it's attribute)
1973         to ease searches.
1974         * ConvertTest.cs: Added new unit tests for integer overflow in To/From
1975         Base64CharArray. Added new test for wide char. Exploded some tests in
1976         NUnit2 format (to ease add new tests).
1978 2004-05-19  Gert Driesen (drieseng@users.sourceforge.net)
1979         
1980         * AttributeTest.cs: added tests for Inherited and
1981         AllowMultiple
1983 2004-05-19  Gert Driesen (drieseng@users.sourceforge.net)
1985         * AttributeTest.cs: formatting, and remove commented
1986         code
1988 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
1990         * BufferTest.cs: Added missing tests for BlockCopy exceptions.
1992 2004-04-27  Nick Drochak <ndrochak@gol.com>
1994         * ConvertTest.cs: Remove compiler warnings.
1996 2004-04-25  Nick Drochak <ndrochak@gol.com>
1998         * MathTest.cs: Check precision only so far.
2000 2004-04-22  Lluis Sanchez Gual  <lluis@ximian.com>
2002         * AppDomainSetupTest.cs: Changed again test 3 to test that the appdomain is 
2003           relative to the current dir, rather than the temp dir. I confirment that
2004           this is how ms.net works.
2006 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
2008         * TypeTest.cs: Add new regression test for bug #55874.
2010 2004-04-12 David Sheldon <dave-mono@earth.li>
2012         * TimeZoneTest.cs: Make pass when in "GMT".
2013   
2014 2004-04-09 David Sheldon <dave-mono@earth.li>
2016     * ConvertTest.cs: Tests for Convert.ToInt32(string, base), with
2017         signs on the strings.
2019 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2021         * TypeTest.cs: enumerated the tests.
2023 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2025         * EnvironmentTest.cs: use uppercase for PATH. Added test to check the
2026         expected substitutions.
2028 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2030         * EnvironmentTest.cs: New. Add unit tests for ExpandEnvironmentVariables.
2032 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
2034         * GuidTest.cs: Test constructor when the input string is in format "P" 
2035           or "N".
2037 2004-03-23  Lluis Sanchez Gual  <lluis@ximian.com>
2039         * ByteTest.cs, Int32Test.cs, Int64Test, SingleFormatterTest.cs,
2040           UInt16Test.cs, UInt32Test.cs, UInt64Test.cs: Made some tests depend on the
2041           current culture.
2043 2004-03-22  Dick Porter  <dick@ximian.com>
2045         * DateTimeTest.cs (System): Test the MM-dd-yyyy date parse format.
2047 2004-03-21  Jackson Harper  <jackson@ximian.com>
2049         * DoubleFormatterTest.cs: test setting the number of decimal
2050         digits.
2052 2004-03-10  Sebastien Pouliot  <sebastien@ximian.com>
2054         * ConvertTest.cs: Added another test showing that input length 
2055         can't easily be used to check for valid base64 encoding.
2057 2004-03-10  Sebastien Pouliot  <sebastien@ximian.com>
2059         * ConvertTest.cs: Added a new unit tests for FromBase64String and 
2060         FromBase64CharArray to check for ignored characters (tab, lf, cr 
2061         and spaces). Splitted existing tests into smaller tests.
2063 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
2065         * StringTest.cs: Add regression test for bug #54988.
2067 2004-02-27  Sebastien Pouliot  <sebastien@ximian.com>
2069         * ConvertTest.cs: Added a new test for bug #54939 when converting a
2070         base64 containing NF and/or LF.
2072 2004-02-27  Lluis Sanchez Gual <lluis@ximian.com>
2074         * StringTest.cs: Added test for Concat when one of the arguments is an
2075           object that returns null on its ToString ().
2077 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2079         * AttributeTest.cs: added test for bug 54518.
2081 2004-02-20  Atsushi Enomoto  <atsushi@ximian.com>
2083         * CharCategoryTest.cs : csc build fix (line length excess.)
2085 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
2087         * CharCategoryTest.cs : cleaning ;)
2089 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
2091         * Added CharCategoryTest.cs (brute force test for Char.IsXXX()).
2093 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
2095         * AppDomainTest.cs: New. Unit tests for SetPrincipalPolicy and
2096         SetThreadPrincipal.
2098 2004-01-31  Nick Drochak <ndrochak@ieee.org)
2100         * ConvertTest: Cannot partially qualify the type name with csc.
2102 2004-01-31  David Sheldon  <dave-mono@earth.li>
2104   * ConvertTest.cs: Added test for malformed Base64. Bug 52928 
2106 2004-01-30  Sebastien Pouliot  <spouliot@videotron.ca>
2108         * DateTimeTest.cs: Modified X509Certificate test to use 
2109         ToUniversalTime ().
2111 2004-01-28  Sebastien Pouliot  <spouliot@videotron.ca>
2113         * DateTimeTest.cs: Added a new unit test (X509Certificate) to better
2114         detect regressions in DateTime. See bugzilla entry #53461.
2116 2004-01-27  Nick Drochak <ndrochak@gol.com>
2118         * AppDomainSetupTest.cs: When I run this on .NET the AppBase uses the
2119         temp dir.  Perhaps a different runner gives different results? I'm
2120         using 'make run-test' from the mcs directory.
2122 2004-01-22 David Sheldon <dave-mono@earth.li>
2124        * AppDomainSetupTest: Changed test 3 to test that the
2125          appdomain is relative to the current dir, rather than 
2126          the temp dir. This is what the MS runtime appears to 
2127          give, and handily is what we do too.
2129 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2131         * DateTimeTest.cs: added test for bug 52075.
2133 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
2135         * TypeTest.cs: Add Tests for vectors<->one dim. arrays.
2137 2003-01-11 David Sheldon <dave-mono@earth.li>
2139         * DateTimeTest.cs: Tests for bug 52274 fix, formats such as 
2140         '--MM--'
2142 2003-12-27  Nick Drochak <ndrochak@gol.com>
2144         * AppDomainSetupTest.cs: Seems that AppDomainSetup's use the temp
2145         path, not current directory.
2147 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
2149         * Int32Test.cs:
2150           Int64Test.cs: Add checks for overflow on hex parse.
2152 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
2154         * TypeTest.cs (GetMethodImpl): New test for overload resolution.
2156 2003-12-19  Dick Porter  <dick@ximian.com>
2158         * StringTest.cs: Added Compare test for length==0.
2160 2003-12-17  Dick Porter  <dick@ximian.com>
2162         * StringTest.cs: Add a String.Empty test to EndsWith.  Changed the
2163         StartsWith and EndsWith tests to use the attribute declaration.
2165 2003-12-17  Atsushi Enomoto <atsushi@ximian.com>
2167         * StringTests.cs : Added more tests on TestStartsWith.
2169 2003-12-08  Patrik Torstensson <p@rxc.se>
2171         * TypeTest.cs: Added basic tests for GetMethodImpl and GetPropertyImpl
2173 2003-12-08  Nick Drochak <ndrochak@gol.com>
2175         * DateTimeTest.cs: Little build fix for csc. It doesn't like the
2176         fully qualified name.
2178 2003-12-06  Ravindra <rkumar@novell.com>
2180         * DateTimeTest.cs: Added a test case for Parse(String, format).
2181         Bug #51464.
2183 2003-11-14  Nick Drochak <ndrochak@gol.com>
2185         * FloatingPointFormatterTest.cs: Make test pass on .NET 1.1.
2187 2003-11-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2189         * ValueTypeTest.cs: New tests.
2191 2003-11-14  Nick Drochak <ndrochak@gol.com>
2193         * DateTime.cs: Running tests in different timezones give different 
2194         results.  Need to change the way these tests work. Disabling some
2195         tests for now.
2197 2003-11-14  Nick Drochak <ndrochak@gol.com>
2199         * ArrayTest.cs: Fix a few tests where NullReferenceException 
2200         is expected, not ArgumentNullException.
2202 2003-11-01  Pedro Martinez Julia  <yoros@wanadoo.es>
2204         * DateTimeTest.cs: Changed the Asserts to fix some things related to
2205         universal time, we can't test the equality if one DateTime is into
2206         the code and the other comes from the TimeZone. Different TimeZones,
2207         different errors in the test.
2209 2003-10-31  Pedro Martinez Julia  <yoros@wanadoo.es>
2211         * DateTimeTest.cs: Removed Universal Time in ToString because in
2212         each computer that could be different. We need more control over
2213         that to know what the result should be.
2215 2003-09-09  Zoltan Varga  <vargaz@freemail.hu>
2217         * ArrayTest.cs: Fix the expected exception on some methods.
2219 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2221         * StringTest.cs: added a couple of tests for Split. See bug #47802.
2223 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
2225         * ArrayTest.cs: Added regression test for #38812.
2227 2003-08-10  Miguel de Icaza  <miguel@ximian.com>
2229         * ArrayTest.cs: New test from Thong (Tum) Nguyen.
2231 2003-08-04  Duncan Mak  <duncan@ximian.com>
2233         * FloatingPointFormatterTest.cs: New file. Added with one test by
2234         Aleksey Demakov <avd@openlinksw.com>.
2236         * ConvertTest.cs (TestToUInt16): Add a new case noted by
2237         c5n4kh6u02@sneakemail.com in
2238         http://bugzilla.ximian.com/show_bug.cgi?id=43098.
2240 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
2242         * EnumTest.cs: Test ToString() for unnamed flag enum values.
2244 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
2246         * TypeTest.cs: New file.
2248 2003-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2250         * AppDomainSetupTest.cs: new tests.
2252 2003-06-25  Nick Drochak <ndrochak@gol.com>
2254         * DateTimeTest.cs: Custom format string uses January of current Year.
2256 2003-06-25  Nick Drochak <ndrochak@gol.com>
2258         * DateTimeTest.cs: Re-enable test because bug #30030 is fixed.
2260 2003-06-25  Nick Drochak <ndrochak@gol.com>
2262         * ByteTest.cs: Culture settings can affect where it puts the '%'.
2264 2003-06-23  Nick Drochak <ndrochak@gol.com>
2266         * ConvertTest.cs: Ignore and report bug in bugzilla #45286.
2268 2003-06-23  Nick Drochak <ndrochak@gol.com>
2270         * TimeZoneTest.cs: Make pass when on Tokyo Standard Time.
2272 2003-06-23  Nick Drochak <ndrochak@gol.com>
2274         * DecimalTest.cs: Make pass on .NET 1.1
2275         * MarshalByRefObjectTest.cs: Avoid port conflict with other tests.
2276         * SingleFormatterTest.cs: Ignore user overridden settings.
2278 2003-06-23  Nick Drochak <ndrochak@gol.com>
2280         * DateTimeTest.cs (TestOA): Compare DateTime values instead of strings
2281         to avoid "culture shock".  Made a new AssertEquals() that is more
2282         DateTime-friedly.
2284 2003-06-19  Nick Drochak <ndrochak@gol.com>
2286         * ArrayTest.cs: Cleanup unused bits. Also get tests passing on .NET 1.1
2287         All tests pass here now.
2289 2003-06-18  Nick Drochak <ndrochak@gol.com>
2291         * ArrayTest.cs: Add .NET 1.1 overload test, and fix build problem.
2293 2003-06-13  Duncan Mak  <duncan@ximian.com>
2295         * ArrayTest.cs (TestCreateInstance2): Expects
2296         ArgumentNullException, which is a specific subtype of
2297         ArgumentException.
2299 2003-06-10  Ville Palo <vi64pa@kolumbus.fi>
2301         * DateTimeTest.cs: more tests.
2302         
2303 2003-06-09  Duncan Mak  <duncan@ximian.com>
2305         * ArrayTest.cs: 
2306         (TestCreateInstance2):
2307         (TestLastIndexOf4):
2308         (TestLastIndexOf5):
2309         (MoreSort10): Added 4 new tests.
2311 2003-06-10  Nick Drochak <ndrochak@gol.com>
2313         * ArrayTest.cs: Cleanup some unused bits.
2315 2003-06-02  Sebastien Pouliot  <spouliot@videotron.ca>
2317         * RandomTest.cs: Added a test to compare Mono's random streams with
2318         MS implementation (framework and Rotor). Converted to NUnit2 format.
2320 2003-06-01  Pedro Martinez Julia  <yoros@wanadoo.es>
2322         * DoubleFormatterTest.cs: added the last changes from the author of
2323         this test (Patrick Kalkman <kalkman@cistron.nl>).
2325         * SingleFormatterTest.cs: added the first release of this test from
2326         the same author: Patrick Kalkman <kalkman@cistron.nl>.
2328 2003-05-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2330         * ArrayTest.cs: added more tests for bug 43783.
2332 2003-05-22  Nick Drochak  <ndrochak@gol.com>
2334         * ArrayTest.cs: Add conditional compile for 1.1
2336 2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2338         * EnumTest.cs: added tests from bug #41522.
2340 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
2342         * StringTest.cs: New tests for IndexOf and LastIndexOf + conversion
2343         to Nunit 2.
2345 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2347         * EnumTest.cs: tests from bug #41522 by Richar Lee.
2349 2003-04-23  Nick Drochak  <ndrochak@gol.com>
2351         * ArrayTest.cs: Disambiguate overloads now in .NET 1.1.
2352         
2353 2003-04-18  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
2355         * ArrayTest.cs: added a few more tests to test Array.Initialize()
2356         and added some [Test] atributes to the tests.
2358 2003-04-17  Nick Drochak  <ndrochak@gol.com>
2360         * DoubleTest.cs: Output some more debug info.
2362 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2364         * BufferTest.cs: added a few more tests for testing buffer length.
2365         Patch by Jerome Laban <jlaban@wanadoo.fr>
2367 2003-04-10  Ville Palo <vi64pa@kolumbus.fi>
2369         * ConvertTest.cs: Added some tests for ToXXX methods.
2370         TestConvertFromNull ()
2371                 
2372 2003-03-22  Pedro Martinez Julia  <yoros@wanadoo.es>
2374         * DoubleTest.cs: Converted to Nunit 2.0. Completed ToString test.
2376 2003-03-09  Nick Drochak <ndrochak@gol.com>
2378         * ConsoleTest.cs: 
2379         * ConvertTest.cs: Re-enable tests. They no longer hang the runtime.
2381 2003-03-03  Nick Drochak <ndrochak@gol.com>
2383         * StringTest.cs: Catch exception the .NET docs say should not be thrown
2385 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
2387         * StringTest.cs: added String constructor tests.
2389 2003/02/26 Nick Drochak <ndrochak@gol.com>
2391         * ActivatorTest.cs: Unregister the channel like it should.
2392         * MarshalByRefTest.cs: Take out my hack. 
2393           Both from Jean-Marc Andr [jean-marc.andre@polymtl.ca].
2395 2003-02-25  Nick Drochak <ndrochak@gol.com>
2397         * TimeSpanTest.cs: Isolate test for Negate bug. Same as previous
2398         'checked' bug in ByteTest?
2400 2003/02/21  Nick Drochak <ndrochak@gol.com>
2402         * EnumTest.cs: Add test for bug 38452 (Parsing numeric enum values).
2404 2003-02-20  Nick Drochak <ndrochak@gol.com>
2406         * ByteTest.cs: Isolate test for mcs 'checked' bug.
2408 2003/02/13  Nick Drochak <ndrochak@gol.com>
2410         * ActivatorTest.cs:
2411         * MarshalByRefTest.cs: New unit tests from Jean-Marc Andr 
2412         [jean-marc.andre@polymtl.ca]. One failure on .NET in the latter.
2414 2003-02-08  Pedro Martinez Julia  <yoros@wanadoo.es>
2416         * MathTest.cs: Add more tests because they were insufficient. Now
2417         they check limit values. Also add comments with the tests for the
2418         new Math functions.
2419         
2420 2003-02-05  Nick Drochak  <ndrochak@gol.com>
2422         * StringTest.cs: Remove compiler warnings.
2424 2003-01-30  Sebastien Pouliot  <spouliot@videotron.ca>
2426         * TimeZoneTest.cs: Added "Eastern Standard Time" to the test.
2427         This won't be complete until all time zone are added (added a
2428         Fail for unsupported TimeZones).
2430 2003-01-29  Sebastien Pouliot  <spouliot@videotron.ca>
2432         * ByteTest.cs: Updated Setup to support my Locale. Better but
2433         probably still incomplete.
2434         * DoubleTest.cs: Updated Setup to support my Locale. You can now
2435         use a comma (or anything else) instead of a dot (.).
2436         * ConvertTest.cs: Updated TestToDecimal and TestToDouble to 
2437         support my Locale. You can now use a comma (or anything else) 
2438         instead of a dot (.).
2440 2003-01-28  Nick Drochak <ndrochak@gol.com>
2442         * ArrayTest.cs: Avoid nulls in arrays. This crashes mono.
2443         * ConsoleTest.cs: Ignore some tests that hang mono.
2444         * ConvertTest.cs: Ignore some tests that hang mono.
2446 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
2448         * StringTest.cs: Added tests for out-of-bounds indexes in GetChars().
2450 2003-01-13  Nick Drochak  <ndrochak@gol.com>
2452         * DateTimeTest.cs: Use 2003, since that' the year now.  Need to work
2453         on this test so we don't have it fail each new year.
2455 2002-12-21  Nick Drochak <ndrochak@gol.com>
2457         * all: make tests build and run under nunit2
2459 2002-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2461         * StringTest.cs: added 1 more check.
2463 2002-10-29  Zoltan Varga  <vargaz@freemail.hu>
2465         * EnumTest.cs: Added tests for whitespaces in Enum:Parse().
2467 2002-10-16  Nick Drochak  <ndrochak@gol.com>
2469         * EnumTest.cs: Find out which Assert is causing the error on mono.
2471 2002-10-09  Nick Drochak  <ndrochak@gol.com>
2473         * BufferTest.cs: Test for ArgumentExceptions where they should be 
2474         thrown
2475         * Int32Test.cs: Enable tests for custom format strings.  We do have
2476         implementation for them now.
2478 2002-09-29  Nick Drochak  <ndrochak@gol.com>
2480         * DecimalTest.cs: Change from Assert() with == to AssertEquals(). This
2481         gets the tests to pass on linux, but they shouldn't need that.  Now
2482         to find out why.  This seems deep...
2484 2002-09-19  Nick Drochak  <ndrochak@gol.com>
2486         * ArrayTest.cs: Report errors with CopyTo().
2488 2002-09-19  Nick Drochak <ndrochak@gol.com>
2490         * ArrayTest.cs: Can check for exception throw now on CopyTo(). Re-
2491         enable test.
2493 2002-09-13  Nick Drochak  <ndrochak@gol.com>
2495         * EnumTest.cs: Add an extreme value test for format.
2497 2002-09-11  Nick Drochak  <ndrochak@gol.com>
2499         * DoubleTest.cs: Add test for bad format string passed to ToString().
2500         * Int64Test.cs: Re-enable broad range of test values.
2501         * MulticastDeletegateTest.cs: Re-enable test for correct order of
2502         delegate firing.
2504 2002-09-08  Nick Drochak  <ndrochak@gol.com>
2506         * DateTimeTest.cs: Disable test bug file it in bugzilla.
2508 2002-09-04  Jonathan Pryor <jonpryor@vt.edu>
2509         * EnumTest.cs: 
2510           - Added additional "x" formatter test case to test most recent Enum.cs patch
2511                 - Code cleanup so that all TestFormat test cases would be executed
2512                 - Change exception types in TestFormat_Args so that it passes on .NET.
2513                   (Some ArgumentNullExceptions should be been ArgumentExceptions.)
2515 2002/08/09  Nick Drochak <ndrochak@gol.com>
2517         * DecimalTest.cs: Add try-catch block to find which one is throwing
2518         the Overflow.  Also started making each Assert using a unique message
2519         to differentiate those as well.
2521         * MulticastDelegate.cs: Disable tests checking the order that delegates
2522         are executed.  There's a bugzilla entry for this already because we do
2523         it in reverse order. See:
2524         http://bugzilla.ximian.com/show_bug.cgi?id=28306
2526 2002/08/02  Nick Drochak <ndrochak@gol.com>
2528         * ConvertTest.cs (TestGetTypeCode): Find out which test is failing on
2529         linux.
2531 2002-08-02  Nick Drochak  <ndrochak@gol.com>
2533         * BufferTest.cs (TestBlockCopy): BlockCopy uses the number of bytes,
2534         so hard-code some of that info into the test since sizeof() is a very
2535         unsafe thing to do.
2537 2002-07-31  Nick Drochak  <ndrochak@gol.com>
2539         * BufferTest.cs: Fixed noisy compiler warnings about unused vars.
2541 2002-07-22  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
2543         * BufferTest.cs: Added this file to test the System.Buffer class 
2544         implementation.
2546 2002-07-17  Martin Baulig  <martin@gnome.org>
2548         * ConvertTest.cs: Commented out line 456 which contains a non-printable
2549         character which mcs does not like.  See also bug #27655.
2551         * DecimalTest.cs, DecimanTest2.cs: Removed the `using S = System'.
2553 2002-07-11  Nick Drochak  <ndrochak@gol.com>
2555         * ArrayTest.cs: Disable a test for now.  Bugzilla'd this one.
2556         * ConvertTest.cs: Make message unique for this mistaken duplicate.
2558 2002-07-04  Nick Drochak  <ndrochak@gol.com>
2560         * DateTimeTest.cs: Made tests pass on ms.net.  Well, they pass in
2561         timezone JST.  Need to test in others.  Maybe I'll fly over to GMT
2562         and see how they work.  Supposed to be eaiser there.
2564 2002-07-04  Nick Drochak  <ndrochak@gol.com>
2566         * ConvertTest.cs: Make the test generate the overflow exceptions on
2567         mono on Linux.
2568         * DecimalTest2.cs: Report exception thrown during subtraction.
2570 2002-07-03  Nick Drochak  <ndrochak@gol.com>
2572         * DoubleTest.cs: Fix some Assert/AssertEquals usage.
2574 2002-07-03  Nick Drochak  <ndrochak@gol.com>
2576         * ArrayTest.cs: Re-enable some tests.  Let's see what's broken still.
2578 2002-06-20  Nick Drochak  <ndrochak@gol.com>
2580         * DecimalTest2.cs: Make tests pass against ms.net.
2582 2002-06-19  Nick Drochak  <ndrochak@gol.com>
2584         * AllTests.cs: Add missing test: DecimalTest2
2585         * DecimalTest2.cs: Convert Console.Writeline() into a Fail()
2587 2002/06/14  Nick Drochak <ndrochak@gol.com>
2589         * Int64Test.cs: Make currency symbol test more culturally sensitive.
2591 2002-06-14  Nick Drochak  <ndrochak@gol.com>
2593         * DateTimeTest.cs: Make some of the tests a bit more timezone neutral.
2595 2002-06-12   Nick Drochak  <ndrochak@gol.com>
2597         * ConvertTest.cs: Punt bug in DateTime.Parse() over to that test.
2598         * DateTimeTest.cs: Add test for date format of yyyy-mm-dd which mono
2599         doesn't handle automagically like ms.net does.  This smells like a 
2600         LAMESPEC, however.
2602 2002/06/12  Nick Drochak <ndrochak@gol.com>
2604         * RandomTest.cs: Exercise Next(min,max) a little more, especially
2605         boundary conditions.
2607 2002-06-11  Nick Drochak  <ndrochak@gol.com>
2609         * StringTest.cs: Check for "end of string" conditions for IndexOf() and
2610         Substring().
2612 2002-06-11  Nick Drochak  <ndrochak@gol.com>
2614         * DoubleTest.cs: Add some more detail to failure message.
2615         * Int64Test.cs: Add some details, and fix a copy-paste error.
2616         * UInt32Test.cs: Fix currency symbol/culture issues
2617         * UInt64Test.cs: Fix currency symbol/culture issues
2619 2002/06/11  Nick Drochak <ndrochak@gol.com>
2621         * DateTimeTest.cs: Remove RunTest override and put culture manipulation
2622         in SetUp and TearDown like the other tests.
2623         * TimeZoneTest.cs: Same.
2625 2002-06-11  Nick Drochak  <ndrochak@gol.com>
2627         * Int64Test.cs: Set the culture to en-US for testing.
2628         * MathTest.cs: mono is more precise in Log2, so change test to compare
2629         values within a slightly larger margin of error.
2631 2002/06/10  Nick Drochak <ndrochak@gol.com>
2633         * DecimalTest.cs: More culture indepenence. Fixes the problems we were
2634         having with tests failing against MS.NET.
2635         * Int64Test.cs: Same plus some formatting fixes.
2636         * RandomTest.cs: Split Assert into two to figure out which one part is
2637         failing.
2639 2002-06-09  Lawrence Pit  <loz@cable.a2000.nl>
2641         * DateTimeTest.cs: Making tests culture independent
2643 2002-06-07  Nick Drochak  <ndrochak@gol.com>
2645         * DecimalTest.cs: Catch unexpected exception and report it.
2647 2002/06/04  Nick Drochak <ndrochak@gol.com>
2649         * ByteTest.cs: Fix currency constant that we use for the expected
2650         value.  Try to be more culture-diverse.
2652 2002/06/03  Nick Drochak <ndrochak@gol.com>
2654         * DecimalTest.cs: Fix some errors that were showing up when run against
2655         ms.net.
2657 2002-06-02  Nick Drochak  <ndrochak@gol.com>
2659         * ConvertTest.cs: Use en-US culture since that's all we support in our
2660         corlib right now. Change constants accordingly.  Also added a bunch of
2661         try-catch blocks to show which Assert is failing.
2663 2002-06-02  Duncan Mak  <duncan@ximian.com>
2665         * ConvertTest.cs (TestToDecimal): Fixed typo in case #H11.
2667 2002-06-01  Nick Drochak  <ndrochak@gol.com>
2669         * BugTest.cs: Remove, bug fixed.  Yay!
2670         * AllTests.cs: Remove BugTest from suite.
2672 2002-05-31  Nick Drochak  <ndrochak@gol.com>
2674         * BugTest.cs: Small file to show NullReferenceException bug
2675         * AllTests.cs: Include BugTest.cs in the suite.
2677 2002-05-29  Nick Drochak  <ndrochak@gol.com>
2679         * DecimalTest.cs: Use AssertEquals to get nice error report, and mark
2680         each one with a unique message string so we know which one failed.
2682 2002-05-29  Lawrence Pit  <loz@cable.a2000.nl>
2684         * DateTimeTest.cs: Added tests M01 to M03 to TestParseExact, 
2685         passing typeof this class as arg in property Suite.
2687 2002-05-22  Lawrence Pit  <loz@cable.a2000.nl>
2689         * ConsoleTest.cs: Added test writing null.
2691 2002-05-21  Nick Drochak  <ndrochak@gol.com>
2693         * MathTest.cs:
2694                 (TestPow): Add try-catch to determine where we are throwing.
2695                 (TestLog): Re-enable failing test
2696                 (TestLog2): same although this test still fails on mono. Not
2697                 sure what the proper value      to use here. It works on MS.NET
2699 2002-05-21  Nick Drochak  <ndrochak@gol.com>
2701         * MathTest.cs: Better reporting of failures
2702         * Int64Test.cs: Add try-catch to determine where we are throwing.
2704 2002-05-20  Nick Drochak  <ndrochak@gol.com>
2706         * AttributeTest.cs (TestGetCustomAttribute): Add try-catch to find out
2707         which assert is failing.
2709 2002-05-19  Martin Baulig  <martin@gnome.org>
2711         * MartinTests.cs: Removed.
2713 2002-05-14  Nick Drochak  <ndrochak@gol.com>
2715         * StringTest.cs: A couple more tests
2717 2002-05-07  Nick Drochak  <ndrochak@gol.com>
2719         * ExceptionTest.cs: New File. Provided by Linus Upson.
2721 2002-05-05  Lawrence Pit  <loz@cable.a2000.nl>
2723         * StringTest.cs: Added test for replace function
2725 2002-04-30  Nick Drochak  <ndrochak@gol.com>
2727         * UInt32Test.cs: More verbose on unexepected exception to eliminate
2728         compiler warning.
2730 2002-04-28  Nick Drochak  <ndrochak@gol.com>
2732         * StringTest.cs: Mark Assert() messages with unique identifiers.
2733         * DecimalTest2.cs: Write out more info in the Report method.  Need this
2734         to determine why op_Subtraction() is failing in the next line.
2735         * MathTest.cs:
2736         * DoubleTest.cs:
2737         * UInt32Test.cs: Add try-catch blocks to find out where the test is
2738         failing.
2740 2002-04-28  Nick Drochak  <ndrochak@gol.com>
2742         * ArrayTest.cs (TestIList_IndexOf): Display exception details if we get
2743         an unexpected one.
2745 2002/04/24  Nick Drochak <ndrochak@gol.com>
2747         * IntegerFormatterTest.cs: Remove Console.WriteLines and use 
2748         AssertEquals() instead.
2750 2002-04-22  Nick Drochak  <ndrochak@gol.com>
2752         * StringTest.cs: Add unique markers to Assert messages.
2754 2002-04-09  Nick Drochak  <ndrochak@gol.com>
2756         * ArrayTest.cs: Remove BinarySearch test on unsorted arrays. The
2757         behavior is undefined if the array isn't sorted.
2759 2002/04/09  Nick Drochak <ndrochak@gol.com>
2761         * DecimalTest.cs: Use AssertEquals() for better diagnostic message.
2763 2002-04-09  Nick Drochak  <ndrochak@gol.com>
2765         * ByteTest.cs: Use AssertEquals() for better diagnostic message.
2767 2002-04-08  Nick Drochak  <ndrochak@gol.com>
2769         * EnumTest.cs: Add a few tests for differently underlying types and
2770         the [Flags] attribute to test ToString().
2772 2002-04-08  Nick Drochak  <ndrochak@gol.com>
2774         * EnumTest.cs: Add test for ToString for the case where the enum
2775         has [Flags] on it, and a mask value is used.
2777 2002-04-04  Nick Drochak  <ndrochak@gol.com>
2779         * EnumTest.cs: Change one Assert() message string so the two are 
2780         unique. And clean up exception catching logic.
2782 2002/03/28  Nick Drochak <ndrochak@gol.com>
2784         * IntegerFormatterTest.cs: Eliminate warnings about unused exception
2785         variables.
2787 2002-03-28  Nick Drochak  <ndrochak@gol.com>
2789         * EnumTest.cs(TestFormat): Use Fail() instead of AssertEquals() in
2790         try-catch blocks. Add test to check if correct exception is being 
2791         thrown.
2793 2002/03/18  Nick Drochak <ndrochak@gol.com>
2795         * ByteTest.cs:
2796         * Int64Test.cs:
2797         * SByteTest.cs: Do not hard code the "$" as the currency symbol to
2798         use for Parse tests. This isn not really the fix we need. These
2799         number formats vary wildly depending on the culture the system
2800         runs with.  We need a much better strategy here for testing this.
2801         * Int32Test.cs: Use #if NOTYET-#endif to disable a test.  This removes
2802         an annoying compile warning.
2804 2002-03-18  Nick Drochak  <ndrochak@gol.com>
2806         * DoubleTest.cs:
2807         * EnumTest.cs: Add unique identifier to Assert()'s. Needed to find
2808         which one was faling on Linux.
2810 2002-03-12  Nick Drochak  <ndrochak@gol.com>
2812         * ArrayTest.cs: Add tests for IList methods and for enumerator on
2813         an array with non-zero lower bounds.
2815 2002-03-09  Nick Drochak  <ndrochak@gol.com>
2817         * ArrayTest.cs: Enable the enumerator test and include test for
2818         Multi-dimensional array enumerator.  Also include test for
2819         mutation _not_ invalidating the enumerator.
2821 2002-03-09  Martin Baulig  <martin@gnome.org>
2823         * Int16Test.cs, Int32Tests.cs, UInt16Tests.cs: Use "en-US" culture and
2824         don't let the user override.
2826         * Int32Tests.cs: Cleanup. Use unique names in Assert()s, use AssertEquals()
2827         where appropriate etc.
2829 2002-03-08  Martin Baulig  <martin@gnome.org>
2831         * StringTest.cs: More String.Split tests.
2833 2002-03-07  Martin Baulig  <martin@gnome.org>
2835         * StringTest.cs: Added a few more tests for the bug fixes I just
2836         committed to String.cs.
2838 2002-03-07  Martin Baulig  <martin@gnome.org>
2840         * ArrayTest.cs: Fixed the FIXME in test #E05.
2842 2002-03-06  Duco Fijma  <duco@lorentz.xs4all.nl>
2843         * CharEnumeratorTest.cs: made test regarding out-of-bounds checking
2844         a bit stronger (new failures fixed in CharEnumerator.cs).
2846 2002-03-06  Martin Baulig  <martin@gnome.org>
2848         * ArrayTest.cs (TestSetValue4): Added testcases #M94-#M96 for Array.Copy.
2850         * ArrayTest.cs (TestCopyTo): Added testcases #F10-#F13 for arrays with
2851         non-zero lower bounds.
2853         * ArrayTest.cs (TestCopyTo): Added test for copying an empty array
2854         to an empty array.
2856 2002-03-06  Martin Baulig  <martin@gnome.org>
2858         * ArrayTest.cs: Use unique labels for all the tests.
2859         (TestSetValue4): A big new testcase.
2861 2002-03-06  Nick Drochak  <ndrochak@gol.com>
2863         * VersionTest.cs: Fix for mscorlib behavior vs. docs. CompareTo(null)
2864         is legal.
2865         * UInt16Test.cs:
2866         * UInt32Test.cs:
2867         * UInt64Test.cs: Use NumberFormatInfo.InvariantInfo.CurrencySymbol
2868         where "$" was used. Should help suppress false negatives on systems
2869         where "$" is not the currency symbol.
2871 2002-03-04  Duco Fijma  <duco@lorentz.xs4all.nl>
2872         * VersionTest.cs: created test cases for System.Version
2874 2002-03-03  Duco Fijma  <duco@lorentz.xs4all.nl>
2875         * CharEnumeratorTest.cs: completed the test cases
2877 2002-03-03  Nick Drochak  <ndrochak@gol.com>
2879         * DateTimeTest.cs: make static member non-static -- wouldn't work on 
2880         Windows if it was static. Doesn't _need_ to be static anyway.
2882 2002-03-01  Duco Fijma  <duco@lorentz.xs4all.nl>
2883         * AttributeTest.cs: created, far from complete. 
2884         * CharEnumeratorTest.cs: created. Contains just the basic case.
2885         * AllTests.cs: added the two new tests above
2887 2002-03-01  Duco Fijma  <duco@lorentz.xs4all.nl>
2888         * BitConverterTest.cs: added one test for bug fix made to BitConverter
2889         * class.
2891 2002-03-01  Martin Baulig  <martin@gnome.org>
2893         * ArrayTest.cs: Commented out a few bits which are not yet implemented and
2894         marked them with FIXME's.
2896         * DecimalTest.cs, DecimalTest2.cs: Added zero-arg constructors.
2898         * MartinTests.cs: Enabled ArrayTests.cs.
2900 2002-03-01  Duco Fijma <duco@lorentz.xs4all.nl>
2902         * BitConverterTest.cs: completed test cases
2904 2002-03-01  Martin Baulig  <martin@gnome.org>
2906         * MartinTests.cs: 15 tests currently work on Linux, call them all and
2907         provide comments for the non-working tests.
2909 2002-02-28  Duncan Mak  <duncan@ximian.com>
2911         * MathTest.cs: Committed for Jon Guymon <gnarg@slackworks.com>.
2913 2002-02-28  Martin Baulig  <martin@gnome.org>
2915         * String.cs (TestCompare): Added a few tests.
2916         (TestFormat): Please don't compare two strings with Assert (... == ...),
2917         use AssertEquals instead - this gives you a better idea what went wrong
2918         if the test fails.
2920 2002-02-28  Nick Drochak  <ndrochak@gol.com>
2922         * BitConverterTest.cs: Test was trying to catch the wrong Exception.
2923         The MSDN docs clearly say ArgumentOutOfRangeException, but that's
2924         not what get's thrown.
2926         * DoubleTest.cs: Get working against mscorlib reference.
2928 2002-02-27  Duco Fijma <duco@lorentz.xs4all.nl>
2929         * GuidTest.cs: changed to reflect new meaning of Guid.ToString("")
2930         and Guid.ToString(null)
2932 2002-02-26  Martin Baulig  <martin@gnome.org>
2934         * MartinTests.cs: New file. This contains all the test which already
2935         work on Linux.
2937         * String.cs: Added two testcases to TestTrim(), TestTrimStart() and
2938         TestTrimEnd().
2940 2002-02-26  Martin Baulig  <martin@gnome.org>
2942         * DateTimeTest.cs: Added testcases for the parsers. Use the invariant
2943         culture to run this test suite.
2945         * TimeZoneTest.cs: Use the invariant culture to run this test suite.
2947 2002-02-26  Duco Fijma <duco@lorentz.xs4all>
2948         * TimeSpanTest.cs: added test from TimeSpan.FromMilliseconds
2950 2002-02-26  Martin Baulig  <martin@gnome.org>
2952         * DateTimeTest.cs: New test.
2954         * TimeZoneTest.cs: New test.
2956 2002-02-25  Duco Fijma <duco@lorentz.xs4all.nl>
2957         * GuidTest.cs: all methods of System.Guid are now covered
2958         * BitConverterTest.cs: created, not yet complete
2960 2002-02-21  Duco Fijma <duco@lorentz.xs4all.nl>
2961         * GuidTest.cs: changed according to fix in System.Guid
2963 2002-02-20  Nick Drochak  <ndrochak@gol.com>
2965         * Int64Test.cs: One array was giving us trouble.  Not sure why, but
2966         it's related to the number of elements in an Array.  For short Arrays
2967         the compiler doesn't use the PrivateImplmentationDetails struct,
2968         but for longer ones it does.  That's when our corlib fails. I paired
2969         down the array for now.
2971 2002-02-19  Duco Fijma <duco@lorentz.xs4all.nl>
2972         * GuidTest.cs: added a few cases
2974 2002-02-18  Nick Drochak  <ndrochak@gol.com>
2976         * GuidTest.cs: Fix compile error.  Needed to cast the null in the call to
2977         constructor to avoid ambiguity.
2979 2002-02-11  Nick Drochak  <ndrochak@gol.com>
2981         * Int64Test.cs: Various fixes to make tests work against the ms corlib.
2982         Currency Symbol tests seem to be system dependant.  Not sure if this
2983         will work on other systems, so please test it if you can. The most
2984         disturbing one is negative numbers.  Should they be (n) or -n ?
2986 2002-02-10  Nick Drochak  <ndrochak@gol.com>
2988         * AllTests.cs: Add Int64Test to the Suite
2989         * Int64Test.cs: Change static member to instance member. This was
2990         causing NUnitConsole some grief.  Should be instance member anyway.
2992 2002-02-09  Nick Drochak  <ndrochak@gol.com>
2994         * ByteTest.cs:
2995         * Int16Test.cs:
2996         * Int32Test.cs:
2997         * SByteTest.cs:
2998         * UInt16Test.cs:
2999         * UInt32Test.cs:
3000         * UInt64Test.cs: Fixed tests where a "$" was hard coded.  Change it to
3001         use NumberFormatInfo.CurrentInfo.CurrencySymbol.  Also used
3002         NumberFormatInfo.InvariantInfo.CurrencySymbol where appropriate. These
3003         tests all pass now with mscorlib.
3005 2002-01-06  Nick Drochak  <ndrochak@gol.com>
3007         * ResolveEventArgsTest.cs: New test.
3008         * AllTests.cs: Added new test to suite.
3010 2001-12-27  Nick Drochak <ndrochak@gol.com>
3012         * UInt32Test.cs: Added messages to Asserts()'s to find out which one was faliing.
3014 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
3016         * UInt32Test.cs: Added tests for UInt32.Parse.
3018         * Int32Test.cs: Added tests for Int32.Parse for various cases.
3020 2001-12-08  Nick Drochak  <ndrochak@gol.com>
3022         * ByteTest.cs: Added messages to Assert()'s to find out which one was failing.
3024 2001-11-28  Nick Drochak <ndrochak@gol.com>
3026         * Int16Test.cs Int32Test.cs SByteTest.cs: Surgically removed tests that rely on culture of system.  These need to be crafted a bit differently.
3028 2001-11-27  Nick Drochak  <ndrochak@gol.com>
3030         * SByteTest.cs: Add messages to Assert()'s so we can tell where the tests fail.
3032 2002-02-21  Bob Doan  <bdoan@sicompos.com>
3034         * BooleanTest.cs: Added New test suite
3035         * AllTests.cs: Added new Boolean test to suite.
3037 2002-02-24  Bob Doan  <bdoan@sicompos.com>
3039         * BooleanTest.cs: Use correct argument order in AssertEquals
3040         * AllTests.cs: Added new Double test to suite.
3041         * DoubleTest.cs: Add new test suite
3043 2002-02-24  Bob Doan  <bdoan@sicompos.com>
3045         * DoubleTest.cs: Added parse tests to Double test suite, removed GetHashCodeTests