Commit 5d4fdcd4 authored by Hanno Schlichting's avatar Hanno Schlichting

Empty _registered_packages in a test cleanup hook

parent ad5594ae
......@@ -181,6 +181,9 @@ def cleanUp():
unregisterClass(class_)
_register_monkies = []
global _registered_packages
_registered_packages = []
global _meta_type_regs
Products.meta_types = tuple([ info for info in Products.meta_types
if info['name'] not in _meta_type_regs ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment