test driver touchup

This commit is contained in:
Jean-Francois Dockes 2011-01-29 16:19:10 +01:00
parent 9b26100e6a
commit 44528876e7

View File

@ -182,8 +182,10 @@ def main(proto, extract):
ecnt = ecnt + 1 ecnt = ecnt + 1
print "== Entry %d ipath %s (mimetype [%s]):" % \ print "== Entry %d ipath %s (mimetype [%s]):" % \
(ecnt, ipath, proto.mimetype) (ecnt, ipath, proto.mimetype)
# print data print data
print print
if eof != RclExecM.noteof:
break
else: else:
print "Not ok, eof %d" % eof print "Not ok, eof %d" % eof
break break