James Moger
2012-01-04 df162cdbdfeb5fbf5500546c9783e1685be6980f
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"));
   }
}