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
> 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
> 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:
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.
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
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
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