Skip to content

Commit 0a8ac74

Browse files
committed
Rename test class
1 parent 1c05980 commit 0a8ac74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/lang3/time/Java15BugFastDateParserTest.java renamed to src/test/java/org/apache/commons/lang3/time/FastDateParserJava15BugTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* <li>https://bugs.openjdk.java.net/browse/JDK-8248655</li>
4040
* </ul>
4141
*/
42-
class Java15BugFastDateParserTest extends AbstractLangTest {
42+
class FastDateParserJava15BugTest extends AbstractLangTest {
4343

4444
/** @see org.apache.commons.lang3.time.FastDateParserTest#dateParserParameters() */
4545
private static final String DATE_PARSER_PARAMETERS = "org.apache.commons.lang3.time.FastDateParserTest#dateParserParameters()";

0 commit comments

Comments
 (0)