/[libvob]/libvob/test/vob/gl/paper.test
ViewVC logotype

Diff of /libvob/test/vob/gl/paper.test

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

revision 1.2 by jvk, Wed Mar 26 19:55:41 2003 UTC revision 1.3 by jvk, Wed Mar 26 20:28:52 2003 UTC
# Line 23  Line 23 
23    
24  needGL()  needGL()
25    
26  from org.nongnu.libvob import *  from org.nongnu.libvob.vobs import *
27  from java.awt import Color  from java.awt import Color
28  import java  import java
29  from org.nongnu.libvob.gl import GL, GLRen, GLCache, PaperMill  from org.nongnu.libvob.gl import GL, GLRen, GLCache, PaperMill
# Line 33  from test.tools.gfx import * Line 33  from test.tools.gfx import *
33  def testPaperAnythingJava():  def testPaperAnythingJava():
34      """Test that libpaper, when called through      """Test that libpaper, when called through
35      the Java API, renders anything.      the Java API, renders anything.
   
     fail: GL  
36      """      """
37      vs = getvs()      vs = getvs()
38      vs.map.put(SolidBackdropVob(Color.black))      vs.map.put(SolidBackdropVob(Color.black))
# Line 77  def testDicing(): Line 75  def testDicing():
75  def testOptimizedPaper():  def testOptimizedPaper():
76      """See that optimized paper really is same as      """See that optimized paper really is same as
77      original.      original.
   
     fail: GL  
78      """      """
79      for i in range(0,5):      for i in range(0,5):
80          p1 = PaperMill.getInstance().getPaper(i)          p1 = PaperMill.getInstance().getPaper(i)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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