jku-isse / ecco

Feature-Oriented and Distributed Version Control System

Home Page:https://jku-isse.github.io/ecco/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove hardcoded filepaths from integration tests

meik99 opened this issue · comments

Some integration tests use hard-coded file paths to files that naturally don't exist in the repository. Those tests should either be deleted or modified, such that they use a relative path from the resources folder instead.

In order to modify and keep certain tests, it might be necessary to create new test data in the mentioned resources folders.