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 54327bc commit df3473eCopy full SHA for df3473e
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
@@ -317,7 +317,7 @@ public void testTemp(TestTempType type) throws IOException {
317
pkgTest.addBundleVerifier(cmd -> {
318
// Check jpackage used the supplied directory.
319
Path tempDir = getTempDirectory(cmd, tempRoot);
320
- TKit.assertPathNotEmptyDirectory(tempDir);
+ TKit.assertDirectoryNotEmpty(tempDir);
321
});
322
}
323
0 commit comments