Removed useless TODOs
This commit is contained in:
parent
9918198dfc
commit
1c009f66bb
2 changed files with 3 additions and 8 deletions
|
@ -1,9 +1,3 @@
|
||||||
/*
|
|
||||||
* Created on Jun 22, 2004
|
|
||||||
*
|
|
||||||
* TODO To change the template for this generated file go to
|
|
||||||
* Window - Preferences - Java - Code Generation - Code and Comments
|
|
||||||
*/
|
|
||||||
package com.sun.syndication;
|
package com.sun.syndication;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -45,7 +45,8 @@ public class TestXmlReader extends TestCase {
|
||||||
|
|
||||||
protected void _testRawNoBomValid(final String encoding) throws Exception {
|
protected void _testRawNoBomValid(final String encoding) throws Exception {
|
||||||
|
|
||||||
// TODO review this test
|
// TODO review this test (XmlReader is never closed, test fails when using a new XmlReader
|
||||||
|
// for each Assert)
|
||||||
|
|
||||||
InputStream is = getXmlStream("no-bom", "xml", encoding, encoding);
|
InputStream is = getXmlStream("no-bom", "xml", encoding, encoding);
|
||||||
XmlReader xmlReader = new XmlReader(is, false);
|
XmlReader xmlReader = new XmlReader(is, false);
|
||||||
|
|
Loading…
Reference in a new issue