aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_file.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make PlainFile available to all testsUrs Fleisch2020-12-211-10/+1
* Add a test for File::truncate().Tsuda Kageyu2016-10-271-0/+19
* Correct the license information.Tsuda Kageyu2016-02-061-5/+9
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-2/+2
* Merge pull request #580 from TsudaKageyu/negative-seekTsuda Kageyu2015-08-071-0/+25
|\
| * Fix inconsistent negative seek behavior between Linux and Windows.Tsuda Kageyu2015-06-191-0/+25
* | Silence uint ambiguity errors in tests.Festus Hagen2015-05-271-2/+3
|/
* Fix File::rfind() for small files to work just like ByteVector::rfind().Tsuda Kageyu2015-05-191-0/+105