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

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

Issue 15087006: Docserver: there is only one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: epic rebase Created 7 years, 5 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/caching_rietveld_patcher_test.py
diff --git a/chrome/common/extensions/docs/server2/caching_rietveld_patcher_test.py b/chrome/common/extensions/docs/server2/caching_rietveld_patcher_test.py
index 203392f8593b9fbdf60f6712642213764b62853a..2984a5746aa947033f4da2772c48ecf7a0ff666d 100755
--- a/chrome/common/extensions/docs/server2/caching_rietveld_patcher_test.py
+++ b/chrome/common/extensions/docs/server2/caching_rietveld_patcher_test.py
@@ -37,7 +37,7 @@ class CachingRietveldPatcherTest(unittest.TestCase):
assert_binary=True)
self._patcher = CachingRietveldPatcher(
self._test_patcher,
- ObjectStoreCreator('test', start_empty=False),
+ ObjectStoreCreator(start_empty=False),
self._datetime)
def testGetVersion(self):

Powered by Google App Engine
This is Rietveld 408576698