Comment 6 for bug 860558

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

I responded to your last comment about 18 hours ago and it hasn't shown up here. I'll try again using the online interface to give you a summary of where I think we are.

1. The need to have a reference to pnunit.framework makes sense since that contains the common interfaces used by both the launcher and the agent.

2. The need to have pnunit-agent makes no sense at all. The test domain should not be referencing the agent.

3. While forcing the success of a reference through AssemblyResolver appears to solve your problem, it really doesn't deal with the basic question of why such a reference should be needed. I need to look into this further.

4. Running the equivalent test under MS .NET on Windows, it runs without the error. So this seems to be peculiar to Mono on Linux.

5. I'm asking the authors of pNUnit for help.

6. I'm not opposed to putting in the change you request temporarily if we don't find any better solution.

Charlie