aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/load/1/stable/repositories2
-rw-r--r--tests/load/driver.cxx3
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/load/1/stable/repositories b/tests/load/1/stable/repositories
index b692ebe..815a1b5 100644
--- a/tests/load/1/stable/repositories
+++ b/tests/load/1/stable/repositories
@@ -9,6 +9,6 @@ location: ../math
:
# Local repository manifest (this repository).
#
-email: repoman@cppget.org
+email: repoman@cppget.org; public mailing list
summary: General C++ package stable repository
description: This is the awesome C++ package repository full of exciting stuff.
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx
index 539c50d..41e4623 100644
--- a/tests/load/driver.cxx
+++ b/tests/load/driver.cxx
@@ -107,7 +107,8 @@ main (int argc, char* argv[])
assert (sr->display_name == "stable");
assert (sr->priority == 1);
assert (!sr->url);
- assert (sr->email && *sr->email == "repoman@cppget.org");
+ assert (sr->email && *sr->email == "repoman@cppget.org" &&
+ sr->email->comment == "public mailing list");
assert (sr->summary &&
*sr->summary == "General C++ package stable repository");
assert (sr->description && *sr->description ==