From 49447e9bc94301987aabe9ed1de7f501533b01de Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 29 Oct 2008 17:51:42 +0000 Subject: [PATCH] Moved tests over from testsuite to beans --- .../beans/factory/wiring/BeanConfigurerSupportTests.java | 0 .../springframework/beans/factory/wiring/BeanWiringInfoTests.java | 0 .../factory/wiring/ClassNameBeanWiringInfoResolverTests.java | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {org.springframework.testsuite => org.springframework.beans}/src/test/java/org/springframework/beans/factory/wiring/BeanConfigurerSupportTests.java (100%) rename {org.springframework.testsuite => org.springframework.beans}/src/test/java/org/springframework/beans/factory/wiring/BeanWiringInfoTests.java (100%) rename {org.springframework.testsuite => org.springframework.beans}/src/test/java/org/springframework/beans/factory/wiring/ClassNameBeanWiringInfoResolverTests.java (100%) diff --git a/org.springframework.testsuite/src/test/java/org/springframework/beans/factory/wiring/BeanConfigurerSupportTests.java b/org.springframework.beans/src/test/java/org/springframework/beans/factory/wiring/BeanConfigurerSupportTests.java similarity index 100% rename from org.springframework.testsuite/src/test/java/org/springframework/beans/factory/wiring/BeanConfigurerSupportTests.java rename to org.springframework.beans/src/test/java/org/springframework/beans/factory/wiring/BeanConfigurerSupportTests.java diff --git a/org.springframework.testsuite/src/test/java/org/springframework/beans/factory/wiring/BeanWiringInfoTests.java b/org.springframework.beans/src/test/java/org/springframework/beans/factory/wiring/BeanWiringInfoTests.java similarity index 100% rename from org.springframework.testsuite/src/test/java/org/springframework/beans/factory/wiring/BeanWiringInfoTests.java rename to org.springframework.beans/src/test/java/org/springframework/beans/factory/wiring/BeanWiringInfoTests.java diff --git a/org.springframework.testsuite/src/test/java/org/springframework/beans/factory/wiring/ClassNameBeanWiringInfoResolverTests.java b/org.springframework.beans/src/test/java/org/springframework/beans/factory/wiring/ClassNameBeanWiringInfoResolverTests.java similarity index 100% rename from org.springframework.testsuite/src/test/java/org/springframework/beans/factory/wiring/ClassNameBeanWiringInfoResolverTests.java rename to org.springframework.beans/src/test/java/org/springframework/beans/factory/wiring/ClassNameBeanWiringInfoResolverTests.java