From 9caa4442082edd77d32b81181481a82d35127768 Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 24 Jan 2008 08:50:03 +0000 Subject: [PATCH] OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename http://jira.springframework.org/browse/BATCH-304 Rename test case Properties -> Parameters --- ...actoryTests.java => ScheduledJobParametersFactoryTests.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spring-batch-execution/src/test/java/org/springframework/batch/execution/bootstrap/support/{ScheduledJobInstancePropertiesFactoryTests.java => ScheduledJobParametersFactoryTests.java} (96%) diff --git a/spring-batch-execution/src/test/java/org/springframework/batch/execution/bootstrap/support/ScheduledJobInstancePropertiesFactoryTests.java b/spring-batch-execution/src/test/java/org/springframework/batch/execution/bootstrap/support/ScheduledJobParametersFactoryTests.java similarity index 96% rename from spring-batch-execution/src/test/java/org/springframework/batch/execution/bootstrap/support/ScheduledJobInstancePropertiesFactoryTests.java rename to spring-batch-execution/src/test/java/org/springframework/batch/execution/bootstrap/support/ScheduledJobParametersFactoryTests.java index b716fead3..bdcfeef39 100644 --- a/spring-batch-execution/src/test/java/org/springframework/batch/execution/bootstrap/support/ScheduledJobInstancePropertiesFactoryTests.java +++ b/spring-batch-execution/src/test/java/org/springframework/batch/execution/bootstrap/support/ScheduledJobParametersFactoryTests.java @@ -29,7 +29,7 @@ import org.springframework.util.StringUtils; * @author Lucas Ward * */ -public class ScheduledJobInstancePropertiesFactoryTests extends TestCase { +public class ScheduledJobParametersFactoryTests extends TestCase { ScheduledJobParametersFactory factory;