Commit e62d3eae authored by Martijn Pieters's avatar Martijn Pieters

Remove stray "a" (Vi leftover)

parent 2d246648
import unittest
from urllib import quote_plus
class AuthCredentialsTestsa( unittest.TestCase ):
class AuthCredentialsTests( unittest.TestCase ):
def _getTargetClass(self):
from ZPublisher.HTTPRequest import HTTPRequest
......@@ -761,7 +761,7 @@ class RequestTests( unittest.TestCase ):
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(AuthCredentialsTestsa, 'test'))
suite.addTest(unittest.makeSuite(AuthCredentialsTests, 'test'))
suite.addTest(unittest.makeSuite(RecordTests, 'test'))
suite.addTest(unittest.makeSuite(ProcessInputsTests, 'test'))
suite.addTest(unittest.makeSuite(RequestTests, 'test'))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment