Skip to content

Commit 83a48c1

Browse files
committed
Migrate remaining SWT tests to use text blocks
1 parent f8f7a57 commit 83a48c1

21 files changed

Lines changed: 7669 additions & 8025 deletions

org.eclipse.wb.tests/src/org/eclipse/wb/tests/designer/swt/ManagerUtilsTest.java

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2011 Google, Inc.
2+
* Copyright (c) 2011, 2026 Google, Inc. and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License 2.0 which is available at
@@ -144,12 +144,11 @@ public void test_ensure_ResourceManager() throws Exception {
144144
}
145145

146146
private void parseShell() throws Exception {
147-
shell =
148-
parseComposite(
149-
"// filler filler filler",
150-
"public class Test extends Shell {",
151-
" public Test() {",
152-
" }",
153-
"}");
147+
shell = parseComposite("""
148+
// filler filler filler
149+
public class Test extends Shell {
150+
public Test() {
151+
}
152+
}""");
154153
}
155154
}

0 commit comments

Comments
 (0)