From b974bddf478ba58094df51d560a74012bc8c8a76 Mon Sep 17 00:00:00 2001 From: David Syer Date: Thu, 12 Aug 2010 16:57:52 +0000 Subject: [PATCH] BATCHADM-58: fix some more tests --- spring-batch-integration/.classpath | 29 ++++---- spring-batch-integration/.project | 69 ++++++++++--------- .../.settings/org.eclipse.jdt.core.prefs | 4 +- .../org.eclipse.wst.common.component | 1 + ...kFaultTolerantStepJmsIntegrationTests.java | 2 - 5 files changed, 55 insertions(+), 50 deletions(-) diff --git a/spring-batch-integration/.classpath b/spring-batch-integration/.classpath index 371bd2dea..0131c0991 100644 --- a/spring-batch-integration/.classpath +++ b/spring-batch-integration/.classpath @@ -1,14 +1,15 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/spring-batch-integration/.project b/spring-batch-integration/.project index 695b024dd..0b767ed27 100644 --- a/spring-batch-integration/.project +++ b/spring-batch-integration/.project @@ -1,32 +1,37 @@ - - - spring-batch-integration - - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.eclipse.jem.workbench.JavaEMFNature - org.eclipse.wst.common.modulecore.ModuleCoreNature - org.springframework.ide.eclipse.core.springnature - org.eclipse.jdt.core.javanature - org.maven.ide.eclipse.maven2Nature - org.eclipse.wst.common.project.facet.core.nature - - + + + spring-batch-integration + + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.springframework.ide.eclipse.core.springbuilder + + + + + org.maven.ide.eclipse.maven2Builder + + + + + + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.springframework.ide.eclipse.core.springnature + org.eclipse.jdt.core.javanature + org.maven.ide.eclipse.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + + diff --git a/spring-batch-integration/.settings/org.eclipse.jdt.core.prefs b/spring-batch-integration/.settings/org.eclipse.jdt.core.prefs index edb5db1ad..526b3f377 100644 --- a/spring-batch-integration/.settings/org.eclipse.jdt.core.prefs +++ b/spring-batch-integration/.settings/org.eclipse.jdt.core.prefs @@ -1,4 +1,4 @@ -#Wed Aug 20 13:59:46 BST 2008 +#Thu Aug 12 17:18:50 BST 2010 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 @@ -22,7 +22,7 @@ org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning -org.eclipse.jdt.core.compiler.problem.forbiddenReference=error +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore diff --git a/spring-batch-integration/.settings/org.eclipse.wst.common.component b/spring-batch-integration/.settings/org.eclipse.wst.common.component index 62ba7949e..e3dd0ebe5 100644 --- a/spring-batch-integration/.settings/org.eclipse.wst.common.component +++ b/spring-batch-integration/.settings/org.eclipse.wst.common.component @@ -3,5 +3,6 @@ + diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/RemoteChunkFaultTolerantStepJmsIntegrationTests.java b/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/RemoteChunkFaultTolerantStepJmsIntegrationTests.java index 69ef6df69..4f2172301 100644 --- a/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/RemoteChunkFaultTolerantStepJmsIntegrationTests.java +++ b/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/RemoteChunkFaultTolerantStepJmsIntegrationTests.java @@ -6,7 +6,6 @@ import java.io.File; import java.util.Collections; import org.junit.BeforeClass; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.batch.core.BatchStatus; @@ -24,7 +23,6 @@ import org.springframework.util.FileSystemUtils; @ContextConfiguration @RunWith(SpringJUnit4ClassRunner.class) -@Ignore // TODO: work out why this breaks with SI 2.0 public class RemoteChunkFaultTolerantStepJmsIntegrationTests { @BeforeClass