Commit e3ff2364 authored by Chris McDonough's avatar Chris McDonough

Make this test runnable again.

parent 8a8824da
...@@ -35,13 +35,13 @@ from unittest import TestCase, TestSuite, TextTestRunner, makeSuite ...@@ -35,13 +35,13 @@ from unittest import TestCase, TestSuite, TextTestRunner, makeSuite
import time, threading, random import time, threading, random
from cPickle import UnpickleableError from cPickle import UnpickleableError
from ZODB.DemoStorage import DemoStorage from ZODB.DemoStorage import DemoStorage
from Products.TemporaryFolder.TemporaryStorage import TemporaryStorage from tempstorage.TemporaryStorage import TemporaryStorage
from OFS.Application import Application from OFS.Application import Application
import sys import sys
from zLOG import log_time from zLOG import log_time
sys.setcheckinterval(200) sys.setcheckinterval(200)
import fauxtime from Products.Transience.tests import fauxtime
import Products.Transience.Transience import Products.Transience.Transience
import Products.Transience.TransientObject import Products.Transience.TransientObject
Products.Transience.Transience.time = fauxtime Products.Transience.Transience.time = fauxtime
......
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