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

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

Issue 26538009: Docserver: make file_system a property of Create (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: niggles Created 7 years, 2 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/redirector_test.py
diff --git a/chrome/common/extensions/docs/server2/redirector_test.py b/chrome/common/extensions/docs/server2/redirector_test.py
index 3ca09d5febeae006d4dafc9b0a5d0d3afa72555a..76c1ac769cba165492c94188683970ab49f96fbd 100755
--- a/chrome/common/extensions/docs/server2/redirector_test.py
+++ b/chrome/common/extensions/docs/server2/redirector_test.py
@@ -44,7 +44,7 @@ file_system = TestFileSystem({
class RedirectorTest(unittest.TestCase):
def setUp(self):
self._redirector = Redirector(
- CompiledFileSystem.Factory(file_system, ObjectStoreCreator.ForTest()),
+ CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()),
file_system,
'public')
« no previous file with comments | « chrome/common/extensions/docs/server2/redirector.py ('k') | chrome/common/extensions/docs/server2/samples_data_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698