/[libvob]/libvob/test/vob/api/vobcoorder.test
ViewVC logotype

Diff of /libvob/test/vob/api/vobcoorder.test

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

revision 1.11 by tjl, Fri Apr 25 12:43:16 2003 UTC revision 1.12 by benja, Thu May 15 17:19:03 2003 UTC
# Line 22  Line 22 
22    
23  from __future__ import nested_scopes  from __future__ import nested_scopes
24    
25    import vob
26    
27  from java.awt import Color  from java.awt import Color
28  from test.tools.gfx import *  from test.tools.gfx import *
29    
30  from jarray import zeros  from jarray import zeros
31    
32  vs = getvs()  def setUp():
33  c = vs.coords      global vs, c, tmpsize
34  tmpsize = zeros(2, 'f')      vs = getvs()
35        c = vs.coords
36        tmpsize = zeros(2, 'f')
37    
38  def testTransform():  def testTransform():
39    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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