From 2053ff360891742e551e2dde14e138de23006138 Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 6 Sep 2010 13:10:42 +0000 Subject: [PATCH] Spelling error in test package --- .../support/JobExplorerFactoryBeanTests.java | 2 +- .../support/MapJobExplorerFactoryBeanTests.java | 2 +- .../support/MapJobExplorerIntegrationTests.java | 2 +- .../{exlore => explore}/support/SimpleJobExplorerTests.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename spring-batch-core/src/test/java/org/springframework/batch/core/{exlore => explore}/support/JobExplorerFactoryBeanTests.java (97%) rename spring-batch-core/src/test/java/org/springframework/batch/core/{exlore => explore}/support/MapJobExplorerFactoryBeanTests.java (92%) rename spring-batch-core/src/test/java/org/springframework/batch/core/{exlore => explore}/support/MapJobExplorerIntegrationTests.java (95%) rename spring-batch-core/src/test/java/org/springframework/batch/core/{exlore => explore}/support/SimpleJobExplorerTests.java (99%) diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/exlore/support/JobExplorerFactoryBeanTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/explore/support/JobExplorerFactoryBeanTests.java similarity index 97% rename from spring-batch-core/src/test/java/org/springframework/batch/core/exlore/support/JobExplorerFactoryBeanTests.java rename to spring-batch-core/src/test/java/org/springframework/batch/core/explore/support/JobExplorerFactoryBeanTests.java index 5e17045ed..02659b454 100644 --- a/spring-batch-core/src/test/java/org/springframework/batch/core/exlore/support/JobExplorerFactoryBeanTests.java +++ b/spring-batch-core/src/test/java/org/springframework/batch/core/explore/support/JobExplorerFactoryBeanTests.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.springframework.batch.core.exlore.support; +package org.springframework.batch.core.explore.support; import static junit.framework.Assert.assertTrue; import static junit.framework.Assert.fail; diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/exlore/support/MapJobExplorerFactoryBeanTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/explore/support/MapJobExplorerFactoryBeanTests.java similarity index 92% rename from spring-batch-core/src/test/java/org/springframework/batch/core/exlore/support/MapJobExplorerFactoryBeanTests.java rename to spring-batch-core/src/test/java/org/springframework/batch/core/explore/support/MapJobExplorerFactoryBeanTests.java index bcacf3fd5..983bcd8df 100644 --- a/spring-batch-core/src/test/java/org/springframework/batch/core/exlore/support/MapJobExplorerFactoryBeanTests.java +++ b/spring-batch-core/src/test/java/org/springframework/batch/core/explore/support/MapJobExplorerFactoryBeanTests.java @@ -1,4 +1,4 @@ -package org.springframework.batch.core.exlore.support; +package org.springframework.batch.core.explore.support; import static org.junit.Assert.assertEquals; diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/exlore/support/MapJobExplorerIntegrationTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/explore/support/MapJobExplorerIntegrationTests.java similarity index 95% rename from spring-batch-core/src/test/java/org/springframework/batch/core/exlore/support/MapJobExplorerIntegrationTests.java rename to spring-batch-core/src/test/java/org/springframework/batch/core/explore/support/MapJobExplorerIntegrationTests.java index 76d532672..f138edead 100644 --- a/spring-batch-core/src/test/java/org/springframework/batch/core/exlore/support/MapJobExplorerIntegrationTests.java +++ b/spring-batch-core/src/test/java/org/springframework/batch/core/explore/support/MapJobExplorerIntegrationTests.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.springframework.batch.core.exlore.support; +package org.springframework.batch.core.explore.support; import static org.junit.Assert.assertEquals; diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/exlore/support/SimpleJobExplorerTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/explore/support/SimpleJobExplorerTests.java similarity index 99% rename from spring-batch-core/src/test/java/org/springframework/batch/core/exlore/support/SimpleJobExplorerTests.java rename to spring-batch-core/src/test/java/org/springframework/batch/core/explore/support/SimpleJobExplorerTests.java index 266d6ad7a..31be09f4f 100644 --- a/spring-batch-core/src/test/java/org/springframework/batch/core/exlore/support/SimpleJobExplorerTests.java +++ b/spring-batch-core/src/test/java/org/springframework/batch/core/explore/support/SimpleJobExplorerTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.springframework.batch.core.exlore.support; +package org.springframework.batch.core.explore.support; import static org.easymock.EasyMock.createMock; import static org.easymock.EasyMock.expect;