James Moger
2012-10-13 c658df9e87d65b08d5482cf04489cb0532ff83dd
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();