From: <bao...@us...> - 2006-04-15 09:12:24
|
Revision: 71 Author: baoilleach Date: 2006-04-15 02:12:20 -0700 (Sat, 15 Apr 2006) ViewCVS: http://svn.sourceforge.net/cclib/?rev=71&view=rev Log Message: ----------- Mispelling Modified Paths: -------------- trunk/test/testall.py Modified: trunk/test/testall.py =================================================================== --- trunk/test/testall.py 2006-04-15 09:07:25 UTC (rev 70) +++ trunk/test/testall.py 2006-04-15 09:12:20 UTC (rev 71) @@ -23,7 +23,7 @@ """Did this subclasses overwrite normalisesym?""" self.assertNotEquals(self.data.normalisesym("A"),"ERROR: This should be overwritten by this subclass") - def testlengthmosyms(self): + def testlengthmoenergies(self): """Is the number of evalues equal to 60?""" self.assertEquals(60,len(self.data.moenergies[0])) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |