IndexOutOfRange exception thrown by methods in PathUtils

Bug #621325 reported by suresh.thummalapenta
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
NUnit Framework
New
Undecided
Unassigned

Bug Description

Following tests throw IndexOutOfRangeExceptions

1.

public void SamePathOrUnderThrowsIndexOutOfRangeException601282010112() {
            bool b;
            PathUtils.SamePathOrUnder("", "/");
}

2.

public void GetAssemblyPathFromFileUriThrowsIndexOutOfRangeException991282009079() {
            string s;
           PathUtils.GetAssemblyPathFromFileUri("\0\0\0\0\0\0\0/");
}

Revision history for this message
Charlie Poole (charlie.poole) wrote :

This bug has had no further action because it's actually on the wrong project! It applies to NUnit, not nunit-results. I'm re-assigning it to the nunit-3.0 project.

affects: nunit-results → nunit-3.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.