summaryrefslogtreecommitdiff
path: root/test cases/common/164 dependency factory
AgeCommit message (Collapse)Author
2021-06-17tests: update dependency factory tests to check type_name is saneEli Schwartz
Since we pass a method: 'foo' to every one of these config-tool/pkg-config dependencies, we do not ever need to check which type_name it has; change these to asserts instead. In the process, we discover a bug! We kept checking for type 'configtool' instead of 'config-tool', so these tests all short-circuited and checked nothing. Once moved to an assert, the asserts failed. Add a new lookup for a known system dependency and make it assert that too.
2021-04-26Condense test directory names.Jussi Pakkanen