James Moger
2013-11-24 04a98505a4ab8f48aee22800fcac193d9367d0ae
src/test/java/com/gitblit/tests/ActivityTest.java
@@ -15,8 +15,6 @@
 */
package com.gitblit.tests;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import org.junit.Test;
@@ -24,10 +22,10 @@
import com.gitblit.models.GravatarProfile;
import com.gitblit.utils.ActivityUtils;
public class ActivityTest {
public class ActivityTest extends GitblitUnitTest {
   @Test
   public void testGravatarProfile() throws IOException {
   public void testGravatarProfile() throws IOException {
      GravatarProfile profile = ActivityUtils.getGravatarProfile("beau@dentedreality.com.au");
      assertEquals("beau", profile.preferredUsername);
   }