Fix name and test on timestamp-batch-2.0.x TimestampBatchTaskTests (#203)
This commit is contained in:
committed by
GitHub
parent
3949eb58cf
commit
72e7a9236e
@@ -11,7 +11,7 @@
|
||||
<groupId>io.spring</groupId>
|
||||
<artifactId>timestamp-batch-task</artifactId>
|
||||
<version>2.0.2</version>
|
||||
<name>timestamp-task</name>
|
||||
<name>timestamp-batch-task</name>
|
||||
<description>Simple Timestamp sample.</description>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -39,8 +39,8 @@ public class TimestampBatchTaskTests {
|
||||
final String TEST_DATE_DOTS = ".......";
|
||||
final String CREATE_TASK_MESSAGE = "Creating: TaskExecution{executionId=";
|
||||
final String UPDATE_TASK_MESSAGE = "Updating: TaskExecution with executionId=1 with the following";
|
||||
final String JOB1_MESSAGE = "Job1 was run with date ";
|
||||
final String JOB2_MESSAGE = "Job2 was run with date ";
|
||||
final String JOB1_MESSAGE = "Job1 was run with ";
|
||||
final String JOB2_MESSAGE = "Job2 was run with ";
|
||||
|
||||
String[] args = {"--timestamp.format=yyyy" + TEST_DATE_DOTS};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user