* @see junit.framework.TestCase#setUp()
*/
@SuppressWarnings("rawtypes")
@Before
public void setUp() throws Exception {
mockData = new WMSMockData();
mockData.setUp();
// Map<String, String> namespaces = new HashMap<String, String>();
// namespaces.put("atom", "http://purl.org/atom/ns#");
// XMLUnit.setXpathNamespaceContext(new SimpleNamespaceContext(namespaces));