gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob/test tools/gfx.py vob/vobs/pinstub.test


From: Asko Soukka
Subject: [Gzz-commits] libvob/test tools/gfx.py vob/vobs/pinstub.test
Date: Tue, 08 Apr 2003 16:22:29 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Asko Soukka <address@hidden>    03/04/08 16:22:28

Modified files:
        test/tools     : gfx.py 
        test/vob/vobs  : pinstub.test 

Log message:
        hmm... it worked home, but not at office

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/tools/gfx.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/vob/vobs/pinstub.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: libvob/test/tools/gfx.py
diff -u libvob/test/tools/gfx.py:1.6 libvob/test/tools/gfx.py:1.7
--- libvob/test/tools/gfx.py:1.6        Sun Mar 16 10:13:22 2003
+++ libvob/test/tools/gfx.py    Tue Apr  8 16:22:28 2003
@@ -36,7 +36,7 @@
     GL = vob.gl.GL
     GLRen = vob.gl.GLRen
     GLCache = vob.gl.GLCache
-    if GL.workaroundStupidBuggyAtiDrivers:
+    if not GL.workaroundStupidBuggyAtiDrivers:
        # Sorry, ATI doesn't let us use pbuffers on R300 except in FireGL.
        # Because of that, don't put another window in front when using
        # this.
Index: libvob/test/vob/vobs/pinstub.test
diff -u libvob/test/vob/vobs/pinstub.test:1.1 
libvob/test/vob/vobs/pinstub.test:1.2
--- libvob/test/vob/vobs/pinstub.test:1.1       Tue Apr  8 11:26:10 2003
+++ libvob/test/vob/vobs/pinstub.test   Tue Apr  8 16:22:28 2003
@@ -29,9 +29,6 @@
 
 def testPinStubVob():
     """Test that PinStubVob it cut correctly.
-
-       fail: GL
-
     """
 
     vs = getvs()
@@ -47,6 +44,6 @@
 
     render(vs)
 
-    checkAvgColor(60, 0, 20, 20, (255, 0, 0), delta=1)
+    checkAvgColor(55, 0, 1, 20, (255, 0, 0), delta=1)
 
 # : vim: set syntax=python :




reply via email to

[Prev in Thread] Current Thread [Next in Thread]