diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-18 08:52:02 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-18 08:52:02 +0100 |
commit | 24a48afaaea7e6206ced99a13a45f38366231280 (patch) | |
tree | cd5735e8b24ac553f4c260770d7dea7a9b43ae67 /test/libapt/sourcelist_test.cc | |
parent | 47d7761243a02368bb60b7227bd05a19ca4660d1 (diff) | |
parent | 866e9fadf892368fcb50e6a192bcdd350cfe8e5c (diff) |
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experimental-no-abi-break
Diffstat (limited to 'test/libapt/sourcelist_test.cc')
-rw-r--r-- | test/libapt/sourcelist_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libapt/sourcelist_test.cc b/test/libapt/sourcelist_test.cc index bf61746c4..b8658ccf1 100644 --- a/test/libapt/sourcelist_test.cc +++ b/test/libapt/sourcelist_test.cc @@ -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" ; |