Lines Matching refs:testline
265 testline = testlines.pop(0)
271 if line != testline:
273 "failed. Got %r, expected %r" % (line, testline))
274 testline = testlines.pop(0)
275 buf = array("b", b"\x00" * len(testline))
282 if line != testline:
284 "failed. Got %r, expected %r" % (line, testline))
286 testline = testlines.pop(0)
288 line = f.read(len(testline))
292 if line != testline:
294 "failed. Got %r, expected %r" % (line, testline))
302 "failed. Got %r, expected %r" % (line, testline))