RFR: 8319668: Fixup of jar filename typo in BadFactoryTest.sh
Alan Bateman
alanb at openjdk.org
Tue Nov 21 16:39:07 UTC 2023
On Thu, 9 Nov 2023 16:49:41 GMT, Gaurav Chaudhari <duke at openjdk.org> wrote:
> The file test/jdk/javax/script/JDK_8196959/BadFactoryTest.sh contains a typo. When running without security manager, the test references 'badfactoty.jar' instead of 'badfactory.jar'. This change addresses this by correcting the jar name.
Looks okay. This test is begging to be re-written in Java, maybe some day.
I assume the copyright header will be updated before this change is integrated.
-------------
Marked as reviewed by alanb (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16585#pullrequestreview-1742482324
More information about the core-libs-dev
mailing list