lib/standard/stream: Renamed streams for more explicit denomination
[nit.git] / lib / saxophonit / testing.nit
index 1987d8c..70db6a5 100644 (file)
@@ -588,6 +588,6 @@ abstract class SAXTestSuite
 
        # Make the reader parse the specified string
        fun parse_string(str: String) do
-               actual.parse(new InputSource.with_stream(new StringIStream(str)))
+               actual.parse(new InputSource.with_stream(new StringReader(str)))
        end
 end