From: Michael Vogt Date: Thu, 16 Jan 2014 17:14:14 +0000 (+0100) Subject: update libapt test X-Git-Tag: 0.9.14.3.exp2~1^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/78766f46d043c1c1eeb9869db7e1c5b4093d5274?hp=-c update libapt test --- 78766f46d043c1c1eeb9869db7e1c5b4093d5274 diff --git a/test/libapt/sourcelist_test.cc b/test/libapt/sourcelist_test.cc index 6e83d08e0..1d30bd85b 100644 --- a/test/libapt/sourcelist_test.cc +++ b/test/libapt/sourcelist_test.cc @@ -23,15 +23,15 @@ int main(int argc, char *argv[]) { const char contents[] = "" "Type: deb\n" - "URL: http://ftp.debian.org/debian\n" - "Dist: stable\n" + "Uri: http://ftp.debian.org/debian\n" + "Suite: stable\n" "Section: main\n" "Comment: Some random string\n" " that can be very long\n" "\n" "Type: deb\n" - "URL: http://ftp.debian.org/debian\n" - "Dist: unstable\n" + "Uri: http://ftp.debian.org/debian\n" + "Suite: unstable\n" "Section: main non-free\n" ;