I installed 1.4.10 a few weeks ago, and now just upgraded to 1.4.11. In both cases I'm not seeing the status semaphore for any of my test cases. Maybe I am missing a python module? Have attached an example screenshot. I turned on DEBUG logging, did not see any errors. What other information can I provide?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed 1.4.10 a few weeks ago, and now just upgraded to 1.4.11. In both cases I'm not seeing the status semaphore for any of my test cases. Maybe I am missing a python module? Have attached an example screenshot. I turned on DEBUG logging, did not see any errors. What other information can I provide?
Never mind, I answered my own question: you must first create a test catalog.
Hi,
got the same problem here with a fresh install 1.4.11.
Catalog and test case are created, still no status shown.
The log says :
2012-07-11 14:04:42,300 Trac DEBUG: TestManagerSystem - Looking for custom test outcomes…
2012-07-11 14:04:42,300 Trac DEBUG: TestManagerSystem - parsing config section test-outcomes
2012-07-11 14:04:42,300 Trac DEBUG: -> Found option: default = TO_BE_TESTED
2012-07-11 14:04:42,300 Trac DEBUG: -> Found option: red.failed = Failed
2012-07-11 14:04:42,301 Trac DEBUG: -> Found option: yellow.to_be_tested = Untested
2012-07-11 14:04:42,301 Trac DEBUG: -> Found option: green.successful = Successful
i may have f***ed up the installation, as i installed from source …..
hope anybody has an idea what i did break.
Fabian