File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
platform-tooling-support-tests/src/test/java/platform/tooling/support/tests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ class ModularUserGuideTests {
53
53
" requires java.desktop;" , //
54
54
" requires java.logging;" , //
55
55
" requires java.scripting;" , //
56
+ " requires jdk.httpserver;" , //
56
57
"}" , //
57
58
"" //
58
59
);
@@ -166,7 +167,7 @@ void runTestsFromUserGuideWithinModularBoundaries(@TempDir Path temp) throws Exc
166
167
var args = compile (temp , out , err );
167
168
// args.forEach(System.out::println);
168
169
169
- assertTrue (err .toString ().isBlank (), () -> err . toString () + "\n \n " + String .join ("\n " , args ));
170
+ assertTrue (err .toString ().isBlank (), () -> err + "\n \n " + String .join ("\n " , args ));
170
171
var listing = Helper .treeWalk (temp );
171
172
assertLinesMatch (List .of ( //
172
173
"destination" , //
You can’t perform that action at this time.
0 commit comments