BasicJavascriptClientTest fails
Opened this issue · 1 comments
GregDThomas commented
I've just tried checking this project out of git, and mvn clean install
gives me the following;
Results :
Failed tests: should be able to receive UTF8 messages(org.projectodd.stilts.stomp.client.js.BasicJavascriptClientTest): Expected: ├ñ├ñbb, was: õõbb
(though oddly the test runs just fine from within Eclipse ...)
pitpalme commented
Had the same issue when using JVM version 1.6.
After setting "JAVA_HOME" to point to 1.7 installation before running "mvn install" it worked.
Haven't found the reason for this behavior yet, but maybe as a temporary solution it helps for you too?