Commit Graph

105 Commits

Author SHA1 Message Date
Dimitrios Karvounaris dff9bbc134 Fix file paths not being used properly
basename() will strip full path information on some systems.
What is needed is to use both dirname() & basename() on paths,
as recognized by all systems, and only afterwards do any
replacements.
2020-06-05 18:24:03 +02:00
Dimitrios Karvounaris a0b8082631 Fix issue with case-insensitive windows paths 2020-06-05 16:23:11 +02:00
Alex Rock Ancelet 24f85354e2 Normalize Windows dir name in TestCaseFactory 2020-06-05 16:21:35 +02:00
Nuno Maduro aa1917c28d feat(pending-higher-order-tests): adds code and tests 2020-06-04 01:34:03 +02:00
Nuno Maduro de2929077b first 2020-05-11 18:38:30 +02:00