summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_userstring.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-06-14 00:04:46 (GMT)
committerGuido van Rossum <guido@python.org>2007-06-14 00:04:46 (GMT)
commitf903f00ee211529811001ad0c35764efe68ca039 (patch)
treef6e8cab1e1d7124e92adb1ba2fac26c3ae075a6d /Lib/test/test_userstring.py
parent8518bdc382e509a6cf49c393886ea3dc6e7b577a (diff)
downloadcpython-f903f00ee211529811001ad0c35764efe68ca039.zip
cpython-f903f00ee211529811001ad0c35764efe68ca039.tar.gz
cpython-f903f00ee211529811001ad0c35764efe68ca039.tar.bz2
Fix some tests by deleting stuff.
Diffstat (limited to 'Lib/test/test_userstring.py')
-rwxr-xr-xLib/test/test_userstring.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_userstring.py b/Lib/test/test_userstring.py
index 53114db..ec0f1a9 100755
--- a/Lib/test/test_userstring.py
+++ b/Lib/test/test_userstring.py
@@ -10,8 +10,6 @@ from UserString import UserString, MutableString
class UserStringTest(
string_tests.CommonTest,
string_tests.MixinStrUnicodeUserStringTest,
- string_tests.MixinStrStringUserStringTest,
- string_tests.MixinStrUserStringTest
):
type2test = UserString