/[gzz]/gzz/test/gzz/view/buoy/buoysys.test
ViewVC logotype

Diff of /gzz/test/gzz/view/buoy/buoysys.test

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

revision 1.2 by tjl, Tue Feb 4 12:01:15 2003 UTC revision 1.3 by tjl, Tue Feb 4 12:16:32 2003 UTC
# Line 4  from __future__ import nested_scopes Line 4  from __future__ import nested_scopes
4  import test  import test
5  from test.tools.gfx import *  from test.tools.gfx import *
6    
7  from gzz.view.buoy import *  from gzz.view.buoy import zzNodes
8    from gzz.view.buoy import pagespanNodes
9  from gzz.view.buoy import BuoyLinkListener  from gzz.view.buoy import BuoyLinkListener
10    
11    
# Line 31  def testVanishingScroll(): Line 32  def testVanishingScroll():
32      # Create a space      # Create a space
33      space = gzz.impl.ModularSpace(*test.tools.tools.spaceArgList())      space = gzz.impl.ModularSpace(*test.tools.tools.spaceArgList())
34    
35        zzNodes.viewcontext.setDims(jarray.array(
36            [space.getDim(i) for i in [Ids.d_1, Ids.d_2, Ids.d_3]], gzz.Dim))
37    
38      # Put a piece of the pagespan into it      # Put a piece of the pagespan into it
39      cell = space.getHomeCell()      cell = space.getHomeCell()
40      space.getCellTexter().setEnfilade(      space.getCellTexter().setEnfilade(

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