changeset 32:e3fcfa2bf3bc

Added sandbox.finish() to end of test.
author Atul Varma <avarma@mozilla.com>
date Mon, 10 May 2010 01:55:47 -0700
parents 3897ed8a350d
children 056025f2c8ae
files test_pydertron.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test_pydertron.py	Mon May 10 01:54:59 2010 -0700
+++ b/test_pydertron.py	Mon May 10 01:55:47 2010 -0700
@@ -13,6 +13,7 @@
                          'Traceback (most recent call last):\n'
                          '  File "<string>", line 1, in <module>\n'
                          'Module not found: hi\n')
+        sandbox.finish()
 
 if __name__ == '__main__':
     unittest.main()