/[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.9 by tjl, Tue Feb 4 13:52:33 2003 UTC revision 1.10 by tjl, Tue Feb 4 13:55:55 2003 UTC
# Line 73  def testVanishingScroll(): Line 73  def testVanishingScroll():
73      failUnlessEqual(testbll.args[2], scrollblockLinker.pageSpanNodeType)      failUnlessEqual(testbll.args[2], scrollblockLinker.pageSpanNodeType)
74      failUnlessEqual(testbll.args[4], span)      failUnlessEqual(testbll.args[4], span)
75    
76        # Next, the big invariant test:
77            # First, set the focus by creating a main node
78            # in the scrollblock view
79        testbll2 = TestBLL()
80        mainNode2 = testbll.args[2].createMainNode(testbll.args[3],
81                                testbll.args[4], testbll2)
82            
83        mainNode2.renderMain(vs, 0)
84    
85        # Check that we really got the callblack for
86        # putting a buoy with the cell in it
87        failUnlessEqual(testbll2.calls, 1)
88    
89    
90    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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