Mercurial > ~astiob > upreckon > hgweb
changeset 189:0480dfa50366
Corrected the remaining wrong references to test.py
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Wed, 27 Jul 2011 17:55:00 +0300 |
parents | fe03964896ef |
children | 3ab18984e3e3 |
files | upreckon/problem.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/upreckon/problem.py Wed Jul 27 17:52:02 2011 +0300 +++ b/upreckon/problem.py Wed Jul 27 17:55:00 2011 +0300 @@ -185,11 +185,11 @@ except CannotReadAnswerFile: verdict = 'cannot read the reference output file%s' % strerror(sys.exc_info()[1].upstream) except ExceptionWrapper: - verdict = 'unspecified reason [this may be a bug in test.py]%s' % strerror(sys.exc_info()[1].upstream) + verdict = 'unspecified reason [this may be a bug in Upreckon]%s' % strerror(sys.exc_info()[1].upstream) except TestCaseNotPassed: - verdict = 'unspecified reason [this may be a bug in test.py]%s' % strerror(sys.exc_info()[1]) + verdict = 'unspecified reason [this may be a bug in Upreckon]%s' % strerror(sys.exc_info()[1]) #except Exception: - # verdict = 'unknown error [this may be a bug in test.py]%s' % strerror(sys.exc_info()[1]) + # verdict = 'unknown error [this may be a bug in Upreckon]%s' % strerror(sys.exc_info()[1]) else: try: granted, comment = granted