EEEEE ====================================================================== ERROR: test_newlines_no_headings_no_strong (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 144, in test_newlines_no_headings_no_strong self.assertWikiTolerant(expectedHTML, wikiText) File ".../test.py", line 25, in assertWikiTolerant ok.append(nows(converter(expected)) == nows(self.user.wiki(converter(tested)))) File ".../fn44287/2008-04-14 19:08:41/user.py", line 163, in wiki return splitToPar(text) File ".../fn44287/2008-04-14 19:08:41/user.py", line 141, in splitToPar if(headerMatcher(x) != x): File ".../fn44287/2008-04-14 19:08:41/user.py", line 14, in headerMatcher word=word + ' ' + addFontType(x) File ".../fn44287/2008-04-14 19:08:41/user.py", line 65, in addFontType if(word[1]=='-'): IndexError: string index out of range ====================================================================== ERROR: test_newlines_paragraphs_emails (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 155, in test_newlines_paragraphs_emails self.assertWikiTolerant(expectedHTML, wikiText) File ".../test.py", line 25, in assertWikiTolerant ok.append(nows(converter(expected)) == nows(self.user.wiki(converter(tested)))) File ".../fn44287/2008-04-14 19:08:41/user.py", line 163, in wiki return splitToPar(text) File ".../fn44287/2008-04-14 19:08:41/user.py", line 141, in splitToPar if(headerMatcher(x) != x): File ".../fn44287/2008-04-14 19:08:41/user.py", line 14, in headerMatcher word=word + ' ' + addFontType(x) File ".../fn44287/2008-04-14 19:08:41/user.py", line 65, in addFontType if(word[1]=='-'): IndexError: string index out of range ====================================================================== ERROR: test_sample_bold_italic (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 126, in test_sample_bold_italic try: self._test_sample() File ".../test.py", line 79, in _test_sample self.assertWikiTolerant(expectedHTML, wikiText) File ".../test.py", line 25, in assertWikiTolerant ok.append(nows(converter(expected)) == nows(self.user.wiki(converter(tested)))) File ".../fn44287/2008-04-14 19:08:41/user.py", line 163, in wiki return splitToPar(text) File ".../fn44287/2008-04-14 19:08:41/user.py", line 141, in splitToPar if(headerMatcher(x) != x): File ".../fn44287/2008-04-14 19:08:41/user.py", line 14, in headerMatcher word=word + ' ' + addFontType(x) File ".../fn44287/2008-04-14 19:08:41/user.py", line 65, in addFontType if(word[1]=='-'): IndexError: string index out of range ====================================================================== ERROR: test_sample_headings_paragraphs (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 83, in test_sample_headings_paragraphs try: self._test_sample() File ".../test.py", line 79, in _test_sample self.assertWikiTolerant(expectedHTML, wikiText) File ".../test.py", line 25, in assertWikiTolerant ok.append(nows(converter(expected)) == nows(self.user.wiki(converter(tested)))) File ".../fn44287/2008-04-14 19:08:41/user.py", line 163, in wiki return splitToPar(text) File ".../fn44287/2008-04-14 19:08:41/user.py", line 141, in splitToPar if(headerMatcher(x) != x): File ".../fn44287/2008-04-14 19:08:41/user.py", line 14, in headerMatcher word=word + ' ' + addFontType(x) File ".../fn44287/2008-04-14 19:08:41/user.py", line 65, in addFontType if(word[1]=='-'): IndexError: string index out of range ====================================================================== ERROR: test_sample_urls_emails (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 112, in test_sample_urls_emails try: self._test_sample() File ".../test.py", line 79, in _test_sample self.assertWikiTolerant(expectedHTML, wikiText) File ".../test.py", line 25, in assertWikiTolerant ok.append(nows(converter(expected)) == nows(self.user.wiki(converter(tested)))) File ".../fn44287/2008-04-14 19:08:41/user.py", line 163, in wiki return splitToPar(text) File ".../fn44287/2008-04-14 19:08:41/user.py", line 141, in splitToPar if(headerMatcher(x) != x): File ".../fn44287/2008-04-14 19:08:41/user.py", line 14, in headerMatcher word=word + ' ' + addFontType(x) File ".../fn44287/2008-04-14 19:08:41/user.py", line 65, in addFontType if(word[1]=='-'): IndexError: string index out of range ---------------------------------------------------------------------- Ran 5 tests in 0.005s FAILED (errors=5)