James Moger
2013-10-01 31f305c2c9d1737dbcd4e3cac051cceb31d1cb1e
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);
   }