projects
/
linpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f4790e
)
Fix unitary tests
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Mon, 18 Aug 2014 09:10:15 +0000
(11:10 +0200)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Mon, 18 Aug 2014 09:10:15 +0000
(11:10 +0200)
linpy/tests/test_domains.py
patch
|
blob
|
history
diff --git
a/linpy/tests/test_domains.py
b/linpy/tests/test_domains.py
index 9e9f6fa14f46a9110988993128580aef86bfdf81..0955a09682e643cd09145f33c783c7921c8c829d 100644
(file)
--- a/
linpy/tests/test_domains.py
+++ b/
linpy/tests/test_domains.py
@@
-53,9
+53,9
@@
class TestDomain(unittest.TestCase):
Polyhedron(1)
def test_disjoint(self):
- self.assertEqual(self.square1.disjoint(), self.disjoint)
- self.assertEqual(self.empty.disjoint(), Empty)
- self.assertEqual(self.universe.disjoint(), self.universe)
+ self.assertEqual(self.square1.
make_
disjoint(), self.disjoint)
+ self.assertEqual(self.empty.
make_
disjoint(), Empty)
+ self.assertEqual(self.universe.
make_
disjoint(), self.universe)
def test_isempty(self):
self.assertFalse(self.square1.isempty())