Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix RemoveRelatvePathComponents | ShadowNinja | 2016-12-20 |
| | | | | | This used to return "/foo" for "../foo" when it should return the enpty string (i.e., error removing all relative components). | ||
* | Fix filepath > RemoveRelativePathComponent unittest | sfan5 | 2016-11-27 |
| | | | | (was broken by e4ee6548afd01040046ee3780d0fbb121d141251) | ||
* | Tests: Modularize unit testing | kwolekr | 2015-04-26 |
Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code |