/[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.1 by tjl, Tue Feb 4 11:35:44 2003 UTC revision 1.2 by tjl, Tue Feb 4 12:01:15 2003 UTC
# Line 1  Line 1 
1  from __future__ import nested_scopes  from __future__ import nested_scopes
2  # Test the buoy system in general  # Test the buoy system in general
3    
4    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 *
8    from gzz.view.buoy import BuoyLinkListener
9    
10    
11  # The test pageimagescroll  # The test pageimagescroll
# Line 31  def testVanishingScroll(): Line 33  def testVanishingScroll():
33    
34      # Put a piece of the pagespan into it      # Put a piece of the pagespan into it
35      cell = space.getHomeCell()      cell = space.getHomeCell()
36      cell.setEnfilade(sb.getCurrent().subSpan(0,1).subArea(10, 10, 20, 20))      space.getCellTexter().setEnfilade(
37                cell, pagespanNodes.makeEnf(
38                        sb.getCurrent().subSpan(0,1).subArea(10, 10, 20, 20)))
39    
40    
41      # Create the buoy view elements      # Create the buoy view elements

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

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