-
Committer:
mattgiuca
-
Date:
2008-03-28 07:03:14 UTC
-
Revision ID:
svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:716
Test Framework: Numerous bug fixes.
(With bernie pope)
parse_exercise.py: Now able to parse "result" elements of the function
element, in the same way as stdout and stderr.
TestFramework.py:
Fixed a fatal error when a function is to be tested (KeyError -
"code").
(This was manifesting itself as the submit button just being greyed
out forever - Now this should be fixed for at least this set of
cases).
Fixed another fatal error whereby "result" and "exception" tests were
being executed without being converted from strings into functions.
(This was reported as "Cannot call unicode object")
(This MAY have now fixed the problem with checking for
exceptions).