Ejemplo n.º 1
0
 def testStandardConstructor(self):
     bb = BoundingBox()
     self.assertTrue(bb.isEmpty(), "Newly constructed bbox is not empty!")
Ejemplo n.º 2
0
 def testStandardConstructor(self):
     bb = BoundingBox()
     self.failUnless(bb.isEmpty(), "Newly constructed bbox is not empty!")
Ejemplo n.º 3
0
 def testStandardConstructor(self):
     bb = BoundingBox()
     self.failUnless(bb.isEmpty(), "Newly constructed bbox is not empty!")