James Moger
2012-06-15 64789ad7c8ffaf34499d18c89e4d26c6d6848d7c
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"));
   }
}