Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit tests fail to build #72

Open
sandyarmstrong opened this issue Mar 25, 2011 · 0 comments
Open

Unit tests fail to build #72

sandyarmstrong opened this issue Mar 25, 2011 · 0 comments

Comments

@sandyarmstrong
Copy link
Contributor

I guess there's been some refactoring since the last time anybody ran these:

Building: Manos.Tests (Debug)

Performing main compilation...
/home/sandy/stage/mono-2-10/bin/dmcs /noconfig "/out:/home/sandy/random-code/manos/build/Manos.Tests.dll" "/r:/usr/lib/cli/nunit.framework-2.4/nunit.framework.dll" "/r:/home/sandy/random-code/manos/build/Manos.dll" "/r:/home/sandy/stage/mono-2-10/lib/mono/4.0/System.dll" "/r:/home/sandy/stage/mono-2-10/lib/mono/4.0/System.Core.dll" /nologo /warn:4 /debug:+ /debug:full /optimize- /codepage:utf8 /platform:x86 "/define:DEBUG" /t:library "/home/sandy/random-code/manos/src/Manos.Tests/Manos/ManosModuleTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/RouteHandlerTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/RegexMatchOperationTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/MatchOperationFactoryTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/StringMatchOperationTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/NopMatchOperationTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Http/HttpRequestTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Http/HttpHeadersTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos/InfiniteRepeatBehaviorTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos/RepeatBehaviorTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos/AppHostTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Caching/ManosInProcCacheTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ActionTargetTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/SimpleMatchOperationTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Nunit-Extensions/Nunit_Extension_Methods.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Collections/DataDictionaryTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Http/HttpCookieTest.cs" "/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/HtmlFormDataTypeConverterTest.cs" "/nowarn:1591"
Compilation failed: 17 error(s), 0 warnings

/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/RouteHandlerTest.cs(104,31): error CS1729: The type Manos.Http.Testing.MockHttpTransaction' does not contain a constructor that takes1' arguments
/home/sandy/random-code/manos/build/Manos.dll (Location of the symbol related to previous error)
/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/RouteHandlerTest.cs(114,35): error CS1729: The type Manos.Http.Testing.MockHttpTransaction' does not contain a constructor that takes1' arguments
/home/sandy/random-code/manos/build/Manos.dll (Location of the symbol related to previous error)
/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/RouteHandlerTest.cs(120,27): error CS1729: The type Manos.Http.Testing.MockHttpTransaction' does not contain a constructor that takes1' arguments
/home/sandy/random-code/manos/build/Manos.dll (Location of the symbol related to previous error)
/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/RouteHandlerTest.cs(132,35): error CS1729: The type Manos.Http.Testing.MockHttpTransaction' does not contain a constructor that takes1' arguments
/home/sandy/random-code/manos/build/Manos.dll (Location of the symbol related to previous error)
/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/RouteHandlerTest.cs(138,27): error CS1729: The type Manos.Http.Testing.MockHttpTransaction' does not contain a constructor that takes1' arguments
/home/sandy/random-code/manos/build/Manos.dll (Location of the symbol related to previous error)
/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs(81,68): error CS1502: The best overloaded method match for Manos.Routing.ParameterizedActionTarget.TryConvertType(Manos.IManosContext, string, System.Reflection.ParameterInfo, out object)' has some invalid arguments /home/sandy/random-code/manos/build/Manos.dll (Location of the symbol related to previous error) /home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs(81,68): error CS1503: Argument#2' cannot convert System.Type' expression to typestring'
/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs(92,51): error CS1502: The best overloaded method match for Manos.Routing.ParameterizedActionTarget.TryConvertType(Manos.IManosContext, string, System.Reflection.ParameterInfo, out object)' has some invalid arguments /home/sandy/random-code/manos/build/Manos.dll (Location of the symbol related to previous error) /home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs(92,51): error CS1503: Argument#2' cannot convert System.Type' expression to typestring'
/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs(102,68): error CS1502: The best overloaded method match for Manos.Routing.ParameterizedActionTarget.TryConvertType(Manos.IManosContext, string, System.Reflection.ParameterInfo, out object)' has some invalid arguments /home/sandy/random-code/manos/build/Manos.dll (Location of the symbol related to previous error) /home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs(102,68): error CS1503: Argument#2' cannot convert System.Type' expression to typestring'
/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs(113,51): error CS1502: The best overloaded method match for Manos.Routing.ParameterizedActionTarget.TryConvertType(Manos.IManosContext, string, System.Reflection.ParameterInfo, out object)' has some invalid arguments /home/sandy/random-code/manos/build/Manos.dll (Location of the symbol related to previous error) /home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs(113,51): error CS1503: Argument#2' cannot convert System.Type' expression to typestring'
/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs(123,68): error CS1502: The best overloaded method match for Manos.Routing.ParameterizedActionTarget.TryConvertType(Manos.IManosContext, string, System.Reflection.ParameterInfo, out object)' has some invalid arguments /home/sandy/random-code/manos/build/Manos.dll (Location of the symbol related to previous error) /home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs(123,68): error CS1503: Argument#2' cannot convert System.Type' expression to typestring'
/home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs(134,51): error CS1502: The best overloaded method match for Manos.Routing.ParameterizedActionTarget.TryConvertType(Manos.IManosContext, string, System.Reflection.ParameterInfo, out object)' has some invalid arguments /home/sandy/random-code/manos/build/Manos.dll (Location of the symbol related to previous error) /home/sandy/random-code/manos/src/Manos.Tests/Manos.Routing/ParameterizedActionTargetTest.cs(134,51): error CS1503: Argument#2' cannot convert System.Type' expression to typestring'

Build complete -- 17 errors, 1 warning

---------------------- Done ----------------------

Reference 'nunit.framework' not found on system. Using 'nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' instead.
Build: 17 errors, 1 warning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant