From b77d06e90381761bdd2969f81d2a96192e438439 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Mon, 15 Feb 2010 13:23:47 +0000 Subject: [PATCH] + fix test by disabling autowiring git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2979 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../annotation/ltw/ComponentScanningWithLTWTests.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.springframework.integration-tests/src/test/java/org/springframework/context/annotation/ltw/ComponentScanningWithLTWTests.xml b/org.springframework.integration-tests/src/test/java/org/springframework/context/annotation/ltw/ComponentScanningWithLTWTests.xml index d16a4c3ef3a..2134144b55b 100644 --- a/org.springframework.integration-tests/src/test/java/org/springframework/context/annotation/ltw/ComponentScanningWithLTWTests.xml +++ b/org.springframework.integration-tests/src/test/java/org/springframework/context/annotation/ltw/ComponentScanningWithLTWTests.xml @@ -4,14 +4,14 @@ 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-2.5.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd" + "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" default-autowire="byType"> - +