changed remote lookup in test

This commit is contained in:
Emil Siverhall 2012-02-15 12:39:03 +01:00
parent 8c6ecb4d7a
commit 06c6ee2355

@ -118,7 +118,7 @@ public class TestDeployConfiguration {
public void testRemoteLookupUrlCfg() throws XPathExpressionException, IOException{
InputSource applicationContextXml = getInputSource(applicationContextPath);
XPath xPath = getApplicationContextXPath();
Assert.assertEquals("https://api.dsv.su.se", xPath.evaluate("/beanNS:beans/beanNS:bean[@id='applicationSettings']/beanNS:property[@name='remoteLookupUrl']/@value", applicationContextXml));
Assert.assertEquals("https://api.dsv.su.se/rest", xPath.evaluate("/beanNS:beans/beanNS:bean[@id='applicationSettings']/beanNS:property[@name='remoteLookupUrl']/@value", applicationContextXml));
}
@Test
public void testRemoteLookupUserCfg() throws XPathExpressionException, IOException{