Mxunit

Does anybody using mxunit for unit testing ever see weird output like this??
under ACF11 the same tests run fine

This page contains the following errors:

error on line 2229 at column 44: Double hyphen within comment: <!-- brain no working, but this does 
error on line 2245 at column 28: Double hyphen within comment: <!-- brain no working, but this does --->
							
Below is a rendering of the page up to the first error.

MXUnit Test Results 0 Failures 0 Errors 1 Successes

fixing the weird comment looks like there is a problem elsewhere in some cfscript… does anybody still work with mxunit?

I use mxunit. How does your code look like?

if I run the tests in a suite runner, it seems to work most of the time, sometimes Lucee displays no output.

It seems the errors occur using the individual test links to run a specific test that failed, and the “brain” error was in mxunit. After fixing the “brain” comment then I was running into an error saying CF script expected a ; but I’m not sure what file.

I’m running Lucee 5.2.1.9
Are you running the mxunit build downloaded from the site or something pulled from github?

I downloaded the mxunit-2.1.3.zip and I run the unit tests within the browser or as a scheduled task with cfscript.

2.1.4 seems to be working fin