> testDoGet ( com.marioapp.GuestbookServletTest ) Time elapsed : 0.204 sec <<<
> FAILURE !
> junit.framework.ComparisonFailure : expected : < Hello , [ ] test
> But was: < Hello , [ MARIO ] test
This seems to just be a junit/testng failure. Your test is failing,
fix it and try again.
> [ INFO] Nothing to compile - all classes are up to date
Try "mvn clean compile" or just add clean in front of whatever command
you were using "mvn clean {...}" to force Maven to delete the compiled
files before compiling the project.
Wayne
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]