--- a/test.py Thu Apr 15 11:35:40 2010 -0700
+++ b/test.py Thu Apr 15 15:11:49 2010 -0700
@@ -1372,10 +1372,8 @@
if job.is_break:
continue
- if job.is_example:
+ if job.is_example or job.is_pyexample:
kind = "Example"
- elif job.is_pyexample:
- kind = "PythonExample"
else:
kind = "TestSuite"