Index: testing_support/super_mox.py |
diff --git a/testing_support/super_mox.py b/testing_support/super_mox.py |
index 3322719991abc2c777466f08f6fe9c3571b1f27f..36abab42d6a8f58c13be26ef220adffd6f507936 100644 |
--- a/testing_support/super_mox.py |
+++ b/testing_support/super_mox.py |
@@ -55,11 +55,6 @@ class TestCaseUtils(object): |
return (self._RANDOM_CHOICE((self._OS_SEP, '')) + |
self._DirElts(max_elt_count, max_elt_length)) |
- def SvnUrl(self, max_elt_count=4, max_elt_length=8): |
- return ('svn://random_host:port/a' + |
- self._DirElts(max_elt_count, max_elt_length |
- ).replace(self._OS_SEP, '/')) |
- |
def RootDir(self, max_elt_count=4, max_elt_length=8): |
return self._OS_SEP + self._DirElts(max_elt_count, max_elt_length) |