/[libvob]/libvob/test/testutil.py
ViewVC logotype

Diff of /libvob/test/testutil.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by tjl, Fri Apr 11 13:05:36 2003 UTC revision 1.7 by jvk, Tue Apr 29 11:38:30 2003 UTC
# Line 79  class Result_SaveImage(unittest._TextTes Line 79  class Result_SaveImage(unittest._TextTes
79          file = "testfail_"+name+".png"          file = "testfail_"+name+".png"
80          print "Saving result of graphical test to ", file          print "Saving result of graphical test to ", file
81          s = gfx.win.getSize()          s = gfx.win.getSize()
82          vob.util.saveimage.save(file,          vob.putil.saveimage.save(file,
83              gfx.win.readPixels(0, 0, s.width, s.height),              gfx.win.readPixels(0, 0, s.width, s.height),
84              s.width, s.height              s.width, s.height
85              )              )

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26