-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build of the last git fail #7
Comments
I pulled latest, and this test (and all the others) are working for me. Mind trying it with mvn clean install? |
It's my first install after the git command, all the files compiles but the above tests failed. |
The call |
This seems to be an issue with git munging the line-endings on Windows in one of the files (if you're running on Windows). If you've not modified anything, try ...
to stop git changing the line-endings and breaking the test. |
using the command mvn -s ./support/settings.xml install
T E S T S
Running org.projectodd.stilts.stomp.protocol.websockets.WebSocketDisconnectionNe
gotiatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
Running org.projectodd.stilts.stomp.protocol.StompMessageEncoderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.projectodd.stilts.stomp.protocol.StompFrameEncoderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.projectodd.stilts.stomp.protocol.StompMessageDecoderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.projectodd.stilts.stomp.client.protocol.websockets.WebSocketChalleng
eTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.948 sec
Running org.projectodd.stilts.stomp.protocol.StompFrameDecoderTest
Tests run: 3, Failures: 2, Errors: 1, Skipped: 0, Time elapsed: 0.03 sec <<< FAI
LURE!
Results :
Failed tests:
testDecodeConnect(org.projectodd.stilts.stomp.protocol.StompFrameDecoderTest)
testDecodeNullTerminatedMessage(org.projectodd.stilts.stomp.protocol.StompFram
eDecoderTest)
Tests in error:
testDecodeIncomplete(org.projectodd.stilts.stomp.protocol.StompFrameDecoderTes
t)
Tests run: 14, Failures: 2, Errors: 1, Skipped: 0
The text was updated successfully, but these errors were encountered: