aboutsummaryrefslogtreecommitdiffstats
path: root/utils/merkletrie/noder/path_test.go
Commit message (Collapse)AuthorAgeFilesLines
* *: avoid unnecessary conversionsChristian Muehlhaeuser2019-07-291-2/+2
| | | | | | | No need to convert these values, they're already of the right type. Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com> (cherry picked from commit a1d8a7ac8bd0e4aff0f27dbb8bb37b8bd13a1346)
* Remove Unicode normalization in difftreeVadim Markovtsev2019-02-111-2/+6
| | | | | | Fixes #1057 Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
* worktree: normalized string comparison testsMáximo Cuadros2017-08-021-1/+11
|
* Fix issue 275 (edited) (#276)Alberto Cortés2017-02-221-0/+151
Fix #275 . It was not possible to write a test for this issue as the original fsnoder didn't support filenames with length > 1. Therefore this patch has 3 commits: add support for long filenames in fsnoder. add a test case for the issue using the new long filenames from step 1. fix the issue by comparing paths level by level instead of lexigographically over the whole path.