Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: chrome/common/extensions/docs/server2/api_list_data_source_test.py

Issue 15009006: Docserver: refactor Servlet, ObjectStore, and ServerInstance architecture to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cduvall, redirect fix Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/api_list_data_source_test.py
diff --git a/chrome/common/extensions/docs/server2/api_list_data_source_test.py b/chrome/common/extensions/docs/server2/api_list_data_source_test.py
index 4a90d15431b348bda3049702dbb5f141edac5c1e..fbdf1eb93051e84bc8078006e889af038719bdcd 100755
--- a/chrome/common/extensions/docs/server2/api_list_data_source_test.py
+++ b/chrome/common/extensions/docs/server2/api_list_data_source_test.py
@@ -53,7 +53,7 @@ class APIListDataSourceTest(unittest.TestCase):
def setUp(self):
self._factory = APIListDataSource.Factory(
CompiledFileSystem.Factory(TestFileSystem(deepcopy(_TEST_DATA)),
- ObjectStoreCreator.TestFactory()),
+ ObjectStoreCreator.ForTest()),
'api',
'public')

Powered by Google App Engine
This is Rietveld 408576698