/[libvob]/libvob/test/vob/api/vobcoorder.test
ViewVC logotype

Diff of /libvob/test/vob/api/vobcoorder.test

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

revision 1.14 by tjl, Thu Jul 31 08:57:32 2003 UTC revision 1.15 by tjl, Thu Jul 31 08:58:00 2003 UTC
# Line 336  def testInvalidCS(): Line 336  def testInvalidCS():
336    
337      for i in range(0, 100):      for i in range(0, 100):
338          cs1 = vs.orthoBoxCS(-1, "A", 1, 2, 3, 4, 5, 6, 7)          cs1 = vs.orthoBoxCS(-1, "A", 1, 2, 3, 4, 5, 6, 7)
339            cs1 = vs.orthoBoxCS(-10000, "A", 1, 2, 3, 4, 5, 6, 7)
340          cs1 = vs.orthoBoxCS(cs1 + 1, "A", 1, 2, 3, 4, 5, 6, 7)          cs1 = vs.orthoBoxCS(cs1 + 1, "A", 1, 2, 3, 4, 5, 6, 7)
341          cs2 = vs.orthoBoxCS(cs2 + 100, "B", 11, 12, 13, 14, 15, 16, 17)          cs2 = vs.orthoBoxCS(cs2 + 10000, "B", 11, 12, 13, 14, 15, 16, 17)
342      render(vs)      render(vs)
343    
344        

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