Lines Matching full:testline
363 testline = testlines.pop(0)
369 if line != testline:
371 "failed. Got %r, expected %r" % (line, testline))
372 testline = testlines.pop(0)
373 buf = array("c", "\x00" * len(testline))
380 if line != testline:
382 "failed. Got %r, expected %r" % (line, testline))
384 testline = testlines.pop(0)
386 line = f.read(len(testline))
390 if line != testline:
392 "failed. Got %r, expected %r" % (line, testline))
400 "failed. Got %r, expected %r" % (line, testline))