Issue 101: flowservice : MeandreServerIntegrationTest
Project Member Reported by kumarami...@gmail.com, Apr 9, 2010
Few issues:
1. Has mysql username and password hardcoded -a big no. Can you remove that
and use the property file -Extend BaseManagerTestCase and store the jdbc
properties there. Load the jdbc properties from the settings.xml file.

2. Make sure this test works? It is kind of good test to have in anycase.