/[gzz]/gzz/lava/test/gzz/loom/SimpleView.test
ViewVC logotype

Diff of /gzz/lava/test/gzz/loom/SimpleView.test

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

revision 1.14 by benja, Sun Feb 23 20:19:10 2003 UTC revision 1.15 by benja, Sun Feb 23 23:44:56 2003 UTC
# Line 50  def testNullRotation(): Line 50  def testNullRotation():
50      r.addProperty(p, t)      r.addProperty(p, t)
51    
52      vs = getvs()      vs = getvs()
53      cursor = gzz.loom.Cursor(Cmp(), r, None)      cursor = gzz.loom.Cursor(Cmp(), r, 0, None)
54      view.render(vs, 0, cursor)      view.render(vs, 0, cursor)
55    
56      cs_r, cs_s, cs_t, cs_u, cs_v = [vs.matcher.getCS(0, x)      cs_r, cs_s, cs_t, cs_u, cs_v = [vs.matcher.getCS(0, x)
# Line 74  def testSimple(): Line 74  def testSimple():
74      w.addProperty(p, r)      w.addProperty(p, r)
75    
76      vs = getvs()      vs = getvs()
77      cursor = gzz.loom.Cursor(Cmp(), r, s)      cursor = gzz.loom.Cursor(Cmp(), r, 1, s)
78      view.render(vs, 0, cursor)      view.render(vs, 0, cursor)
79    
80      cs_r, cs_s, cs_t, cs_u, cs_v, cs_w = \      cs_r, cs_s, cs_t, cs_u, cs_v, cs_w = \

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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