]> git.saurik.com Git - apt.git/blobdiff - test/libapt/sourcelist_test.cc
implement suggestion by donkult (thanks!)
[apt.git] / test / libapt / sourcelist_test.cc
index 1d30bd85b0be52df57abf5bbb3db5837c5439cd6..6a625770fc7862751b1dfed1948039a3a65a9225 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"
+      "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"
-      "Uri: http://ftp.debian.org/debian\n"
+      "URI: http://ftp.debian.org/debian\n"
       "Suite: unstable\n"
       "Section: main non-free\n"
       ;