James Moger
2013-10-24 a7317acec01cde855a9f9f3d2da3dcc49d89aa86
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();