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

Unified Diff: appengine/findit/lib/gitiles/test/gitiles_repository_test.py

Issue 2557553002: [Culprit-Finder] Seperate gae related part in cache_decorator and gitile repository to gae_libs/ (Closed)
Patch Set: Fix nits. Created 4 years 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: appengine/findit/lib/gitiles/test/gitiles_repository_test.py
diff --git a/appengine/findit/lib/gitiles/test/gitiles_repository_test.py b/appengine/findit/lib/gitiles/test/gitiles_repository_test.py
index 3c4661f32a3ffa971a99e83eb06a82387d41b367..f777977de31d24b9af273e1cc4737e6a0c916940 100644
--- a/appengine/findit/lib/gitiles/test/gitiles_repository_test.py
+++ b/appengine/findit/lib/gitiles/test/gitiles_repository_test.py
@@ -269,6 +269,7 @@ class GitRepositoryTest(TestCase):
git_repo.repo_url = 'https://repo'
self.assertEqual(git_repo.repo_url, 'https://repo')
self.assertEqual(git_repo.http_client, self.http_client_for_git)
+ self.assertEqual(git_repo.identifier, 'https://repo')
def testEndingSlashInRepoUrl(self):
git_repo1 = gitiles_repository.GitilesRepository(
« no previous file with comments | « appengine/findit/lib/gitiles/gitiles_repository.py ('k') | appengine/findit/lib/test/cache_decorator_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698