James Moger
2012-05-09 b94965e87929c6b4e42f9a2078dc0d910cc2637d
tests/com/gitblit/tests/FederationTests.java
@@ -156,4 +156,11 @@
      assertNotNull(teams);
      assertTrue(teams.size() > 0);
   }
   @Test
   public void testPullScripts() throws Exception {
      Map<String, String> scripts = FederationUtils.getScripts(getRegistration());
      assertNotNull(scripts);
      assertTrue(scripts.keySet().contains("sendmail"));
   }
}