spring-social / spring-social-google

Spring Social extension with connection support and an API binding for Google

Home Page:https://spring-social-google.github.io/spring-social-google/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests failed

pkiraly opened this issue · comments

When I issued
./gradlew build
I received the following errors, which prevented the building and as consequence, the trying of the project:

org.springframework.social.google.api.plus.PlusTemplateTest > deleteMoment FAILED
    java.lang.AssertionError at PlusTemplateTest.java:177

org.springframework.social.google.api.plus.PlusTemplateTest > insertMoment FAILED
    java.lang.AssertionError at PlusTemplateTest.java:172

org.springframework.social.google.api.plus.PlusTemplateTest > listMoments FAILED
    java.lang.AssertionError at PlusTemplateTest.java:167

24 tests completed, 3 failed
:spring-social-google:test FAILED

FAILURE: Build failed with an exception.

It's work in progress. Will be fixed by next milestone.