8000
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 230e75a commit 1821d2dCopy full SHA for 1821d2d
sqldev/src/main/java/org/utplsql/sqldev/oddgen/TestTemplate.java
@@ -53,8 +53,9 @@ public String generateSpec() {
53
if (!context.getSuitePath().isEmpty()) {
54
sb.append("\t--%suitepath(");
55
sb.append(context.getSuitePath());
56
- sb.append(")\n\n");
+ sb.append(")\n");
57
}
58
+ sb.append("\n");
59
for (final String u : units) {
60
final String unit = u.toLowerCase();
61
if (context.getNumberOfTestsPerUnit() > 1
0 commit comments