https://bugzilla.novell.com/show_bug.cgi?id=671753
https://bugzilla.novell.com/show_bug.cgi?id=671753#c0 Summary: Method Route.GetVirtualPath doesn't use RouteData values when checking constraints. Classification: Mono Product: Mono: Class Libraries Version: 2.10.x Platform: All OS/Version: All Status: NEW Severity: Major Priority: P5 - None Component: Sys.Web AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: DeveloperNet Blocker: --- Created an attachment (id=413869) --> (http://bugzilla.novell.com/attachment.cgi?id=413869) NUnit test Description of Problem: Method Route.GetVirtualPath doesn't use RouteData values when checking constraints. In .NET Framework 4.0 provided test works as expected. Steps to reproduce the problem: Compile test: dmcs /out:Test.dll "/r:nunit.core.dll" "/r:nunit.framework.dll" "/r:System.dll" "/r:System.Web.dll" "/r:System.Core.dll" "/r:System.Web.Routing.dll" /t:library "Test.cs" Run NUnit test. Actual Results: Method Route.GetVirtualPath throws NullReferenceException Expected Results: Method Route.GetVirtualPath must returns valid VirtualPath How often does this happen? Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
