From: <fwi...@us...> - 2008-10-21 00:24:05
|
Revision: 5490 http://jython.svn.sourceforge.net/jython/?rev=5490&view=rev Author: fwierzbicki Date: 2008-10-21 00:24:00 +0000 (Tue, 21 Oct 2008) Log Message: ----------- spelling fix. Modified Paths: -------------- trunk/jython/Lib/test/test_str_jy.py Modified: trunk/jython/Lib/test/test_str_jy.py =================================================================== --- trunk/jython/Lib/test/test_str_jy.py 2008-10-21 00:21:45 UTC (rev 5489) +++ trunk/jython/Lib/test/test_str_jy.py 2008-10-21 00:24:00 UTC (rev 5490) @@ -131,7 +131,7 @@ self.assertEqual(repr(unicode(test2)), 'u"\'bar"') def test_startswith(self): - #from bugtests -- maybe making sure methods are case sensative? + #from bugtests -- maybe making sure methods are case sensitive? msg = 'This is a test.' self.assertRaises(AttributeError, getattr, msg, "startsWith") assert msg.startswith('This') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |