java-apns
java-apns copied to clipboard
Failed tests in compilation
Hi,
I'm triying to compile java-apns with "mvn clean install" under ubuntu server but I get this error:
Failed tests:
ApnsSimulatorLongRunningTest.multipleTokensBad_issue145:48->ApnsSimulatorTestBase.assertNumberReceived:190->ApnsSimulatorTestBase.assertIdle:196
Expected: <0>
but: was <1>
Tests in error:
ApnsConnectionTest.sendOneSimple:99 » test timed out after 2000 milliseconds
Tests run: 111, Failures: 1, Errors: 1, Skipped: 3
Please can you help me?
Greetings.
My results look pretty similar: (running Maven 3.0.5 in a CentOS 6.4 vagrant image)
Failed tests: firstTokenBad_issue145(com.notnoop.apns.integration.ApnsSimulatorTest):
Tests in error: sendOneSimple(com.notnoop.apns.integration.ApnsConnectionTest): test timed out after 2000 milliseconds
Tests run: 111, Failures: 1, Errors: 1, Skipped: 3