Skip to content

Commit a4ec963

Browse files
committed
Fix missing name
1 parent 4bfb13b commit a4ec963

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/MultiReleaseLaunchTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ protected void setUp() throws Exception {
7676
String id = "MultiReleaseLaunchTests-" + UUID.randomUUID() + "-" + i;
7777
VMStandin workingCopy = new VMStandin(type, id);
7878
workingCopy.setInstallLocation(location);
79+
workingCopy.setName(id);
7980
IVMInstall install = workingCopy.convertToRealVM();
8081
if (removeIfMatch(requiredJavaVersions, install)) {
8182
disposeVms.add(() -> type.disposeVMInstall(id));

0 commit comments

Comments
 (0)