javacc / javaccPlugin

A JavaCC plugin for Gradle
MIT License
33 stars 16 forks source link

gradlew check tests are failing in the latest version #39

Closed zosrothko closed 5 years ago

zosrothko commented 7 years ago

Hi The tests from the latest master version are failing. See the log below

git show
Z:\git\javaccPlugin>git show
commit f001e5f9607fca8ee663c4ab6e302705ecf5d095
Author: John Martel <jonathan.martel@coglinc.ca>
Date:   Wed Jan 18 18:32:33 2017 -0500

    Fix javadoc errors
ca.coglinc.gradle.plugins.javacc.compiler.JavaccCompilerInputOutputConfigurationTest > getCompleteSourceTreeExcludesOutputFolder FAI
LED
    java.lang.AssertionError at JavaccCompilerInputOutputConfigurationTest.java:177

ca.coglinc.gradle.plugins.javacc.compiler.JavaccCompilerInputOutputConfigurationTest > getJavaSourceTreeExcludesOutputFolder FAILED
    java.lang.AssertionError at JavaccCompilerInputOutputConfigurationTest.java:126

ca.coglinc.gradle.plugins.javacc.programexecution.JjdocProgramInvokerTest > givenHtmlOutputStyleWhenAugmentArgumentsThenAppendsHtmlO
utputFile FAILED
    java.lang.AssertionError at JjdocProgramInvokerTest.java:89

ca.coglinc.gradle.plugins.javacc.programexecution.JjdocProgramInvokerTest > givenTextOutputStyleWhenAugmentArgumentsThenAppendsTextO
utputFile FAILED
    java.lang.AssertionError at JjdocProgramInvokerTest.java:89

107 tests completed, 4 failed
johnmartel commented 5 years ago

As of latest master, this is fixed.