changed remote lookup in test
This commit is contained in:
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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user