# HG changeset patch # User Oleg Oshmyan # Date 1311778500 -10800 # Node ID 0480dfa503663ebf3e6908da734cacfb4b851bd2 # Parent fe03964896ef012b0576df90f84bb923dd317cf9 Corrected the remaining wrong references to test.py diff -r fe03964896ef -r 0480dfa50366 upreckon/problem.py --- 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