[Mono-bugs] [Bug 671753] New: Method Route.GetVirtualPath doesn't use RouteData values when checking constraints.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Feb 14 10:41:11 EST 2011
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: mhabersack at novell.com
ReportedBy: aprisobal at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list