jlgrock / ClosureJavascriptFramework

A group of plug-ins that can be used in conjunction with maven to execute the Google Closure Compiler on JavaScript code. This Framework allows for scaling and modularity.
MIT License
16 stars 7 forks source link

Unparsable test cases #9

Closed jlgrock closed 12 years ago

jlgrock commented 12 years ago

The regex method for reading in the test cases is working most of the time, but every now and again, it will fail on reading the test case in its entirety. The messages need to show up in the test case section, rather than before it, to help facilitate easy fixing of issues.

jlgrock commented 12 years ago

I have adjusted this so that if it fails to read the regex, it will print a failure with the other failures. Also, I have adjusted this to be able to detect JS syntax exceptions and timeouts, which should solve this in 1.13.0.