test.py
changeset 6203 1204777b0bcf
parent 6202 c6b85405f6fe
child 6227 38a3d54b5742
--- 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"