X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/caeb19b796f7045f489dbce0bf681925d49136a9..75c10df1533ede97e05fef3d1e2fc6a22fc4db00:/test/libapt/sourcelist_test.cc diff --git a/test/libapt/sourcelist_test.cc b/test/libapt/sourcelist_test.cc index 6e83d08e0..3597b3d58 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" - "Section: main\n" - "Comment: Some random string\n" - " that can be very long\n" + "URIs: http://ftp.debian.org/debian\n" + "Suites: stable\n" + "Sections: main\n" + "Description: short\n" + " long description that can be very long\n" "\n" "Type: deb\n" - "URL: http://ftp.debian.org/debian\n" - "Dist: unstable\n" + "URIs: http://ftp.debian.org/debian\n" + "Suite: unstable\n" "Section: main non-free\n" ;