Lines Matching refs:testline
259 testline = testlines.pop(0)
265 if line != testline:
267 "failed. Got %r, expected %r" % (line, testline))
268 testline = testlines.pop(0)
269 buf = array("b", b"\x00" * len(testline))
276 if line != testline:
278 "failed. Got %r, expected %r" % (line, testline))
280 testline = testlines.pop(0)
282 line = f.read(len(testline))
286 if line != testline:
288 "failed. Got %r, expected %r" % (line, testline))
296 "failed. Got %r, expected %r" % (line, testline))