/[thuban]/branches/WIP-pyshapelib-bramz/test/test_layer.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/test/test_layer.py

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

revision 2339 by silke, Fri Aug 20 16:59:21 2004 UTC revision 2351 by bh, Sat Sep 25 18:49:20 2004 UTC
# Line 191  class TestLayer(unittest.TestCase, suppo Line 191  class TestLayer(unittest.TestCase, suppo
191                                   (90.0, -8.90043373, 120, 11.1616263))                                   (90.0, -8.90043373, 120, 11.1616263))
192    
193          self.assertFloatSeqEqual(layer.ClipBoundingBox((-180, -6, 100, +120)),          self.assertFloatSeqEqual(layer.ClipBoundingBox((-180, -6, 100, +120)),
194                                  (90.0, -6, 100, 11.1616263))                                   (90.0, -6, 100, 11.1616263))
195          shapes = layer.ShapesInRegion((-180, -170, 200, +120))          shapes = layer.ShapesInRegion((-180, -170, 200, +120))
         print "Shapes", shapes  
196          self.assertEquals([s.ShapeID() for s in shapes],[0])          self.assertEquals([s.ShapeID() for s in shapes],[0])
197    
198      def test_empty_layer(self):      def test_empty_layer(self):

Legend:
Removed from v.2339  
changed lines
  Added in v.2351

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26