From df7d8f3c47a13e6c1041ea42880a4ed3c1563a3e Mon Sep 17 00:00:00 2001 From: dsyer Date: Sun, 21 Oct 2007 15:44:43 +0000 Subject: [PATCH] RESOLVED - issue BATCH-145: Move CollectionItemProvider to infrastructure from samples http://opensource.atlassian.com/projects/spring/browse/BATCH-145 Moved it into infrastructure (in the wrong place originally). --- .../batch/item/provider/AggregateItemProviderTests.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename infrastructure/src/{main => test}/java/org/springframework/batch/item/provider/AggregateItemProviderTests.java (100%) diff --git a/infrastructure/src/main/java/org/springframework/batch/item/provider/AggregateItemProviderTests.java b/infrastructure/src/test/java/org/springframework/batch/item/provider/AggregateItemProviderTests.java similarity index 100% rename from infrastructure/src/main/java/org/springframework/batch/item/provider/AggregateItemProviderTests.java rename to infrastructure/src/test/java/org/springframework/batch/item/provider/AggregateItemProviderTests.java