Skip to content

Commit df3473e

Browse files
author
SendaoYan
committed
8343178: Test BasicTest.java javac compile fails cannot find symbol
Reviewed-by: jpai, asemenyuk
1 parent 54327bc commit df3473e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jdk/tools/jpackage/share/jdk/jpackage/tests/BasicTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -317,7 +317,7 @@ public void testTemp(TestTempType type) throws IOException {
317317
pkgTest.addBundleVerifier(cmd -> {
318318
// Check jpackage used the supplied directory.
319319
Path tempDir = getTempDirectory(cmd, tempRoot);
320-
TKit.assertPathNotEmptyDirectory(tempDir);
320+
TKit.assertDirectoryNotEmpty(tempDir);
321321
});
322322
}
323323

0 commit comments

Comments
 (0)