gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./Makefile test/gzz/gfx/gl/checkColor.py te...


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz ./Makefile test/gzz/gfx/gl/checkColor.py te...
Date: Sat, 12 Oct 2002 06:05:41 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/10/12 06:05:41

Modified files:
        .              : Makefile 
        test/gzz/gfx/gl: checkColor.py paper.test 

Log message:
        fixtest

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Makefile.diff?tr1=1.191&tr2=1.192&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/gzz/gfx/gl/checkColor.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/gzz/gfx/gl/paper.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gzz/Makefile
diff -c gzz/Makefile:1.191 gzz/Makefile:1.192
*** gzz/Makefile:1.191  Sat Oct 12 02:36:50 2002
--- gzz/Makefile        Sat Oct 12 06:05:41 2002
***************
*** 388,394 ****
  
  test::
        $(JYTHON) test/test.py
! testgl::
        $(GLLIB) $(JYTHON) -Dgzzclient=gl test/test.py jni
  runtest:  # Use: make runtest TEST=test/gzz/vob/vobmatcher.test, to run a 
single test.
        $(GLLIB) $(JYTHON) test/testutil.py $(DBG) $(TEST)
--- 388,394 ----
  
  test::
        $(JYTHON) test/test.py
! test-gl::
        $(GLLIB) $(JYTHON) -Dgzzclient=gl test/test.py jni
  runtest:  # Use: make runtest TEST=test/gzz/vob/vobmatcher.test, to run a 
single test.
        $(GLLIB) $(JYTHON) test/testutil.py $(DBG) $(TEST)
Index: gzz/test/gzz/gfx/gl/checkColor.py
diff -c gzz/test/gzz/gfx/gl/checkColor.py:1.1 
gzz/test/gzz/gfx/gl/checkColor.py:1.2
*** gzz/test/gzz/gfx/gl/checkColor.py:1.1       Sat Oct 12 02:36:51 2002
--- gzz/test/gzz/gfx/gl/checkColor.py   Sat Oct 12 06:05:41 2002
***************
*** 1,3 ****
--- 1,4 ----
+ needGL = 1
  
  win = getGraphicsWindow()
  
Index: gzz/test/gzz/gfx/gl/paper.test
diff -c gzz/test/gzz/gfx/gl/paper.test:1.1 gzz/test/gzz/gfx/gl/paper.test:1.2
*** gzz/test/gzz/gfx/gl/paper.test:1.1  Sat Oct 12 02:36:51 2002
--- gzz/test/gzz/gfx/gl/paper.test      Sat Oct 12 06:05:41 2002
***************
*** 16,21 ****
--- 16,22 ----
      paper = PaperMill.getInstance().getPaper(42)
      pq = GLRen.createPaperQuad(paper, 0, 0, 1, 1, 1)
      vs.put(pq, 0, 100, 100, 200, 200)
+     render(vs)
      checkAvgColor(50, 50, 2, 2, (0, 0, 0))
      checkAvgColor(150, 50, 2, 2, (0, 0, 0))
      checkAvgColor(150, 350, 2, 2, (0, 0, 0))
***************
*** 24,30 ****
      # And now, the crucial tests
      checkNotAvgColor(150, 150, 2, 2, (0,0,0), 30)
      checkNotAvgColor(250, 250, 2, 2, (0,0,0), 30)
-     checkNotAvgColor(350, 250, 2, 2, (0,0,0), 30)
  
  
  
--- 25,30 ----




reply via email to

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