efontana

Untitled

Mar 20th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. [eric@farm228 ClassLibrary2]$ nunit-console bin/Debug/ClassLibrary2.dll
  2. NUnit version 2.4.8
  3. Copyright (C) 2002-2007 Charlie Poole.
  4. Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov.
  5. Copyright (C) 2000-2002 Philip Craig.
  6. All Rights Reserved.
  7.  
  8. Runtime Environment -
  9. OS Version: Unix 2.6.9.89
  10. CLR Version: 2.0.50727.1433 ( 2.10.2 (tarball Thu Sep 29 08:29:23 EDT 2011) )
  11.  
  12. Missing method .ctor in assembly /tmp/nunit20/ShadowCopyCache/31433_634678656032933650/Tests/assembly/shadow/8eea66c5/97b2ea0d_19588cc8_00000001/ClassLibrary2.dll, type System.Runtime.Versioning.TargetFrameworkAttribute
  13. Can't find custom attr constructor image: /tmp/nunit20/ShadowCopyCache/31433_634678656032933650/Tests/assembly/shadow/8eea66c5/97b2ea0d_19588cc8_00000001/ClassLibrary2.dll mtoken: 0x0a000001
  14. Unhandled Exception:
  15. System.TypeLoadException: Could not load type 'System.Runtime.Versioning.TargetFrameworkAttribute' from assembly 'ClassLibrary2'.
  16.  
  17. Server stack trace:
  18. at (wrapper managed-to-native) System.MonoCustomAttrs:GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool)
  19. at System.MonoCustomAttrs.GetCustomAttributesBase (ICustomAttributeProvider obj, System.Type attributeType) [0x00019] in /home/cds/eric/mono/mono-2.10.2/mcs/class/corlib/System/MonoCustomAttrs.cs:95
  20. at System.MonoCustomAttrs.GetCustomAttributes (ICustomAttributeProvider obj, Boolean inherit) [0x00017] in /home/cds/eric/mono/mono-2.10.2/mcs/class/corlib/System/MonoCustomAttrs.cs:263
  21. at System.Reflection.Assembly.GetCustomAttributes (Boolean inherit) [0x00000] in /home/cds/eric/mono/mono-2.10.2/mcs/class/corlib/System.Reflection/Assembly.cs:220
  22. at NUnit.Core.Reflect.GetAttributes (System.Reflection.Assembly assembly, Boolean inherit) [0x00000] in /home/cds/eric/mono/mono-2.10.2/mcs/nunit24/NUnitCore/core/Reflect.cs:123
  23. at NUnit.Core.NUnitFramework.ApplyCommonAttributes (System.Reflection.Assembly assembly, NUnit.Core.Test test) [0x00000] in /home/cds/eric/mono/mono-2.10.2/mcs/nunit24/NUnitCore/core/NUnitFramework.cs:224
  24. at NUnit.Core.Builders.TestAssemblyBuilder.BuildTestAssembly (System.String assemblyName, IList fixtures, Boolean autoSuites) [0x000a6] in /home/cds/eric/mono/mono-2.10.2/mcs/nunit24/NUnitCore/core/Builders/TestAssemblyBuilder.cs:145
  25. at NUnit.Core.Builders.TestAssemblyBuilder.Build (System.String assemblyName, Boolean autoSuites) [0x00028] in /home/cds/eric/mono/mono-2.10.2/mcs/nunit24/NUnitCore/core/Builders/TestAssemblyBuilder.cs:100
  26. at NUnit.Core.Builders.TestAssemblyBuilder.Build (System.String assemblyName, System.String testName, Boolean autoSuites) [0x00016] in /home/cds/eric/mono/mono-2.10.2/mcs/nunit24/NUnitCore/core/Builders/TestAssemblyBuilder.cs:76
  27. at NUnit.Core.TestSuiteBuilder.BuildSingleAssembly (NUnit.Core.TestPackage package) [0x0001e] in /home/cds/eric/mono/mono-2.10.2/mcs/nunit24/NUnitCore/core/TestSuiteBuilder.cs:119
  28. at NUnit.Core.TestSuiteBuilder.Build (NUnit.Core.TestPackage package) [0x00025] in /home/cds/eric/mono/mono-2.10.2/mcs/nunit24/NUnitCore/core/TestSuiteBuilder.cs:65
  29. at NUnit.Core.SimpleTestRunner.Load (NUnit.Core.TestPackage package) [0x0000b] in /home/cds/eric/mono/mono-2.10.2/mcs/nunit24/NUnitCore/core/SimpleTestRunner.cs:107
  30. at NUnit.Core.ProxyTestRunner.Load (NUnit.Core.TestPackage package) [0x00000] in /home/cds/eric/mono/mono-2.10.2/mcs/nunit24/NUnitCore/core/ProxyTestRunner.cs:104
  31. at NUnit.Core.ProxyTestRunner.Load (NUnit.Core.TestPackage package) [0x00000] in /home/cds/eric/mono/mono-2.10.2/mcs/nunit24/NUnitCore/core/ProxyTestRunner.cs:104
  32. at NUnit.Core.RemoteTestRunner.Load (NUnit.Core.TestPackage package) [0x0005b] in /home/cds/eric/mono/mono-2.10.2/mcs/nunit24/NUnitCore/core/RemoteTestRunner.cs:45
  33. at (wrapper xdomain-dispatch) NUnit.Core.RemoteTestRunner:Load (object,byte[]&,byte[]&)
  34.  
  35. Exception rethrown at [0]:
Advertisement
Add Comment
Please, Sign In to add comment