* Check maxConnections, connectTimeout, and readTimeout, stored as metadata properties in a
* 2.1.3+ configuration are read back as actual properties.
*/
@Test
public void testWMSStoreBackwardsCompatibility() throws Exception {
Catalog catalog = new CatalogImpl();
CatalogFactory cFactory = catalog.getFactory();
WorkspaceInfo ws = cFactory.createWorkspace();
ws.setName( "foo" );
WMSStoreInfo wms1 = cFactory.createWebMapServer();