]> git.saurik.com Git - apt.git/commitdiff
update libapt test
authorMichael Vogt <mvo@debian.org>
Thu, 16 Jan 2014 17:14:14 +0000 (18:14 +0100)
committerMichael Vogt <mvo@debian.org>
Thu, 16 Jan 2014 17:14:43 +0000 (18:14 +0100)
test/libapt/sourcelist_test.cc

index 6e83d08e022f6fa2a719c25a9671be4684e99e29..1d30bd85b0be52df57abf5bbb3db5837c5439cd6 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"
+      "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"
       ;