summaryrefslogtreecommitdiff
path: root/Lib/test/test_userstring.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-06-14 00:04:46 +0000
committerGuido van Rossum <guido@python.org>2007-06-14 00:04:46 +0000
commit5c53e6081cd922f69c56028adebb3f5ae3e08c88 (patch)
treef1effb4850ea60a0f27f476caec7c0c890984412 /Lib/test/test_userstring.py
parent904c34db0d40e95580785e8dbb3fd84e9cc815cb (diff)
downloadcpython-5c53e6081cd922f69c56028adebb3f5ae3e08c88.tar.gz
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 53114db285..ec0f1a9336 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