Re: Skipping unit tests

2009-05-14 Thread Gabriel Genellina
En Mon, 11 May 2009 10:33:03 -0300, Ulrich Eckhardt escribió: We have a few tests for some module here. These tests are under development and applied to older versions (with less features) of the module, too. That means that if I have module version 42, tests A and B can not possibly work

Skipping unit tests

2009-05-11 Thread Ulrich Eckhardt
Hi! We have a few tests for some module here. These tests are under development and applied to older versions (with less features) of the module, too. That means that if I have module version 42, tests A and B can not possibly work. I don't want to have test failures but I also don't want to fork