Hi Paul,
 
Sorry you have run into this issue, can you create some simple code that repro's the issue and send it on. I am assuming that the web service is being fed data from the row tests? I would also try reducing your code to the point of a single row and single assert and then build it up until you run in the issue, it will be easier to track down what might be causing this.
 
Cheers
 
Andy
 
Could you create some code that repro's this issue and post it on.
On 9/19/06, Paul B <[EMAIL PROTECTED]> wrote:

I have my tests setup in the manner described here:
http://weblogs.asp.net/dneimke/archive/2005/01/13/351941.aspx

All of a sudden, without any changes to the code that would cause an
MBUnit error, my tests failed to load and I got the errors listed
below.  After having re-installed MBUnit, the problem did not go away.
What domains fail to be loaded? Help!

Also, I am mainly using TestDriven to execute my tests, but it fails
via the standard MbUnit console as well.  Failure is evident before
even running the tests.
" MbUnit.Core.Invokers.MethodFailedLoadingRunInvoker"




DataDriven.ComboTest.MbUnit.Core.Invokers.MethodFailedLoadingRunInvoker
0.000ms  0.82 Kb, 0
Type:MbUnit.Core.Exceptions.FixtureFailedLoadingException
Message:A parent fixture failed
Source:MbUnit.Framework
TargetSite:System.Object Execute(System.Object,
System.Collections.IList)
HelpLink:null
StackTrace:

  at MbUnit.Core.Invokers.MethodFailedLoadingRunInvoker.Execute (Object
o, IList args)
  at MbUnit.Core.RunPipeStarter.Run(Object fixture)

Type:System.Exception
Message:Failed while loading domains from parameter item
Source:
TargetSite:null
HelpLink:null
StackTrace:



Type:System.IndexOutOfRangeException
Message:Index was outside the bounds of the array.
Source:Entriq.Abc.UnitTest.WebService
TargetSite:Entriq.Abc.UnitTest.WebService.ApiData[] GetApiData()
HelpLink:null
StackTrace:

  at UnitTest.WebService.DataDriven.GetApiData() in
c:\webservice\datadriven.cs:line 409



DataDriven.ComboTest.MbUnit.Core.Invokers.MethodFailedLoadingRunInvoker
0.000ms  0.00 Kb, 0
Type:MbUnit.Core.Exceptions.FixtureFailedLoadingException
Message:A parent fixture failed
Source:MbUnit.Framework
TargetSite:System.Object Execute(System.Object,
System.Collections.IList)
HelpLink:null
StackTrace:

  at MbUnit.Core.Invokers.MethodFailedLoadingRunInvoker.Execute(Object
o, IList args)
  at MbUnit.Core.RunPipeStarter.Run(Object fixture)

Type:System.Exception
Message:Could not find domain for argument item
Source:
TargetSite:null
HelpLink:null
StackTrace:






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/MbUnitUser
-~----------~----~----~----~------~----~------~--~---

Reply via email to