Description
When importing a NUnit2 result file, we should map to the FAIL status both for result="Failure" and result="Error"
Currently the result="Failure" is mapped to TODO.
Steps to reproduce:
1) create a test exec
2) import the file attached
3) test case is with status TODO, but should be FAIL