James Moger
2013-11-26 4fcac9d2cbdafb51e3ee9ca3b3da64fd86103174
src/test/java/com/gitblit/tests/SyndicationUtilsTest.java
@@ -54,7 +54,7 @@
         entries.add(entry);
      }
      ByteArrayOutputStream os = new ByteArrayOutputStream();
      SyndicationUtils.toRSS("http://localhost", "", "Title", "Description",
      SyndicationUtils.toRSS("http://localhost", "", "Title", "Description",
            entries, os);
      String feed = os.toString();
      os.close();