Commit Graph

8 Commits

Author SHA1 Message Date
TheAssassin
e069f6cd22 Fix typos 2018-11-10 14:03:23 +01:00
Alexis López Zubieta
d9ca907da8 Add symlinkFile to the public AppDir interface (#42)
* Add symlinkFile to the public AppDir interface

* Rename AppDir::symlinkFile to AppDir::createSymlink

* change return value to bool

* Remove duplicated header

* Remove blank lines

* Add comment

* Fix test name

* Change createSymlink signature. Name changed to createRelativeSymlink and remove the useRelativePath argument

* Remove commented tests.
2018-11-05 22:10:18 +01:00
TheAssassin
33829c07d0 Remove redundant variables and fix paths 2018-10-25 01:16:05 +02:00
TheAssassin
90f8ed26b8 Fix path in unit test 2018-10-25 01:12:47 +02:00
TheAssassin
9cf0663baa Hardcode all paths to recognize sudden changes of destination paths 2018-10-25 01:06:12 +02:00
TheAssassin
e94494ea31 Move declaration of variables to top 2018-10-25 00:48:13 +02:00
TheAssassin
2dce34daf9 Use ASSERT_* instead of if()s and FAIL() 2018-10-25 00:46:46 +02:00
TheAssassin
7260078b6c Move test into subdirectory named like internal library 2018-10-25 00:39:45 +02:00