aboutsummaryrefslogtreecommitdiffstats
path: root/utils/merkletrie/internal/fsnoder/new_test.go
Commit message (Collapse)AuthorAgeFilesLines
* [fuzzing] cifuzz, update fuzzers, bug fixArjun Singh2023-10-061-9/+0
| | | | Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
* fuzzing : fuzz testing support for oss-fuzz integrationArjun Singh2023-10-021-0/+9
| | | | Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-1/+1
|
* Fix typos in comments, variables and function namesOleksandr Redko2019-10-241-2/+2
| | | | Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* Fix issue 275 (edited) (#276)Alberto Cortés2017-02-221-13/+30
| | | | | | | | | 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.
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
|
* delete old noder, create a new one in utils (#241)Alberto Cortés2017-01-301-0/+337