| Index: appengine/findit/waterfall/test/wf_testcase.py
|
| diff --git a/appengine/findit/waterfall/test/wf_testcase.py b/appengine/findit/waterfall/test/wf_testcase.py
|
| index e5a2da51f62bd6894da87497b5979623d970a66b..c10006e06de7e3237dcfa96dd601b042ca56a34b 100644
|
| --- a/appengine/findit/waterfall/test/wf_testcase.py
|
| +++ b/appengine/findit/waterfall/test/wf_testcase.py
|
| @@ -3,10 +3,10 @@
|
| # found in the LICENSE file.
|
|
|
| from google.appengine.api import users
|
| -from testing_utils import testing
|
|
|
| import copy
|
|
|
| +from common.findit_testcase import FinditTestCase
|
| from model.wf_config import FinditConfig
|
|
|
|
|
| @@ -87,7 +87,7 @@ DEFAULT_CONFIG_DATA = {
|
| }
|
|
|
|
|
| -class WaterfallTestCase(testing.AppengineTestCase): # pragma: no cover.
|
| +class WaterfallTestCase(FinditTestCase): # pragma: no cover.
|
|
|
| def UpdateUnitTestConfigSettings(self, config_property=None,
|
| override_data=None):
|
|
|