Lines Matching refs:testline
377 testline = testlines.pop(0)
383 if line != testline:
385 "failed. Got %r, expected %r" % (line, testline))
386 testline = testlines.pop(0)
387 buf = array("c", "\x00" * len(testline))
394 if line != testline:
396 "failed. Got %r, expected %r" % (line, testline))
398 testline = testlines.pop(0)
400 line = f.read(len(testline))
404 if line != testline:
406 "failed. Got %r, expected %r" % (line, testline))
414 "failed. Got %r, expected %r" % (line, testline))