What steps will reproduce the problem?
1. Ran a test which failed during <Setup>
2. Clicked on failed test item in Explorer (not parent)
What is the expected output? What do you see instead?
System.ArgumentOutOfRangeException: Index was out of range. Must be
non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at System.Collections.Generic.List`1.get_Item(Int32 index)
at System.Collections.ObjectModel.Collection`1.get_Item(Int32 index)
at Aga.Controls.Tree.TreeNodeAdv.NodeCollection.RemoveItem(Int32 index)
at System.Collections.ObjectModel.Collection`1.RemoveAt(Int32 index)
at Aga.Controls.Tree.TreeNodeAdv.NodeCollection.ClearItems()
at System.Collections.ObjectModel.Collection`1.Clear()
at Aga.Controls.Tree.TreeViewAdv.ReadChilds(TreeNodeAdv parentNode,
Boolean performFullUpdate)
at Aga.Controls.Tree.TreeViewAdv._model_StructureChanged(Object sender,
TreePathEventArgs e)
at Aga.Controls.Tree.TreeModelBase.OnStructureChanged(TreePathEventArgs
args)
at Gallio.Icarus.Models.ProjectTreeModel.<set_TestProject>b__0(Object
sender, EventArgs e)
at Gallio.Common.Policies.EventHandlerPolicy.SafeInvoke(EventHandler
handlerChain, Object sender, EventArgs e) in c:\RelEng\Projects\MbUnit
v3.1\Work\src\Gallio\Gallio\Common\Policies\EventHandlerPolicy.cs:line 43
Reported by:
UnhandledExceptionPolicy
at
Gallio.Icarus.Reports.ReportMonitor.<SetupDirectoryWatcher>b__7(Object
sender, FileSystemEventArgs e)
at System.IO.FileSystemWatcher.CompletionStatusChanged(UInt32 errorCode,
UInt32 numBytes, NativeOverlapped* overlappedPointer)
at
System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32
errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
What version of the product are you using? On what operating system?
3.1 build 397 on Windows 7 x64
Please provide any additional information below.
Fault is intermittent, but has occurred more than once.
Original issue reported on code.google.com by bender.oh@googlemail.com on 6 Mar 2010 at 12:07
Original issue reported on code.google.com by
bender.oh@googlemail.com
on 6 Mar 2010 at 12:07