]> git.saurik.com Git - apt.git/blobdiff - test/libapt/sourcelist_test.cc
add support for multiple URIs in deb822 style sources.list
[apt.git] / test / libapt / sourcelist_test.cc
index 1d30bd85b0be52df57abf5bbb3db5837c5439cd6..3597b3d583228ac2be1569eba653df177ba81b46 100644 (file)
@@ -23,14 +23,14 @@ int main(int argc, char *argv[])
 {
    const char contents[] = ""
       "Type: deb\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"
+      "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"
-      "Uri: http://ftp.debian.org/debian\n"
+      "URIs: http://ftp.debian.org/debian\n"
       "Suite: unstable\n"
       "Section: main non-free\n"
       ;