Explorar o código

update libapt test

Michael Vogt %!s(int64=12) %!d(string=hai) anos
pai
achega
78766f46d0
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      test/libapt/sourcelist_test.cc

+ 4 - 4
test/libapt/sourcelist_test.cc

@@ -23,15 +23,15 @@ int main(int argc, char *argv[])
 {
 {
    const char contents[] = ""
    const char contents[] = ""
       "Type: deb\n"
       "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"
       "Section: main\n"
       "Comment: Some random string\n"
       "Comment: Some random string\n"
       " that can be very long\n"
       " that can be very long\n"
       "\n"
       "\n"
       "Type: deb\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"
       "Section: main non-free\n"
       ;
       ;