summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJosh Blum2012-11-04 21:47:18 -0800
committerJosh Blum2012-11-04 21:47:18 -0800
commited68f79a7a2e3c1bdbe0a2b4c5498ac29e431cce (patch)
tree3c9d44a5a65b83ab2058075d2ee327e973b09562 /tests
parentc6c54f66c714115e666ed067cc05aa07a759da5c (diff)
downloadsandhi-ed68f79a7a2e3c1bdbe0a2b4c5498ac29e431cce.tar.gz
sandhi-ed68f79a7a2e3c1bdbe0a2b4c5498ac29e431cce.tar.bz2
sandhi-ed68f79a7a2e3c1bdbe0a2b4c5498ac29e431cce.zip
work on Python Blocks overloads/directors
Diffstat (limited to 'tests')
-rw-r--r--tests/block_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/block_test.py b/tests/block_test.py
index d076f8e..d510b6e 100644
--- a/tests/block_test.py
+++ b/tests/block_test.py
@@ -46,6 +46,7 @@ class BlockTest(unittest.TestCase):
print 'ok'
tb.disconnect(null_src, null_sink)
+ tb.commit()
print 'done'
if __name__ == '__main__':