summaryrefslogtreecommitdiff
path: root/test/libapt/sourcelist_test.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-01-16 21:40:58 +0100
committerMichael Vogt <mvo@debian.org>2014-01-16 21:40:58 +0100
commit2f0ae309be91f0a4d92c32b815f5f8ae10ab3221 (patch)
tree74e51f9c12931e32f9a9e7b3e6b640b0e6f298dc /test/libapt/sourcelist_test.cc
parent15b6fc7e20e2d097982f50df89fcae71ffc61480 (diff)
parent78766f46d043c1c1eeb9869db7e1c5b4093d5274 (diff)
merged mvo/feature/deb822
Diffstat (limited to 'test/libapt/sourcelist_test.cc')
-rw-r--r--test/libapt/sourcelist_test.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/libapt/sourcelist_test.cc b/test/libapt/sourcelist_test.cc
index adadae6a7..bf61746c4 100644
--- a/test/libapt/sourcelist_test.cc
+++ b/test/libapt/sourcelist_test.cc
@@ -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"
;