summaryrefslogtreecommitdiff
path: root/test/libapt/globalerror_test.cc
AgeCommit message (Collapse)Author
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2012-01-20* test/libapt/globalerror_test.cc:Pino Toscano
- errno 0 has a different strerror on hurd, so generate the expected message dynamically instead of hardcoding 'Success' (Closes: #656530)
2011-08-15write a proper testcase replacing the print-only uri.cc testDavid Kalnischkies
2011-02-15* apt-pkg/contrib/error.cc:David Kalnischkies
- ensure that va_list is not invalid in second try
2010-06-25add a simple stack handling to be able to delay error handlingDavid Kalnischkies