Chromium Code Reviews| 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) |
|
not at google - send to devlin
2012/07/12 07:06:29
tests for listing files?
cduvall
2012/07/12 18:09:02
Done.
|
| - |
| class SubversionFetcherTest(unittest.TestCase): |
| def testFetchResource(self): |
| fetcher_t = TestSubversionFetcher('trunk', '', test_urlfetch) |