Skip to content

Commit

Permalink
Fix tests that depended on the default targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jul 2, 2020
1 parent 3b98838 commit d05f9ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected void writePomWithCppSteps(String... steps) throws IOException {
}

protected void writePomWithTypescriptSteps(String... steps) throws IOException {
writePom(groupWithSteps("typescript", steps));
writePom(groupWithSteps("typescript", including("**/*.ts"), steps));
}

protected void writePomWithPrettierSteps(String includes, String... steps) throws IOException {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public void fromFileJava() throws Exception {
public void fromContentCpp() throws Exception {
String cppLicense = "//my license";
writePomWithCppSteps(
"<includes><include>src/**</include></includes>",
"<licenseHeader>",
" <content>",
cppLicense,
Expand Down

0 comments on commit d05f9ca

Please sign in to comment.