changeset 558:eeebedb84ca7

Comment
author Chris Cannam
date Mon, 03 Mar 2014 17:03:32 +0000
parents 7677fbebeec6
children ab85dfc45e3f
files src/may/stream/test/test_framer.yeti
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/may/stream/test/test_framer.yeti	Mon Mar 03 17:02:06 2014 +0000
+++ b/src/may/stream/test/test_framer.yeti	Mon Mar 03 17:03:32 2014 +0000
@@ -18,8 +18,8 @@
 
 testFramesInvertibleWith framesize opts length expected firstChunkSize =
    (f = fr.frames framesize opts (testStream length);
-    str = fr.streamed rate framesize opts f;
-    ts = testStream length; // newly initialised stream
+    str = fr.streamed rate framesize opts f; // inversion (framed -> streamed)
+    ts = testStream length; // newly initialised stream to compare with
 
        (firstChunk = str.read firstChunkSize;
         compareUsing mat.equal