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

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

Issue 14267024: Devserver: have a separate ObjectStore namespace (both memcache and datastore) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove _CheckVersions Created 7 years, 8 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/path_canonicalizer_test.py
diff --git a/chrome/common/extensions/docs/server2/path_canonicalizer_test.py b/chrome/common/extensions/docs/server2/path_canonicalizer_test.py
index 9504995d52c8b234220796df455dac3170a2ca93..583f26543284787979582be597423596a1a402e6 100755
--- a/chrome/common/extensions/docs/server2/path_canonicalizer_test.py
+++ b/chrome/common/extensions/docs/server2/path_canonicalizer_test.py
@@ -26,7 +26,7 @@ class PathCanonicalizerTest(unittest.TestCase):
test_fs = TestFileSystem(_TEST_DATA)
compiled_fs_factory = CompiledFileSystem.Factory(
test_fs,
- ObjectStoreCreator.Factory())
+ ObjectStoreCreator.TestFactory())
self._path_canonicalizer = PathCanonicalizer('stable', compiled_fs_factory)
def _assertIdentity(self, path):

Powered by Google App Engine
This is Rietveld 408576698