From c7144945bc6cc34d7113d7dcd926e09867a24bbb Mon Sep 17 00:00:00 2001 From: nebhale Date: Wed, 20 Feb 2008 13:38:13 +0000 Subject: [PATCH] [BATCH-63] Still missing resources --- ...chNamespaceHandlerTaskletStepMissingTasklet.xml | 12 ++++++++++++ .../BatchNamespaceHandlerTaskletStepOk.xml | 14 ++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerTaskletStepMissingTasklet.xml create mode 100644 spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerTaskletStepOk.xml diff --git a/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerTaskletStepMissingTasklet.xml b/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerTaskletStepMissingTasklet.xml new file mode 100644 index 000000000..ad1b65994 --- /dev/null +++ b/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerTaskletStepMissingTasklet.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerTaskletStepOk.xml b/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerTaskletStepOk.xml new file mode 100644 index 000000000..25e1ac598 --- /dev/null +++ b/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerTaskletStepOk.xml @@ -0,0 +1,14 @@ + + + + + + + + + \ No newline at end of file