We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c0cce commit 2038a96Copy full SHA for 2038a96
test/jdk/tools/jpackage/share/jdk/jpackage/tests/BasicTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -316,7 +316,7 @@ public void testTemp(TestTempType type) throws IOException {
316
pkgTest.addBundleVerifier(cmd -> {
317
// Check jpackage used the supplied directory.
318
Path tempDir = getTempDirectory(cmd, tempRoot);
319
- TKit.assertPathNotEmptyDirectory(tempDir);
+ TKit.assertDirectoryNotEmpty(tempDir);
320
});
321
}
322
0 commit comments