gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/test/gzz/view/buoy buoysys.test


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/test/gzz/view/buoy buoysys.test
Date: Tue, 04 Feb 2003 07:01:17 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/02/04 07:01:16

Modified files:
        test/gzz/view/buoy: buoysys.test 

Log message:
        firstfixestotest

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/gzz/view/buoy/buoysys.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gzz/test/gzz/view/buoy/buoysys.test
diff -u gzz/test/gzz/view/buoy/buoysys.test:1.1 
gzz/test/gzz/view/buoy/buoysys.test:1.2
--- gzz/test/gzz/view/buoy/buoysys.test:1.1     Tue Feb  4 06:35:44 2003
+++ gzz/test/gzz/view/buoy/buoysys.test Tue Feb  4 07:01:15 2003
@@ -1,9 +1,11 @@
 from __future__ import nested_scopes
 # Test the buoy system in general
 
+import test
 from test.tools.gfx import *
 
 from gzz.view.buoy import *
+from gzz.view.buoy import BuoyLinkListener
 
 
 # The test pageimagescroll
@@ -31,7 +33,9 @@
 
     # Put a piece of the pagespan into it
     cell = space.getHomeCell()
-    cell.setEnfilade(sb.getCurrent().subSpan(0,1).subArea(10, 10, 20, 20))
+    space.getCellTexter().setEnfilade(
+           cell, pagespanNodes.makeEnf(
+                   sb.getCurrent().subSpan(0,1).subArea(10, 10, 20, 20)))
 
 
     # Create the buoy view elements




reply via email to

[Prev in Thread] Current Thread [Next in Thread]