Commit 22f1cb74 authored by Jim Fulton's avatar Jim Fulton

Added missing cleanup code to return Products.__path__ to it's

original state.
parent 7ea3a528
......@@ -74,6 +74,8 @@ class TestInitialization( unittest.TestCase ):
App.config.setConfiguration(original_config)
os.rmdir(TEMPPRODUCTS)
os.rmdir(TEMPNAME)
import Products
Products.__path__ = [d for d in Products.__path__ if d != TEMPPRODUCTS]
def configure(self, text):
# We have to create a directory of our own since the existence
......
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