Actions
Bug #915
closedSome unit tests do not work if dictionary is not found
Start date:
2019-12-13
Due date:
% Done:
100%
Estimated time:
2:00 h
Module:
all (with test cases)
Operating System:
Compiler:
Description
Some unit tests do not work if dictionary is not found, leading to unexpected results that might be hard to understand.
Tests that require a dictionary should probably report the fact that if it is missing (or empty) in a clear and consistent way.
Updated by Michael Onken over 5 years ago
Such tests should probably return "not_run" or "failed".
Updated by Jörg Riesmeier about 5 years ago
- Category set to Testing
- Status changed from New to Closed
- Assignee set to Jörg Riesmeier
- % Done changed from 0 to 100
- Estimated time set to 2:00 h
- Module set to all (with test cases)
Closed with commit b526dac.
Actions