summaryrefslogtreecommitdiff
path: root/test/libapt/sourcelist_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* use Google C++ Testing Framework for libapt testsDavid Kalnischkies2014-04-161-33/+16
| | | | | | | | | | | | My commit 45df0ad2 from 26. Nov 2009 had a little remark: "The commit also includes a very very simple testapp." This was never intended to be permanent, but as usually… The commit adds the needed make magic to compile gtest statically as it is required and links it against a small runner. All previous testcase binaries are reimplemented in gtest and combined in this runner. While most code is a 1:1 translation some had to be rewritten like compareversion_test.cc, but the coverage remains the same.
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+7
| | | | | | | | Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use)
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
| | | | | Reported-By: gcc -Wunused-parameter Git-Dch: Ignore
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-1/+1
| | | | | Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations
* fix testMichael Vogt2014-01-241-0/+2
|
* Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' ↵Michael Vogt2014-01-211-0/+1
|\ | | | | | | | | | | | | into feature/source-deb822 Conflicts: test/integration/test-apt-sources-deb822
| * Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵Michael Vogt2014-01-181-2/+2
| |\ | | | | | | | | | debian/experimental-no-abi-break
| * \ Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵Michael Vogt2014-01-181-2/+2
| |\ \ | | | | | | | | | | | | debian/experimental-no-abi-break
| * \ \ merged mvo/feature/deb822Michael Vogt2014-01-161-4/+4
| |\ \ \
| * | | | actually register the tempfile removal atexitDavid Kalnischkies2014-01-151-0/+1
| | | | | | | | | | | | | | | | | | | | Git-Dch: Ignore
* | | | | add support for multipl types in one lineMichael Vogt2014-01-201-4/+4
| | | | |
* | | | | add support for multiple URIs in deb822 style sources.listMichael Vogt2014-01-201-2/+2
| | | | |
* | | | | add Description tag for deb822 sourcesMichael Vogt2014-01-201-2/+2
| |_|_|/ |/| | |
* | | | rename "Suite/Section" to pluralMichael Vogt2014-01-181-2/+2
| |_|/ |/| |
* | | implement suggestion by donkult (thanks!)Michael Vogt2014-01-171-2/+2
| |/ |/|
* | update libapt testMichael Vogt2014-01-161-4/+4
|/
* add unittest for new sourceslist parser as wellMichael Vogt2013-12-051-0/+52