From 7414af7fa88164209eec9c585b8d175c1618ecbc Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 12 Sep 2015 10:35:49 +0200 Subject: various changes to increase test-coverage And of course, testing obscure things ends up showing obscure 'bugs' or better shortcomings/inconsitencies, so lets fix them with the tests. Git-Dch: Ignore --- test/integration/test-apt-helper | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/integration/test-apt-helper') diff --git a/test/integration/test-apt-helper b/test/integration/test-apt-helper index d6c8385af..944406580 100755 --- a/test/integration/test-apt-helper +++ b/test/integration/test-apt-helper @@ -89,3 +89,6 @@ testfailureequal 'E: Invalid operation download' apthelper download testfailureequal 'E: Must specify at least one pair url/filename' apthelper download-file testfailureequal 'E: Must specify at least one pair url/filename' apthelper download-file http://example.org/ testfailureequal 'E: Need one URL as argument' apthelper auto-detect-proxy +testfailureequal 'E: Must specify at least one SRV record' apthelper srv-lookup +testfailureequal 'E: GetSrvRec failed for localhost' apthelper srv-lookup localhost +testfailureequal 'E: GetSrvRec failed for localhost:8080' apthelper srv-lookup localhost:8080 -- cgit v1.2.3