aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-03-11 18:45:17 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-03-11 18:45:17 +0300
commit218cd07992a715246076128ebf7ff67275f4dce0 (patch)
tree54c0ca75c73e6f61fd3f4ea5744715ee91f54f64 /tests
parented0dd177c63bb7758e8633ffe26de2a8bc315d1b (diff)
Adapt to manifest classes refactoring
Diffstat (limited to 'tests')
-rw-r--r--tests/load/1/math/packages2
-rw-r--r--tests/load/driver.cxx2
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/load/1/math/packages b/tests/load/1/math/packages
index 115e3f1..e8d4410 100644
--- a/tests/load/1/math/packages
+++ b/tests/load/1/math/packages
@@ -6,8 +6,6 @@ version: 1.0.0+1
summary: Modern C++ XML API
license: MIT
tags: c++, xml, parser, serializer, pull, streaming, modern
-description-file: README
-changes-file: NEWS
url: http://www.codesynthesis.com/projects/libstudxml/
email: studxml-users@codesynthesis.com; Public mailing list, posts by\
non-members are allowed but moderated.
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx
index a9b9823..bb46033 100644
--- a/tests/load/driver.cxx
+++ b/tests/load/driver.cxx
@@ -337,7 +337,7 @@ main (int argc, char* argv[])
assert (fpv4->internal_repository.load () == sr);
assert (fpv4->other_repositories.empty ());
assert (fpv4->priority == priority::low);
- assert (fpv4->changes == "some changes 1\nsome changes 2");
+ assert (fpv4->changes == "some changes 1\n\nsome changes 2");
assert (fpv4->license_alternatives.size () == 1);
assert (fpv4->license_alternatives[0].comment ==