summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-01-16 18:14:14 +0100
committerMichael Vogt <mvo@debian.org>2014-01-16 18:14:43 +0100
commit78766f46d043c1c1eeb9869db7e1c5b4093d5274 (patch)
tree0ef29aaba04caefe25e4cc2b881e6d9c617bc36c
parentd73743ddae1228bcd409700d8d0ffbe26e2e6cd1 (diff)
update libapt test
-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 6e83d08e0..1d30bd85b 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"
;