]> git.saurik.com Git - apt.git/blobdiff - test/libapt/sourcelist_test.cc
rename "Suite/Section" to plural
[apt.git] / test / libapt / sourcelist_test.cc
index 6e83d08e022f6fa2a719c25a9671be4684e99e29..ae5d11f6602c87039d4657e01eec088663693843 100644 (file)
@@ -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"
+      "URI: http://ftp.debian.org/debian\n"
+      "Suites: stable\n"
+      "Sections: 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"
       ;