comparison testcases.py @ 81:24752db487c5

Fixed errors in the win32 module
author Oleg Oshmyan <chortos@inbox.lv>
date Wed, 16 Feb 2011 15:30:57 +0000
parents ee8a99dcaaed
children 06356af50bf9
comparison
equal deleted inserted replaced
80:809b77302b21 81:24752db487c5
301 301
302 __all__ = ('TestCase', 'load_problem', 'TestCaseNotPassed', 302 __all__ = ('TestCase', 'load_problem', 'TestCaseNotPassed',
303 'TimeLimitExceeded', 'CanceledByUser', 'WrongAnswer', 303 'TimeLimitExceeded', 'CanceledByUser', 'WrongAnswer',
304 'NonZeroExitCode', 'CannotStartTestee', 304 'NonZeroExitCode', 'CannotStartTestee',
305 'CannotStartValidator', 'CannotReadOutputFile', 305 'CannotStartValidator', 'CannotReadOutputFile',
306 'CannotReadInputFile', 'CannotReadAnswerFile') 306 'CannotReadInputFile', 'CannotReadAnswerFile',
307 'MemoryLimitExceeded')
307 308
308 309
309 310
310 # Exceptions 311 # Exceptions
311 312