-
Bug
-
Resolution: Fixed
-
P4
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8339239 | 8u441 | Vanitha B P | P4 | Resolved | Fixed | b01 |
Some java.time test cleanup.
The test
jdk\test\java\time\tck\java\time\chrono\TCKChronoPeriod.java
is not annotated with TestNG's @Test annotation - this prevents it from being correctly recognized by JCK's testfinder....
Also,
jdk\test\java\time\tck\java\time\chrono\CopticChronology.java
jdk\test\java\time\tck\java\time\chrono\CopticDate.java
jdk\test\java\time\tck\java\time\chrono\CopticEra.java
don't have
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
headers.
The test
jdk\test\java\time\tck\java\time\chrono\TCKChronoPeriod.java
is not annotated with TestNG's @Test annotation - this prevents it from being correctly recognized by JCK's testfinder....
Also,
jdk\test\java\time\tck\java\time\chrono\CopticChronology.java
jdk\test\java\time\tck\java\time\chrono\CopticDate.java
jdk\test\java\time\tck\java\time\chrono\CopticEra.java
don't have
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
headers.
- backported by
-
JDK-8339239 Missing @Test annotation and copyright in java.time tests
- Resolved