Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] uDig Tests

Okay I found a reasonable way forward.

I have created a class with a static constant that can be used to turn the failing tests back on.
At the top of each test that is in error; I am adding:

if( EditTestControl.DISABLE ) return;

-- 
Jody Garnett

On Wednesday, 30 November 2011 at 6:44 PM, Jody Garnett wrote:

Okay I stopped at the edit tool tests; I am pretty unhappy turning these off as i suspect they are important.


-- 
Jody Garnett

On Wednesday, 30 November 2011 at 5:28 PM, Jody Garnett wrote:

Morning Cliff:

I have finished cleaning up the tests for net.refractions.udig.ui.tests; so there is at least one plugin for you to try out with Tycho tomorrow. There are 74 tests left after Xing out the ones that did not pass.

Paul and I will continue to grind through the remaining items.

-- 
Jody Garnett




Back to the top