mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-04 00:39:53 +02:00
Unit tests fixed after #526 update.
This commit is contained in:
Vendored
+1
-1
@@ -34,7 +34,7 @@ class BridgeTest(unittest.TestCase):
|
||||
p = db.DSimplePolygon(db.DBox(1,2,3,4))
|
||||
a = bridge.p2a(p)
|
||||
pp = bridge.a2p(a)
|
||||
self.assertEqual(repr(pp), "(1,2;1,4;3,4;3,2)")
|
||||
self.assertEqual(str(pp), "(1,2;1,4;3,4;3,2)")
|
||||
self.assertEqual(type(pp).__name__, "DSimplePolygon")
|
||||
|
||||
# run unit tests
|
||||
|
||||
Reference in New Issue
Block a user