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

Unified Diff: mojo/tools/testing/mojom_fetcher/mojom_fetcher_tests.py

Issue 1062293002: Update out-of-date references to fake_repository.py (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | mojo/tools/testing/mojom_fetcher/repository_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/testing/mojom_fetcher/mojom_fetcher_tests.py
diff --git a/mojo/tools/testing/mojom_fetcher/mojom_fetcher_tests.py b/mojo/tools/testing/mojom_fetcher/mojom_fetcher_tests.py
index 3288d2e6abb10b4f46aa4d05d4b0b5f089fad2d4..39e00ebbd35d0a23642fd19f9b6488fcdf454c9f 100755
--- a/mojo/tools/testing/mojom_fetcher/mojom_fetcher_tests.py
+++ b/mojo/tools/testing/mojom_fetcher/mojom_fetcher_tests.py
@@ -21,7 +21,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)),
from mojom_fetcher import UrlRewriter, UrlRewriterException, MojomFetcher
# Fake repository for testing
-from fake_repository import FakeRepository
+from fakes import FakeRepository
class TestUrlRewriter(unittest.TestCase):
def test_no_transitive(self):
« no previous file with comments | « no previous file | mojo/tools/testing/mojom_fetcher/repository_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698