From 3c259f3ce881e00435e6cd78ca34cd852432f0ac Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 21 Aug 2007 13:16:29 +0000 Subject: [PATCH] Move BATCH-105: The functionality in "DefaultFlatFileItemProvider" (validating and mapping) should be provided by the infrastructure layer (DefaultFlatFileInputSource). http://opensource.atlassian.com/projects/spring/browse/BATCH-105 --- .../execution/tasklet/support/CompositeItemProcessorTests.java | 0 .../execution/tasklet/support/OutputSourceItemProcessorTests.java | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {execution => infrastructure}/src/test/java/org/springframework/batch/execution/tasklet/support/CompositeItemProcessorTests.java (100%) rename {execution => infrastructure}/src/test/java/org/springframework/batch/execution/tasklet/support/OutputSourceItemProcessorTests.java (100%) diff --git a/execution/src/test/java/org/springframework/batch/execution/tasklet/support/CompositeItemProcessorTests.java b/infrastructure/src/test/java/org/springframework/batch/execution/tasklet/support/CompositeItemProcessorTests.java similarity index 100% rename from execution/src/test/java/org/springframework/batch/execution/tasklet/support/CompositeItemProcessorTests.java rename to infrastructure/src/test/java/org/springframework/batch/execution/tasklet/support/CompositeItemProcessorTests.java diff --git a/execution/src/test/java/org/springframework/batch/execution/tasklet/support/OutputSourceItemProcessorTests.java b/infrastructure/src/test/java/org/springframework/batch/execution/tasklet/support/OutputSourceItemProcessorTests.java similarity index 100% rename from execution/src/test/java/org/springframework/batch/execution/tasklet/support/OutputSourceItemProcessorTests.java rename to infrastructure/src/test/java/org/springframework/batch/execution/tasklet/support/OutputSourceItemProcessorTests.java