nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00659
[Bug 515796] Re: PNunit agent fails to properly start
Have you followed the workaround instructions in the other bug?
Essentially, you can only run pnunit if you either copy your test
assembly to the NUnit's bin\net-2.0 directory or copy the pnunit and
several nunit assemblies to the directory containing your test.
--
PNunit agent fails to properly start
https://bugs.launchpad.net/bugs/515796
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: Confirmed
Bug description:
Using the latest version of nunit 2.5.3 (just downloaded today).
I'm attempting to run the pnunit tests, but am having issues with getting the agent to startup. If I use the pnunit distribution, it starts up and binds to port 8080 and prints out messages. However, the pnunit-agent that I get from this nunit distribution just hangs (running netstat -an does show it bound to port 8080).
I've dropped my dll file in the directory, updated the config for test.conf and ran:
start pnunit-agent.exe agent.conf
The window pops up, but just remains blank. no output at all. When I run the test using the launcher it just hangs with no output in either window.
This is very similar to bug #498689, but they get the output in the console window from pnunit-agent.
References