Skip to content

Commit

Permalink
Missing configuration the the acidic tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Escoffier <clement.escoffier@gmail.com>
  • Loading branch information
cescoffier committed Apr 16, 2014
1 parent b9452fe commit bbceade
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public void testInitializationWithNoFiles() throws MojoExecutionException {
AsciidocMojo mojo = new AsciidocMojo();
mojo.basedir = basedir;
mojo.buildDirectory = new File(mojo.basedir, "target");
mojo.doctype = "article";
mojo.backend = "html5";
mojo.execute();

assertThat(mojo.instance).isNotNull();
Expand Down Expand Up @@ -119,6 +121,8 @@ public void testAccept() throws MojoExecutionException {
AsciidocMojo mojo = new AsciidocMojo();
mojo.basedir = basedir;
mojo.buildDirectory = new File(mojo.basedir, "target");
mojo.doctype = "article";
mojo.backend = "html5";
// Regular extensions.
mojo.execute();

Expand Down

0 comments on commit bbceade

Please sign in to comment.