The hook changes appear to have introduced some test failures on the master branch. I have tried building with Java7 and Java6 and am seeing different test failures in each scenario.
Java7 gives me:
Results :
Failed tests: Then the response should contain \"Commit messages must have at least 5 letters\"
And in Java6:
Failed tests: testHook(org.geogit.test.integration.HooksTest): expected:<Commit messages must have at least 30 letters> but was:<null>
Is something strange going on with my setup? I am not sure I know how to troubleshoot issues with this new functionality.
--
David Winslow