Merge branch '1.2.x'
This commit is contained in:
commit
370e957a54
|
|
@ -146,7 +146,7 @@ public class UndertowEmbeddedServletContainerFactoryTests extends
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.container = factory.getEmbeddedServletContainer();
|
this.container = factory.getEmbeddedServletContainer();
|
||||||
assertEquals("", contextPath.get());
|
assertEquals("/", contextPath.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue