Re: [opennms-devel] missing rows when using PopulatedTemporaryDatabaseTestCase

2010-02-16 Thread jonathan sartin
On 7 Feb 2010, at 21:47, DJ Gregor wrote: Jonathan, PopulatedTemporaryDatabaseTestCase populates the database with just the OpenNMS schema (tables, indexes, etc.), but no data in the tables. You'll have to do that yourself or add to initializeDatabase() in PopulatedTemporaryDatabaseTestCase

Re: [opennms-devel] missing rows when using PopulatedTemporaryDatabaseTestCase

2010-02-07 Thread DJ Gregor
Jonathan, PopulatedTemporaryDatabaseTestCase populates the database with just the OpenNMS schema (tables, indexes, etc.), but no data in the tables. You'll have to do that yourself or add to initializeDatabase() in PopulatedTemporaryDatabaseTestCase. There might be unintended consequences of doi

[opennms-devel] missing rows when using PopulatedTemporaryDatabaseTestCase

2010-02-06 Thread jonathan sartin
Hi Chaps, I have a persistent failing set of tests - see http://bamboo.internal.opennms.com:8085/browse/OPENNMS-FEATUREREPORTINGAPI-23/test/org.opennms.web.svclayer.DefaultOutageServiceIntegrationTest for and example of what I mean. I think my create.sql foo is not up to the job. I'm missing