James Moger
2013-10-16 1feb04e5a907d06b2bf632395ba8d164931c0904
src/test/java/com/gitblit/tests/ActivityTest.java
@@ -27,7 +27,7 @@
public class ActivityTest {
   @Test
   public void testGravatarProfile() throws IOException {
   public void testGravatarProfile() throws IOException {
      GravatarProfile profile = ActivityUtils.getGravatarProfile("beau@dentedreality.com.au");
      assertEquals("beau", profile.preferredUsername);
   }