Re: [Pharo-users] how to debug zinc server errors from tests

2015-01-31 Thread Ben Coman
On Sat, Jan 31, 2015 at 4:48 AM, Sven Van Caekenberghe wrote: > > > On 30 Jan 2015, at 12:18, Ben Coman wrote: > > > > If there is a particular test you want to run outside of the test > framework, essentially you reproduce TestCase>>runCase in the Workspace. > > For example... > > MyClassTe

Re: [Pharo-users] how to debug zinc server errors from tests

2015-01-30 Thread Sven Van Caekenberghe
> On 30 Jan 2015, at 10:11, Martin Bähr > wrote: > > Excerpts from Sven Van Caekenberghe's message of 2015-01-30 07:59:00 +0100: >>> when debugging a zinc server with tests structured as in >>> http://zn.stfx.eu/zn/build-and-deploy-1st-webapp/ >>> i am wondering how to best debug errors in the

Re: [Pharo-users] how to debug zinc server errors from tests

2015-01-30 Thread Sven Van Caekenberghe
> On 30 Jan 2015, at 12:18, Ben Coman wrote: > > If there is a particular test you want to run outside of the test framework, > essentially you reproduce TestCase>>runCase in the Workspace. > For example... > MyClassTest new setUp testMyTest Actually the proper usage is MyTestCase run:

Re: [Pharo-users] how to debug zinc server errors from tests

2015-01-30 Thread Ben Coman
If there is a particular test you want to run outside of the test framework, essentially you reproduce TestCase>>runCase in the Workspace. For example... MyClassTest new setUp testMyTest and you can wrap that in a fork. cheers -ben On Fri, Jan 30, 2015 at 5:11 PM, Martin Bähr < mba...@email.

Re: [Pharo-users] how to debug zinc server errors from tests

2015-01-30 Thread Martin Bähr
Excerpts from Sven Van Caekenberghe's message of 2015-01-30 07:59:00 +0100: > > when debugging a zinc server with tests structured as in > > http://zn.stfx.eu/zn/build-and-deploy-1st-webapp/ > > i am wondering how to best debug errors in the server while running tests. > > > > one test makes a ZnC

Re: [Pharo-users] how to debug zinc server errors from tests

2015-01-29 Thread Sven Van Caekenberghe
Martin, > On 29 Jan 2015, at 06:23, Martin Bähr > wrote: > > hi, > > when debugging a zinc server with tests structured as in > http://zn.stfx.eu/zn/build-and-deploy-1st-webapp/ > i am wondering how to best debug errors in the server while running tests. > > one test makes a ZnClient connecti

[Pharo-users] how to debug zinc server errors from tests

2015-01-28 Thread Martin Bähr
hi, when debugging a zinc server with tests structured as in http://zn.stfx.eu/zn/build-and-deploy-1st-webapp/ i am wondering how to best debug errors in the server while running tests. one test makes a ZnClient connection to a testserver started from the same test. the test fails with the server