James Moger
2012-09-07 13a3f5bc3e2d25fc76850f86070dc34efe60d77a
tests/com/gitblit/tests/SyndicationUtilsTest.java
@@ -54,7 +54,7 @@
         entries.add(entry);
      }
      ByteArrayOutputStream os = new ByteArrayOutputStream();
      SyndicationUtils.toRSS("http://localhost", "", "Title", "Description", "Repository",
      SyndicationUtils.toRSS("http://localhost", "", "Title", "Description",
            entries, os);
      String feed = os.toString();
      os.close();