Hey, just noticed that some wms kml tests do not run at all, as they override buildTestData():TestData by returning an empty TestData. They claim to be passing but the following error is logged:
WARNING: Skipping class org.vfny.geoserver.wms.responses.map.kml.KMLVectorTransformerTest.testEncodeWithPaging since test data is not available
Removing the buildTestData() override makes then actually run, but not to pass.
I guess I can fix the tests as they just seem to be expecting some xpath expressions that changed over time.
But just to let you know, be careful about false positive tests like these.
Cheers,
Gabriel