Created
December 17, 2010 21:15
-
-
Save hotgazpacho/745717 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| C:\Dev\AutoMapper [(v1.1)]> .\go.bat | |
| NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007) | |
| Copyright (C) 2001-2007 Gerry Shaw | |
| http://nant.sourceforge.net | |
| Buildfile: file:///C:/Dev/AutoMapper/AutoMapper.build | |
| Target framework: Microsoft .NET Framework 3.5 | |
| Target(s) specified: test | |
| compile: | |
| [exec] CSC : warning CS0444: Predefined type 'System.Collections.Hashtable' was not found in 'c:\Dev\AutoMapper\lib | |
| \Silverlight 3.0\mscorlib.dll' but was found in 'c:\Dev\AutoMapper\lib\NUnit.Silverlight\nunit.silverlight.dll' | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\BidirectionalRelationships.cs(360,5): warning CS0612: 'NUnit.Framework.Asser | |
| t.IsInstanceOfType(System.Type, object)' is obsolete | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\BidirectionalRelationships.cs(361,5): warning CS0612: 'NUnit.Framework.Asser | |
| t.IsInstanceOfType(System.Type, object)' is obsolete | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\BidirectionalRelationships.cs(362,5): warning CS0612: 'NUnit.Framework.Asser | |
| t.IsInstanceOfType(System.Type, object)' is obsolete | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\Bug\InheritanceIssue.cs(188,17): warning CS0618: 'NBehave.Spec.NUnit.Extensi | |
| ons.ShouldBeInstanceOf<TExpectedType>(object)' is obsolete: 'Use ShouldBeInstanceOfType' | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\Bug\InheritanceIssue.cs(190,17): warning CS0618: 'NBehave.Spec.NUnit.Extensi | |
| ons.ShouldBeInstanceOf<TExpectedType>(object)' is obsolete: 'Use ShouldBeInstanceOfType' | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\Dictionaries.cs(201,5): warning CS0618: 'NBehave.Spec.NUnit.Extensions.Shoul | |
| dBeInstanceOf<TExpectedType>(object)' is obsolete: 'Use ShouldBeInstanceOfType' | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\InterfaceMapping.cs(111,17): warning CS0618: 'NBehave.Spec.NUnit.Extensions. | |
| ShouldNotBeInstanceOf<TExpectedType>(object)' is obsolete: 'Use ShouldNotBeInstanceOfType' | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\InterfaceMapping.cs(150,17): warning CS0618: 'NBehave.Spec.NUnit.Extensions. | |
| ShouldBeInstanceOf<TExpectedType>(object)' is obsolete: 'Use ShouldBeInstanceOfType' | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\Internal\DelegateFactoryTests.cs(220,4): warning CS0618: 'NBehave.Spec.NUnit | |
| .Extensions.ShouldBeInstanceOf<TExpectedType>(object)' is obsolete: 'Use ShouldBeInstanceOfType' | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\Internal\DelegateFactoryTests.cs(232,4): warning CS0618: 'NBehave.Spec.NUnit | |
| .Extensions.ShouldBeInstanceOf<TExpectedType>(object)' is obsolete: 'Use ShouldBeInstanceOfType' | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\MappingExceptions.cs(48,5): warning CS0618: 'NBehave.Spec.NUnit.Extensions.S | |
| houldBeInstanceOf<TExpectedType>(object)' is obsolete: 'Use ShouldBeInstanceOfType' | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\MemberResolution.cs(229,5): warning CS0618: 'NBehave.Spec.NUnit.Extensions.S | |
| houldBeInstanceOf<TExpectedType>(object)' is obsolete: 'Use ShouldBeInstanceOfType' | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\MemberResolution.cs(230,5): warning CS0618: 'NBehave.Spec.NUnit.Extensions.S | |
| houldBeInstanceOf<TExpectedType>(object)' is obsolete: 'Use ShouldBeInstanceOfType' | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\Bug\InheritanceIssue.cs(25,63): warning CS0067: The event 'AutoMapper.UnitTe | |
| sts.Bug.EntityTest1.ComplexPropertyDTO<T>.PropertyChanged' is never used | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\Bug\InheritanceIssue.cs(84,63): warning CS0067: The event 'AutoMapper.UnitTe | |
| sts.Bug.EntityTest1.ComplexProperty<T>.PropertyChanged' is never used | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\Bug\InheritanceIssue.cs(94,63): warning CS0067: The event 'AutoMapper.UnitTe | |
| sts.Bug.EntityTest1.SimpleProperty<T>.PropertyChanged' is never used | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\ConfigurationValidation.cs(12,20): warning CS0169: The field 'AutoMapper.Uni | |
| tTests.ConfigurationValidation.When_testing_a_dto_with_mismatched_members._typeMap' is never used | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\ConfigurationValidation.cs(40,20): warning CS0169: The field 'AutoMapper.Uni | |
| tTests.ConfigurationValidation.When_testing_a_dto_with_fully_mapped_and_custom_matchers._typeMap' is never used | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\ConfigurationValidation.cs(324,20): warning CS0169: The field 'AutoMapper.Un | |
| itTests.ConfigurationValidation.When_testing_a_dto_with_mismatched_custom_member_mapping._typeMap' is never used | |
| [exec] c:\Dev\AutoMapper\src\UnitTests\Regression.cs(112,18): warning CS0169: The field 'AutoMapper.UnitTests.Regre | |
| ssion.When_mappings_are_created_on_the_fly._order' is never used | |
| [exec] Bug\InheritanceIssue.cs(25,63): warning CS0067: The event 'AutoMapper.UnitTests.Bug.EntityTest1.ComplexPrope | |
| rtyDTO<T>.PropertyChanged' is never used | |
| [exec] Bug\InheritanceIssue.cs(84,63): warning CS0067: The event 'AutoMapper.UnitTests.Bug.EntityTest1.ComplexPrope | |
| rty<T>.PropertyChanged' is never used | |
| [exec] Bug\InheritanceIssue.cs(94,63): warning CS0067: The event 'AutoMapper.UnitTests.Bug.EntityTest1.SimpleProper | |
| ty<T>.PropertyChanged' is never used | |
| [exec] Regression.cs(112,18): warning CS0169: The field 'AutoMapper.UnitTests.Regression.When_mappings_are_created_ | |
| on_the_fly._order' is never used | |
| [exec] ConfigurationValidation.cs(12,20): warning CS0169: The field 'AutoMapper.UnitTests.ConfigurationValidation.W | |
| hen_testing_a_dto_with_mismatched_members._typeMap' is never used | |
| [exec] ConfigurationValidation.cs(40,20): warning CS0169: The field 'AutoMapper.UnitTests.ConfigurationValidation.W | |
| hen_testing_a_dto_with_fully_mapped_and_custom_matchers._typeMap' is never used | |
| [exec] ConfigurationValidation.cs(324,20): warning CS0169: The field 'AutoMapper.UnitTests.ConfigurationValidation. | |
| When_testing_a_dto_with_mismatched_custom_member_mapping._typeMap' is never used | |
| run-unit-tests: | |
| [mkdir] Creating directory 'C:\Dev\AutoMapper\build\results'. | |
| [nunit2] Tests run: 427, Failures: 0, Not run: 8, Time: 2.344 seconds | |
| [nunit2] | |
| [nunit2] Tests not run: | |
| [nunit2] 1) AutoMapper.UnitTests.BidirectionalRelationships.When_mapping_to_a_destination_with_a_bidirectional_parent | |
| _one_to_many_child_relationship_using_CustomMapper_StackOverflow.Should_preserve_the_parent_child_relationship_on_the_de | |
| stination : This test breaks the Test Runner | |
| [nunit2] 2) AutoMapper.UnitTests.BidirectionalRelationships.When_mapping_to_a_destination_with_a_bidirectional_parent | |
| _one_to_many_child_relationship_using_CustomMapper_StackOverflow.AutoMapperSpecBase.Should_have_valid_configuration : Th | |
| is test breaks the Test Runner | |
| [nunit2] 3) AutoMapper.UnitTests.DelegateFactoryTests.WhatIWantToDo : Explicit selection required | |
| [nunit2] 4) AutoMapper.UnitTests.DelegateFactoryTests.Test_with_DynamicMethod2 : Explicit selection required | |
| [nunit2] 5) AutoMapper.UnitTests.DelegateFactoryTests.Test_with_CreateDelegate : Explicit selection required | |
| [nunit2] 6) AutoMapper.UnitTests.DelegateFactoryTests.Test_with_DynamicMethod : Explicit selection required | |
| [nunit2] 7) AutoMapper.UnitTests.InterfaceMapping.MappingToInterfacesPolymorphic.CanMapToDomainInterface : Explicit s | |
| election required | |
| [nunit2] 8) AutoMapper.UnitTests.MemberResolution.When_mapping_a_collection_to_a_more_type_specific_collection.Should | |
| _map_correctly_if_all_types_map : Not sure if this is really valid behavior | |
| [nunit2] | |
| [nunit2] | |
| [nunit2] Tests run: 385, Failures: 0, Not run: 14, Time: 3.641 seconds | |
| [nunit2] | |
| [nunit2] Tests not run: | |
| [nunit2] 1) AutoMapper.UnitTests.BidirectionalRelationships.When_mapping_to_a_destination_with_a_bidirectional_parent | |
| _one_to_many_child_relationship_using_CustomMapper_StackOverflow.Should_preserve_the_parent_child_relationship_on_the_de | |
| stination : This test breaks the Test Runner | |
| [nunit2] 2) AutoMapper.UnitTests.BidirectionalRelationships.When_mapping_to_a_destination_with_a_bidirectional_parent | |
| _one_to_many_child_relationship_using_CustomMapper_StackOverflow.AutoMapperSpecBase.Should_have_valid_configuration : Th | |
| is test breaks the Test Runner | |
| [nunit2] 3) AutoMapper.UnitTests.CustomMapping.When_destination_property_does_not_have_a_setter.Should_copy_to_proper | |
| ties_that_have_setters : Setting non-public members not supported with Silverlight DynamicMethod ctor | |
| [nunit2] 4) AutoMapper.UnitTests.CustomMapping.When_destination_property_does_not_have_a_setter.Should_not_attempt_to | |
| _translate_to_properties_that_do_not_have_a_setter : Setting non-public members not supported with Silverlight DynamicMe | |
| thod ctor | |
| [nunit2] 5) AutoMapper.UnitTests.CustomMapping.When_destination_property_does_not_have_a_setter.Should_translate_to_p | |
| roperties_that_have_a_private_setters : Setting non-public members not supported with Silverlight DynamicMethod ctor | |
| [nunit2] 6) AutoMapper.UnitTests.CustomMapping.When_destination_property_does_not_have_a_setter.Should_translate_to_p | |
| roperties_that_have_a_protected_setters : Setting non-public members not supported with Silverlight DynamicMethod ctor | |
| [nunit2] 7) AutoMapper.UnitTests.CustomMapping.When_destination_property_does_not_have_a_setter.AutoMapperSpecBase.Sh | |
| ould_have_valid_configuration : Setting non-public members not supported with Silverlight DynamicMethod ctor | |
| [nunit2] 8) AutoMapper.UnitTests.InterfaceMapping.MappingToInterfacesPolymorphic.CanMapToDomainInterface : Explicit s | |
| election required | |
| [nunit2] 9) AutoMapper.UnitTests.DelegateFactoryTests.WhatIWantToDo : Explicit selection required | |
| [nunit2] 10) AutoMapper.UnitTests.DelegateFactoryTests.Test_with_DynamicMethod2 : Explicit selection required | |
| [nunit2] 11) AutoMapper.UnitTests.DelegateFactoryTests.Test_with_CreateDelegate : Explicit selection required | |
| [nunit2] 12) AutoMapper.UnitTests.MemberResolution.When_mapping_a_collection_to_a_more_type_specific_collection.Shoul | |
| d_map_correctly_if_all_types_map : Not sure if this is really valid behavior | |
| [nunit2] 13) AutoMapper.UnitTests.When_destination_type_has_private_members.Should_use_private_accessors_and_construc | |
| tors : Setting non-public members not supported with Silverlight DynamicMethod ctor | |
| [nunit2] 14) AutoMapper.UnitTests.When_destination_type_has_private_members.AutoMapperSpecBase.Should_have_valid_conf | |
| iguration : Setting non-public members not supported with Silverlight DynamicMethod ctor | |
| [nunit2] | |
| [nunit2] | |
| test: | |
| BUILD SUCCEEDED | |
| Total time: 31 seconds. | |
| C:\Dev\AutoMapper [(v1.1)]> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment