stable

Clone or download

Read-only

feat(ttm): upload files with unknown MIME types

part of: story #22576 have multiple files uploaded with comments How to test: - Open a text editor, create a file with some content and save it with an unexisting extension - Upload it as an attachment in a test execution comment --> It works Change-Id: Ia178c59c1c4410e1dfa0d5c644279063a65b35ae

Modified Files

Name
M plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-rest-service.js +4 −4 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-rest-service.test.js +9 −12 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-component.js +2 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-component.test.js +5 −4 Go to diff View file
A plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-files-adapter.js +26 −0 Go to diff View file
A plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-files-adapter.test.js +50 −0 Go to diff View file