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

Unified Diff: chrome/common/extensions/docs/server2/github_file_system_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/github_file_system_test.py
diff --git a/chrome/common/extensions/docs/server2/github_file_system_test.py b/chrome/common/extensions/docs/server2/github_file_system_test.py
index 65a6928b05e0c3a3f264afb58076397ebe4022d0..54f829d43b76ffc5a9eb640474de22bb625efc59 100755
--- a/chrome/common/extensions/docs/server2/github_file_system_test.py
+++ b/chrome/common/extensions/docs/server2/github_file_system_test.py
@@ -22,10 +22,7 @@ class GithubFileSystemTest(unittest.TestCase):
self._base_path = os.path.join(sys.path[0],
'test_data',
'github_file_system')
- self._file_system = GithubFileSystem(
- AppEngineUrlFetcher(url_constants.GITHUB_URL),
- AppEngineBlobstore(),
- ObjectStoreCreator.ForTest())
+ self._file_system = GithubFileSystem.Create(ObjectStoreCreator.ForTest())
def _ReadLocalFile(self, filename):
with open(os.path.join(self._base_path, filename), 'r') as f:

Powered by Google App Engine
This is Rietveld 408576698