File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
spring-context/src/test/java/org/springframework/scheduling/support Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ pom.xml
19
19
/build
20
20
buildSrc /build
21
21
/spring- * /build
22
+ target /
22
23
23
24
# Eclipse artifacts, including WTP generated manifests
24
25
.classpath
Original file line number Diff line number Diff line change @@ -422,8 +422,8 @@ public void testSpecificMinuteSecond() throws Exception {
422
422
423
423
@ Test
424
424
public void testSpecificHourSecond () throws Exception {
425
- CronTrigger trigger = new CronTrigger ("55 * 2 * * *" , timeZone );
426
- calendar .set (Calendar .HOUR_OF_DAY , 1 );
425
+ CronTrigger trigger = new CronTrigger ("55 * 10 * * *" , timeZone );
426
+ calendar .set (Calendar .HOUR_OF_DAY , 9 );
427
427
calendar .set (Calendar .SECOND , 54 );
428
428
Date date = calendar .getTime ();
429
429
TriggerContext context1 = getTriggerContext (date );
You can’t perform that action at this time.
0 commit comments