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

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

Issue 10689144: Extensions Docs Server: Samples zip files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Samples page with full links and descriptions Created 8 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/subversion_fetcher_test.py
diff --git a/chrome/common/extensions/docs/server2/subversion_fetcher_test.py b/chrome/common/extensions/docs/server2/subversion_fetcher_test.py
index 64c8776ab4fc6edb956576e30f13c8ac5bcb098a..e12276a890f7b287eb089bbc8f0509e02c13d55d 100755
--- a/chrome/common/extensions/docs/server2/subversion_fetcher_test.py
+++ b/chrome/common/extensions/docs/server2/subversion_fetcher_test.py
@@ -15,7 +15,6 @@ class TestSubversionFetcher(SubversionFetcher):
return os.path.join('subversion_fetcher', 'trunk')
return os.path.join('subversion_fetcher', branch)
-
class SubversionFetcherTest(unittest.TestCase):
def testFetchResource(self):
fetcher_t = TestSubversionFetcher('trunk', '', test_urlfetch)

Powered by Google App Engine
This is Rietveld 408576698