Prepare release 0.7.1
refs #5129
Change-Id: Iba2703bdc5153024dbdfcb7e4c043f52964736f9
diff --git a/tests/core/version.t.cpp b/tests/core/version.t.cpp
index 2675c0e..c2e12fb 100644
--- a/tests/core/version.t.cpp
+++ b/tests/core/version.t.cpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2019, Regents of the University of California,
+ * Copyright (c) 2014-2020, Regents of the University of California,
* Arizona Board of Regents,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonne University,
@@ -55,9 +55,6 @@
::snprintf(buf, sizeof(buf), "%d.%d.%d", NFD_VERSION_MAJOR, NFD_VERSION_MINOR, NFD_VERSION_PATCH);
BOOST_CHECK_EQUAL(NFD_VERSION_STRING, buf);
-
- std::string build(NFD_VERSION_BUILD_STRING);
- BOOST_CHECK_EQUAL(build.substr(0, build.find_first_of('-')), NFD_VERSION_STRING);
}
BOOST_AUTO_TEST_SUITE_END() // TestVersion