From 052edfc02e6feac5de47e112e863d4c5079749c4 Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Sat, 1 Aug 2015 02:36:06 +0900 Subject: [PATCH] #147: Add some bean definitions at test-context.xml * bean definition of * bean definition of ExceptionLogger (cherry picked from commit 0ea89bdf9d635f846f99809e58a290170d334a81) --- .../src/test/resources/test-context.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/projectName-domain/src/test/resources/test-context.xml b/projectName-domain/src/test/resources/test-context.xml index 78f586ae..d4d74a6d 100644 --- a/projectName-domain/src/test/resources/test-context.xml +++ b/projectName-domain/src/test/resources/test-context.xml @@ -1,11 +1,21 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd + "> + + + + +