Skip to content

Commit

Permalink
OHFJIRA-45 - Stop processing synchronous requests in stopping mode
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-havlicek committed Jun 14, 2017
1 parent 2aa1566 commit 13c9d42
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -17,6 +17,7 @@
import org.openhubframework.openhub.api.entity.MutableNode;
import org.openhubframework.openhub.api.exception.IntegrationException;
import org.openhubframework.openhub.api.route.AbstractBasicRoute;
import org.openhubframework.openhub.core.AbstractCoreDbTest;
import org.openhubframework.openhub.core.AbstractCoreTest;
import org.openhubframework.openhub.core.common.asynch.ExceptionTranslationRoute;
import org.openhubframework.openhub.spi.node.ChangeNodeCallback;
Expand All @@ -34,7 +35,7 @@
*/
@ActiveRoutes(classes = ExceptionTranslationRoute.class)
@TestPropertySource(properties = {URI_INPUT_PATTERN_FILTER + "=direct:inputUri"})
public class StartProcessingMessagePolicyFactoryTest extends AbstractCoreTest {
public class StartProcessingMessagePolicyFactoryTest extends AbstractCoreDbTest {

@EndpointInject(uri = "mock:inputRoute")
private MockEndpoint inputRouteMock;
Expand Down

0 comments on commit 13c9d42

Please sign in to comment.