jmx-dev Integrated: 8342633: javax/management/security/HashedPasswordFileTest.java creates tmp file in src dir

Kevin Walls kevinw at openjdk.org
Tue Oct 22 08:32:20 UTC 2024


On Mon, 21 Oct 2024 09:21:35 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> Test update: HashedPasswordFileTest.java was using System.getProperty("test.src") as a place to _create_ a file.
> 
> jtreg gives us the current working directory for the test invocation as a scratch directory.  Create files there, without reading any property to find another location.

This pull request has now been integrated.

Changeset: de441c2b
Author:    Kevin Walls <kevinw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/de441c2b6891ad475f516d14b793efbe65f1477c
Stats:     3 lines in 1 file changed: 0 ins; 2 del; 1 mod

8342633: javax/management/security/HashedPasswordFileTest.java creates tmp file in src dir

Reviewed-by: dfuchs, amenkov

-------------

PR: https://git.openjdk.org/jdk/pull/21602


More information about the jmx-dev mailing list