/[libvob]/libvob/test/tools/gfx.py
ViewVC logotype

Diff of /libvob/test/tools/gfx.py

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

revision 1.9 by tjl, Fri Apr 25 17:16:45 2003 UTC revision 1.10 by tjl, Tue May 13 11:48:21 2003 UTC
# Line 155  def checkInterp(vs1, vs2, i, fract, cs, Line 155  def checkInterp(vs1, vs2, i, fract, cs,
155          if abs(dst[i]-dstlist[i]) > delta:          if abs(dst[i]-dstlist[i]) > delta:
156              raise str([srclist, dstlist, dst, i, dst[i], dstlist[i]])              raise str([srclist, dstlist, dst, i, dst[i], dstlist[i]])
157    
158    
159    
160    def checkState1(vs):
161        # Zero the test string
162        print "CS1"
163        print "CS1_X", GL
164        print "CS1_X", GL.getTestStateRetainCorrect
165        GL.getTestStateRetainCorrect()
166        print "CS1_1"
167        vs.put(GLRen.createTestStateRetainSetup())
168        print "CS1_2"
169    
170    def checkState2(vs):
171        vs.put(GLRen.createTestStateRetainTest())
172    
173    def checkState3(vs):
174        s = GL.getTestStateRetainCorrect()
175        if s != "":
176            raise s
177    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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