Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
will be resolved on 3.7.0 release.
Added more columns in the exported CSV, as well as the support for XML format.
Created attachment 579761 [details] Select case run Verify version 3.7.0-1 on stage -> FAIL Steps: 1. Enter to any test run . Ex:https://tcms-stage.englab.bne.redhat.com/run/25260/ 2. Select some case run , then click Export To XML button 3. Select all case run , then click Export To Xml Button Actual result: After step 2. Warning "TypeError at /run/25260/export/..." After step 3. 500 (Service Error)
Created attachment 579762 [details] Select all
There is an AttributeError in the XML serializer because of a typo in the variable name. This leaked through because during the integration testing, there was (should not be though) no data created to test the serializer behavior. Fixed.
erify result --> pass verify version tcms-3.7.0-2 on stage verify step 1. Enter to any test run . 2. click Export To Xml Button result work well.