diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-14 15:30:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-14 15:46:56 +0000 |
| commit | cc38254d8456eb7982704005b14c4c594c952c9f (patch) | |
| tree | f467f994fc18a5b181d7dbe568fc6500ca182de8 /test/verify_test.cc | |
| parent | 7e4e6be3628308b7b16c015e2f87b27e729258dc (diff) | |
Tidy repeated call of make_uuid() and don't put urn:uuid: in front of default content version label text as it's a bit confusing.
Diffstat (limited to 'test/verify_test.cc')
| -rw-r--r-- | test/verify_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc index a4ed162d..ea33c8fd 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -140,7 +140,7 @@ BOOST_AUTO_TEST_CASE (verify_test3) { vector<boost::filesystem::path> directories = setup (3); - boost::filesystem::path const pkl_file = "build/test/verify_test3/pkl_74e205d0-d145-42d2-8c49-7b55d058ca55.xml"; + boost::filesystem::path const pkl_file = "build/test/verify_test3/pkl_ae8a9818-872a-4f86-8493-11dfdea03e09.xml"; string pkl = dcp::file_to_string (pkl_file); boost::algorithm::replace_all (pkl, "<Hash>", "<Hash>x"); |
