1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827
|
2010-02-05 Rodrigo Kumpera <rkumpera@novell.com>
* PropertyInfoTest.cs: Make tests for GetIndexParameters() work.
2010-02-05 Rodrigo Kumpera <rkumpera@novell.com>
* MethodInfoTest.cs: New test for GetParameters() returning the interned array.
* PropertyInfoTest.cs: New tests for GetIndexParameters().
2010-01-05 Rodrigo Kumpera <rkumpera@novell.com>
* DateTimeConstantAttribute.cs: Add internal Ticks property.
Backport of r149083.
2009-10-18 Sebastien Pouliot <sebastien@ximian.com>
* MethodBaseTest.cs: Add new, working, test for non-generic
GetMethodFromHandle. Add test case to show generic overload
behave exactly the same when no second RuntimeMethodHandle is
provided. Remove [Category("NotWorking")] on existing test case.
[Backport r144335]
2009-08-07 Rodrigo Kumpera <rkumpera@novell.com>
* MonoGenericClassTest.cs: Test for methods that must
throw.
2009-08-04 Rodrigo Kumpera <rkumpera@novell.com>
* MonoGenericClassTest.cs: New file.
2009-07-30 Zoltan Varga <vargaz@gmail.com>
* FieldInfoTest.cs: Add a test for #525733.
2009-07-27 Rodrigo Kumpera <rkumpera@novell.com>
* AssemblyTest.cs: Add test for empty string passed to
Assembly::GetType.
2009-07-27 Rodrigo Kumpera <rkumpera@novell.com>
* EventInfoTest.cs: Add test for private event and
RemoveEventHandler.
2009-07-27 Rodrigo Kumpera <rkumpera@novell.com>
* EventInfoTest.cs: Add test for cast incompatible type.
* EventInfoTest.cs: Add test for private event.
* EventInfoTest.cs: Add test for null target for non static
event.
2009-07-14 Gert Driesen <drieseng@users.sourceforge.net>
* BinderTests.cs: Modified SelectMethod_ByRef and BindToMethod_ByRef
to compile on net_1_1 profile. Added tests for SelectMethod and
BindToMethod with params arguments, currently marked NotWorking.
2009-07-14 Raja R Harinath <harinath@hurrynot.org>
* BinderTests.cs (SelectMethod_ByRef, BindToMethod_ByRef): Disable
in net_1_1 profile.
2009-07-12 Gert Driesen <drieseng@users.sourceforge.net>
* BinderTest.cs: Added SelectMethod/BindToMethod tests for methods
with byref arguments.
2009-06-20 Zoltan Varga <vargaz@gmail.com>
* *.cs: Convert all tests to new-style nunit classes/methods.
2009-06-12 Zoltan Varga <vargaz@gmail.com>
* ParameterInfoTest.cs: Add a test for #512330.
2009-05-03 Sebastien Pouliot <sebastien@ximian.com>
* MethodInfoTest.cs: Add test cases from Joachim Ante for bug
#500385.
2009-03-26 Zoltan Varga <vargaz@gmail.com>
* ParameterInfoTest.cs: Add a test for #488383.
2009-03-03 Matthew Metnetsky <matthew@cowarthill.com>
* BinderTests.cs: added tests for TargetParameterCountException
* BinderTests.cs: added tests for BindingFlags.ExactBinding
2009-03-11 Zoltan Varga <vargaz@gmail.com>
* BinderTests.cs: Add a test for #484294.
2009-02-21 Jb Evain <jbevain@novell.com>
* BinderTests.cs: add test for bug #471257, where Type.InvokeMember
calls Binder.BindToMethod will a null args.
2009-02-04 Zoltan Varga <vargaz@gmail.com>
* MethodBaseTest.cs: Make a test quiet.
2008-02-03 Rodrigo Kumpera <rkumpera@novell.com>
* MethodInfoTest.cs: Fix the 1.1 build.
2008-02-02 Rodrigo Kumpera <rkumpera@novell.com>
* MethodInfoTest.cs: Test for non primitive structs.
2008-02-02 Rodrigo Kumpera <rkumpera@novell.com>
* MethodInfoTest.cs: Test for #409583.
2008-11-17 Rodrigo Kumpera <rkumpera@novell.com>
* FieldInfoTest.cs: Test FieldInfo::GetValue on a constant of an open
generic type.
2008-11-11 Rodrigo Kumpera <rkumpera@novell.com>
* ModuleTest.cs : Add test for ResolveMethod with a methodspec
token.
2008-10-10 Zoltan Varga <vargaz@gmail.com>
* AssemblyTest.cs (LoadWithPartialName): Fix this test after the
'default' -> 'net_1_1' profile change.
2008-10-02 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
* ConstructorInfoTest.cs: enable abstract class test.
2008-09-08 Zoltan Varga <vargaz@gmail.com>
* FieldInfoTest.cs (SetValueOpenGeneric): Fix copy-paste error.
2008-09-07 Zoltan Varga <vargaz@gmail.com>
* FieldInfoTest.cs: Add tests for #424077.
2008-06-30 Rodrigo Kumpera <rkumpera@novell.com>
* MethodBase.cs: Fix the 1.0 build.
2008-06-27 Rodrigo Kumpera <rkumpera@novell.com>
* MethodBase.cs: Added tests for GetMethodFromToken.
2008-06-13 Gert Driesen <drieseng@users.sourceforge.net>
* PropertyInfoTest.cs: Added test for bug #399985.
2008-05-12 Gert Driesen <drieseng@users.sourceforge.net>
* FieldInfoTest.cs: Added tests for GetFieldFromHandle.
* MethodBaseTest.cs: Added tests for GetMethodFromHandle.
2008-04-16 Zoltan Varga <vargaz@gmail.com>
* BinderTests.cs: Applied patch from Yves Bastide (doc.formatique@gmail.com). Add
tests for converting integers to enums.
2008-03-25 Zoltan Varga <vargaz@gmail.com>
* ConstructorInfoTest.cs: Add a test for #373459.
* MethodInfoTest.cs: Add a test for #373448.
2008-03-14 Zoltan Varga <vargaz@gmail.com>
* BinderTests.cs: Add tests for #367655.
2008-03-10 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Improved tests for GetFile, GetObjectData and
GetCustomAttributes.
2008-02-20 Raja R Harinath <harinath@hurrynot.org>
* MethodInfoTest.cs (GetGenericMethodDefinition): Add a test for
an instantiation.
(Bug354757): New test.
2008-02-18 Zoltan Varga <vargaz@gmail.com>
* CustomAttributeDataTest.cs: New file.
2008-02-02 Gert Driesen <drieseng@users.sourceforge.net>
* MethodInfoTest.cs: Numbered tests. Improved existing tests.
* ParameterInfoTest.cs: Added test for bug #342536.
2008-01-30 Zoltan Varga <vargaz@gmail.com>
* AssemblyTest.cs (GetModules_MissingFile): Rename the generated assembly to
avoid name clashes.
* AssemblyTest.cs: Add a test for GetModules () and a missing module.
* ModuleTest.cs: Add a test for GetTypes ().
2008-01-20 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyNameTest.cs: Added test for effect of AssemblyNameFlags on
FullName. Added test for PublicKey with value "null". Added ctor test
for Retargetable spec.
2008-01-15 Jb Evain <jbevain@novell.com>
* MethodInfoTest.cs: Add test for null arguments to
MakeGenericMethod (#353849).
2008-01-06 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyNameTest.cs: Improved tests for ProcessorArchictecture.
2007-12-31 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyNameCas.cs: Sync test methods with AssemblyNameTest.cs.
* AssemblyNameTest.cs: Removed AssertEqualsByteArrays method since
NUnit supports this out-of-the-box. Use more meaningful names for
some existing tests. Improved existing tests and added lots more.
Enabled tests that were previously failing. Fixed and improved
tests for public key; the original "public key" was actually a
key pair.
2007-12-28 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyNameTest.cs: Improved culture test to cover bug #347174.
2007-12-05 Zoltan Varga <vargaz@gmail.com>
* FieldInfoTest.cs: Add tests for #346160.
2007-12-03 Zoltan Varga <vargaz@gmail.com>
* FieldInfoTest.cs: Add GetRawDefaultValue () tests.
2007-11-05 Mark Probst <mark.probst@gmail.com>
* BinderTests.cs: Add test for bug #324998.
2007-11-04 Miguel de Icaza <miguel@novell.com>
* ParameterInfoTest.cs: Add new test for testing the [Optional]
attribute making ParameterInfo.DefaultValue become
System.Reflection.Missing.
2007-11-01 Zoltan Varga <vargaz@gmail.com>
* BinderTests.cs: Add a test for the ParamArray attribute.
2007-10-17 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Enabled test for bug #334204.
2007-10-16 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Added test for bug #334203. Use more meaningful name
for test for bug #49114.
2007-10-04 Raja R Harinath <rharinath@novell.com>
* AssemblyTest.cs (bug328812): New test.
2007-09-25 Zoltan Varga <vargaz@gmail.com>
* PropertyInfoTest.cs: Add test for calling ReflectedType on accessors.
2007-09-23 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Added test for ManifestModule.
2007-09-17 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Added test for GetManifestResourceStream argument
checks.
2007-08-17 Gert Driesen <drieseng@users.sourceforge.net>
* FieldInfoTest.cs: Enabled test for bug #82465.
2007-08-17 Gert Driesen <drieseng@users.sourceforge.net>
* ModuleTest.cs: Enabled tests on 2.0 profile since bug #82459 is
fixed.
2007-08-17 Gert Driesen <drieseng@users.sourceforge.net>
* ParameterInfoTest.cs: Minor code formatting change.
* FieldInfoTest.cs: Added test for GetCustomAttributes. Modified test
for pseudo customattributes to work on 1.0 profile too.
2007-08-16 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Added IsDefined test with null value for
attributeType argument.
* ModuleTest.cs: Same. Remove use of deprecated Assertion class, code
formatting and fixed line endings.
* ParameterInfoTest.cs: Same. Remove use of deprecated Assertion class
and code formatting.
* MethodInfoTest.cs: Same.
* EventInfoTest.cs: Same. Code formatting.
* FieldInfoTest.cs: Same. Code formatting.
* PropertyInfoTest.cs: Same. Improved coverage of GetAccessors.
Improved tests for GetCustomAttributes. Code formatting.
2007-08-03 Zoltan Varga <vargaz@gmail.com>
* MethodInfoTest.cs: Add another test.
* MethodInfoTest.cs: Add test for Invoking methods with a nullable type receiver.
2007-07-20 Gert Driesen <drieseng@users.sourceforge.net>
* MethodInfoTest.cs: Added GetMethodFromHandle test for generic type.
2007-07-20 Raja R Harinath <rharinath@novell.com>
* MethodInfoTest.cs (GetGenericMethodDefinition): New. Based on
Atsushi's testcase in #78068.
2007-07-19 Atsushi Enomoto <atsushi@ximian.com>
* MethodInfoTest.cs : fix incorrect parameter type output.
2007-07-19 Atsushi Enomoto <atsushi@ximian.com>
* MethodInfoTest.cs : added ToString() test for generic return type.
2007-07-09 Mark Probst <mark.probst@gmail.com>
* AssemblyTest.cs: Enabled test for bug 78465.
2007-07-05 Gert Driesen <drieseng@users.sourceforge.net>
* MethodInfoTest.cs: Added test for bug #81997. Code formatting.
2007-06-22 Raja R Harinath <rharinath@novell.com>
* MethodInfoTest.cs (IsGenericMethodDefinition): New.
2007-06-02 Zoltan Varga <vargaz@gmail.com>
* PropertyInfoTest.cs: Mark new test as NotWorking.
* PropertyInfoTest.cs: Added new test.
2007-05-07 Gert Driesen <drieseng@users.sourceforge.net>
* MethodInfoTest.cs: Modified test for bug #81538 to verify both
1.0 and 2.0 behavior.
2007-05-07 Zoltan Varga <vargaz@gmail.com>
* MethodInfoTest.cs: Add test case for #81538.
2007-05-01 Gert Driesen <drieseng@users.sourceforge.net>
* ConstructorInfoTest.cs: Added tests for Invoke.
2007-05-01 Zoltan Varga <vargaz@gmail.com>
* MethodInfoTest.cs: Reenable a NotWorking test which is working now.
2007-03-14 Eyal Alaluf <eyala@mainsoft.com>
* MethodInfoTest.cs: Disabled tests for TARGET_JVM that use MethodBody.
2006-11-14 Raja R Harinath <rharinath@novell.com>
* AssemblyTest.cs (bug79872): New test for #79872.
2006-10-22 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Added tests for bug #79712 and #79715. All marked
NotWorking.
2006-10-19 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyNameTest.cs: Added test for CodeBase of AssemblyName
filled by AssemblyName.GetAssemblyName. Added tests for bug #79661.
2006-09-29 Jb Evain <jbevain@gmail.com>
* FieldInfoTest.cs: Test for FieldInfo.SetValue on a literal field.
2006-09-06 Zoltan Varga <vargaz@gmail.com>
* ParameterInfoTest.cs: Add a test for enum default parameter values.
2006-09-02 Zoltan Varga <vargaz@gmail.com>
* MethodInfoTest.cs: Add a test for the ReturnParameter property.
2006-08-08 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Modified test to pass on 2.0 profile and .NET 2.0.
2006-07-12 Zoltan Varga <vargaz@gmail.com>
* MethodInfoTest.cs: Add tests for ContainsGenericParameters ().
2006-07-09 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Enabled test for bug #78468.
2006-07-01 Zoltan Varga <vargaz@gmail.com>
* MethodInfoTest.cs: Add a test for #77888.
2006-06-29 Raja R Harinath <rharinath@novell.com>
* MethodInfoTest.cs (GetBaseDefinition): New test for
MethodInfo.GetBaseDefinition.
2006-06-07 Zoltan Varga <vargaz@gmail.com>
* BinderTests.cs: Add test for BindingFlags.ExactBinding.
2006-05-28 Gert Driesen <drieseng@users.sourceforge.net>
* MethodInfoTest.cs: No longer derive from (deprecated) Assertion.
Number individual asserts. Marked ByrefVtypeInvoke as NotDotNet for
NET_1_1 profile, due to bug in MS.NET 1.1.
2006-05-28 Gert Driesen <drieseng@users.sourceforge.net>
* MethodInfoTest.cs: GetMethodBody no longer throws ArgumentException
for methods that have no IL body. Part of fix for bug #78522.
2006-05-28 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Added tests for bug #78517.
2006-05-20 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Added tests for bugs #78464, #78465 and #78468.
Spaces to tabs.
2006-05-09 Atsushi Enomoto <atsushi@ximian.com>
* BinderTests.cs : (BindToMethodNamedArgs) hmm, why it didn't
show up during my last test run...
2006-05-08 Atsushi Enomoto <atsushi@ximian.com>
* BinderTests.cs : added test for bug #77079.
2006-05-08 Atsushi Enomoto <atsushi@ximian.com>
* BinderTests.cs : added test for bug #42547.
2006-05-08 Atsushi Enomoto <atsushi@ximian.com>
* BinderTests.cs : added test for bug #41691.
2006-03-09 Zoltan Varga <vargaz@gmail.com>
* MethodInfoTest.cs: Add test for #77668.
2006-02-11 Zoltan Varga <vargaz@gmail.com>
* FieldInfoTest.cs: Revert nullable reftype tests.
2006-02-09 Zoltan Varga <vargaz@gmail.com>
* FieldInfoTest.cs: Add tests for nullable reference types.
2006-02-07 Martin Baulig <martin@ximian.com>
* MethodInfoTest.cs: Added test where IsGenericMethod must return false.
2006-02-03 Zoltan Varga <vargaz@gmail.com>
* MethodInfoTest.cs: Add tests for IsGenericMethod.
2006-02-02 Zoltan Varga <vargaz@gmail.com>
* MethodInfoTest.cs: Add test for Invoke and byref valuetypes.
2006-01-19 Atsushi Enomoto <atsushi@ximian.com>
* ModuleTest.cs : ResolveString() does not work under .NET 2.0 either.
2006-01-06 Raja R Harinath <rharinath@novell.com>
* PropertyInfoTest.cs: Use newer nunit API.
(Bug77160): New test from #77160.
2006-01-03 Zoltan Varga <vargaz@gmail.com>
* FieldInfoTest.cs PropertyInfoTest.cs MethodInfoTest.cs: Add Nullable
tests.
2005-12-20 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* AssemblyTest.cs: Remove 'NotWorking' category attribute
to the Reflection Only tests, since they are working by now.
* FieldInfoTest.cs: Likewise.
* MethodInfoTest.cs: Likewise.
2005-12-02 Robert Jordan <robertj@gmx.net>
* ReflectedTypeTest.cs: New. Test case for #76829.
2005-11-16 Atsushi Enomoto <atsushi@ximian.com>
* MethodInfoTest.cs : added MakeGenericMethod test for #76575.
2005-11-15 Zoltan Varga <vargaz@gmail.com>
* AssemblyTest.cs: Fix build.
2005-11-05 Kornél Pál <kornelpal@hotmail.com>
* AssemblyTest.cs: Updated runtime version to v2.0.50727 (2.0 RTM).
2005-10-26 Atsushi Enomoto <atsushi@ximian.com>
* MethodInfoTest.cs : added test for bug #76541.
2005-09-26 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* AssemblyNameTest.cs: Added some tests for the 2.0 new
ctor. Keep some of them as NotWorking, since we need to figure out
an elegant way to avoiding creating Version when not passing it.
2005-06-30 Ben Maurer <bmaurer@ximian.com>
* AssemblyTest.cs: Relied on the 1.1 test suite being built when
running teh 2.0 test suite, which could cause failures
2005-06-14 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyNameCas.cs: Removed execution of AssemblyNameTest.Self as it
is now NotWorking.
2005-06-13 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyNameTest.cs: "Fixed" tests so they execute without errors on
both Fx 1.1 SP1 and Fx 2.0 beta 2. Added corresponding NotWorking.
2005-06-13 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyNameTest.cs: Added distinctive names for all asserts in
Version. Changed Self to NotWorking as other cases returns null. It
will re-activated once we know the logic behind it.
2005-06-07 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* AssemblyNameTest.cs: Added tests to Version method,
in order to do additional checks with AssemblyBuilder
version.
2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* AssemblyTest.cs: put back GetEntryAssembly, but this one is working.
2005-06-06 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyTest.cs: Removed asserts using PortableExecutableKind -
because (1) it was renamed to PortableExecutableKinds *and* (2)
it's documented as obsolete and will be removed for 2.0 RTM.
2005-06-06 Zoltan Varga <vargaz@freemail.hu>
* MethodInfoTest.cs: Disable pseudo custom attribute test.
2005-06-05 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Enabled test for bug #74958.
2005-05-27 Zoltan Varga <vargaz@freemail.hu>
* MethodInfoTest.cs: Reenable the pseudo attribute test.
2005-05-25 Zoltan Varga <vargaz@freemail.hu>
* TypeDelegatorTest.cs: New file.
* MethodInfoTest.cs: Add a test for bug #75029.
2005-05-20 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Allow test for bug #74958 to pass on .NET 2.0
Beta 2.
2005-05-15 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyTest.cs: Added (ignored) test case for bug #74958.
2005-05-07 Ben Maurer <bmaurer@ximian.com>
* EventInfoTest.cs: New file. Has a test case for #64191.
2005-05-02 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyTest.cs, FieldInfoTest.cs, MethodInfoTest.cs: Disabled
ReflectionOnly tests as they break every tests afterward. Calberto
is looking for the problem...
2005-04-28 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyCas.cs: New. CAS unit tests for Assembly.
2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyTest.cs: Updated NET_2_0 tests to check for v2.0.50215
(beta2).
2005-04-14 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyTest.cs: Added tests for GetObjectData (null) and
GetReferencedAssemblies (no codebase returned) methods.
2005-04-08 Raja R Harinath <rharinath@novell.com>
* FieldInfoTest.cs (RefOnlyFieldClass): Rename from RefOnlyClass.
* MethodInfoTest.cs (RefOnlyMethodClass): Rename from RefOnlyClass.
2005-04-08 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* AssemblyTest.cs: Added tests for ReflectionOnly support.
* MethodInfoTest.cs: Added test for Reflection Only support.
* FieldInfoTest.cs: Added tests for ReflectionOnly support.
2005-04-04 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyNameTest.cs: Added tests for Clone and serialization without
a strongname.
* AssemblyNameCas.cs: New. CAS unit tests for AssemblyName.
* StrongNameKeyPairTest.cs: Little changes to make it easier to reuse
in CAS tests.
* StrongNameKeyPairCas.cs: New. CAS unit tests for StrongNameKeyPair.
2005-04-04 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyNameTest.cs: Add test for ArgumentNullException on
GetObjectData. Made existing tests more nunit2.2 like.
* ModuleCas.cs: Added new tests for FullyQualifiedName and Name
properties.
* ModuleTest.cs: Add test for ArgumentNullException on GetObjectData.
2005-03-24 Sebastien Pouliot <sebastien@ximian.com>
* ModuleCas.cs: New. CAS unit tests for Module.
2005-03-01 Zoltan Varga <vargaz@freemail.hu>
* MethodInfoTest.cs: Disable code causing mcs to fail.
2005-01-28 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false)
attribute as it wasn't required (and gives a compilation warning).
2005-01-23 Nick Drochak <ndrochak@ieee.org>
* ModuleTest.cs: Long path names gives Windows fits.
2005-01-19 Zoltan Varga <vargaz@freemail.hu>
* MethodInfoTest.cs: Add tests for GetMethodBody.
2005-01-16 Nick Drochak <ndrochak@ieee.org>
* AssemblyTest.cs: Try loading assembly from .NET tests and mono tests
2004-11-05 Zoltan Varga <vargaz@freemail.hu>
* AssemblyTest.cs: Reenable GetFiles (true) test. Add a LoadWithPartialName () test.
* MethodInfoTest.cs: Add test for byref parameters to Invoke ().
2004-09-26 Zoltan Varga <vargaz@freemail.hu>
* FieldInfoTest.cs: Add tests for MarshalAsAttribute.
* ParameterInfoTest.cs: Add tests for MarshalAsAttribute.
* FieldInfoTest.cs: Add tests for FieldOffsetAttribute.
* FieldInfoTest.cs: New file.
* MethodInfoTest.cs: Add tests for PreserveSigAttribute.
* MethodInfoTest.cs: New file.
2004-09-25 Zoltan Varga <vargaz@freemail.hu>
* ParameterInfoTest.cs: New file.
2004-09-22 Zoltan Varga <vargaz@freemail.hu>
* ModuleTest.cs: Add tests for NET 2.0 ResolveXXX methods.
2004-09-20 Zoltan Varga <vargaz@freemail.hu>
* AssemblyTest.cs: Add tests for MetadataToken and ManifestModule.
2004-08-29 Nick Drochak <ndrochak@ieee.org>
* BinderTests.cs: Make tests pass on MS.NET 1.1.
2004-08-09 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyTest.cs: Added new tests for 1.1 and 2.0 features. Converted
existing tests to NUnit 2.2.
2004-07-03 Zoltan Varga <vargaz@freemail.hu>
* ModuleTest.cs: New tests for FindTypes.
2004-06-10 Lluis Sanchez <lluis@ximian.com>
* AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys.
Added messages to the assertions.
2004-06-09 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyNameTests.cs: added tests for AssemblyName.FullName
and serialization of AssemblyName, converted tests to use Assert
class
2004-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* BinderTests.cs: added test for null type in the argument list.
2004-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* BinderTests.cs: one more test for matching a single property. Adapted
to nunit 2.2 style.
2004-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* BinderTests.cs: added more indexers and more SelectProperty tests.
2003-05-20 Sebastien Pouliot <sebastien@ximian.com>
* StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required
for new nunit).
2004-05-18 Gert Driesen (drieseng@users.sourceforge.net)
* PropertyInfoTest.cs: New file. Added test for
bug #58661.
2004-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* BinderTests.cs: New file.
2003-04-06 Sebastien Pouliot <sebastien@ximian.com>
* StrongNameKeyPairTest.cs: Added test case for ECMA "key".
2003-03-24 Sebastien Pouliot <sebastien@ximian.com>
* StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
unneeded code and false comments (too much copy-n-paste).
2003-03-09 Jackson Harper <jackson@ximian.com>
* AssemblyAlgorithmIdAttributeTest.cs:
* AssemblyConfigurationAttributeTest.cs:
* AssemblyCopyrightAttributeTest.cs:
* AssemblyCultureAttributeTest.cs:
* AssemblyDelaySignAttributeTest.cs:
* AssemblyDescriptionAttributeTest.cs:
* AssemblyFileVersionAttributeTest.cs:
* AssemblyInformationalVersionAttributeTest.cs: New test cases
from nvineeth_mono@yahoo.com.
2003-11-24 Zoltan Varga <vargaz@freemail.hu>
* ModuleTest.cs: Make the assembly name unique to fix the GlobalData
test.
2003-11-17 Zoltan Varga <vargaz@freemail.hu>
* ModuleTest.cs: Fix temp folder path
2003-10-17 Zoltan Varga <vargaz@freemail.hu>
* AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
CultureInfo, Version and HashAlgorithm properties.
2003-09-30 Zoltan Varga <vargaz@freemail.hu>
* AssemblyTest.cs (TestGetType): New regression test for #49114.
2003-05-21 Zoltan Varga <vargaz@freemail.hu>
* ModuleTest.cs: New file.
2003-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* AssemblyTest.cs: New file.
2002-12-30 Sebastien Pouliot <spouliot@videotron.ca>
* AssemblyNameTest.cs: Added test for FullName (null cultureinfo).
2002-12-23 Sebastien Pouliot <spouliot@videotron.ca>
* AssemblyNameTest.cs: Added test for non-signed assembly (which
returns an empty array - i.e. not null like an empty assembly).
2002-12-21 Nick Drochak <ndrochak@gol.com>
* all: make tests build and run under nunit2
2002-12-08 Sebastien Pouliot <spouliot@videotron.ca>
* AllTests.cs: Added test suites for AssemblyName and
StrongNameKeyPair.
* AssemblyNameTest.cs: New. Test suite for AssemblyName.
* StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.
|