[Spacewalk-devel] more kickstart unit test fixes

2009-03-04 Thread jmrodri
TestObjectStore? So this is to avoid the fact that every test has a new setUp run before it? Why didn't we do it the same as we did with AdvDataSourceTest? public static Test suite() throws Exception { TestSuite suite = new TestSuite(AdvDataSourceTest.class); TestSetup wrapper = new

Re: [Spacewalk-devel] more kickstart unit test fixes

2009-03-04 Thread Justin Sherrill
I'll leave it to mccune or paji for a more detailed explanation... but the purpose as i understand it is to store cobbler values for the Mock connection to simulate cobbler. Although I *think* this will be changing soon, as the current MockConnection/TestObjectStore doesn't handle all of our