Skip to content

Fix GetDirectoryTest Cross-Platform Bug

Timur Oberhuber requested to merge 62-hard-coded-file-path-separators-in-test into dev

Description

The assert in getDirectoryTest in FileServiceTest contains hard-coded file path separators (ie. "/"). This causes the test to fail on Windows.

Changes

  • Replaced hardcoded "/"s with File.separator

Related Issues

Edited by Timur Oberhuber

Merge request reports