Adjust includes for the updated locations of ndn-cxx security headers
Change-Id: I01787a91cdb70b7136f3c4e9e646e68888e6d064
diff --git a/tests/test-home-fixture.hpp b/tests/test-home-fixture.hpp
index a3ced4e..e712f25 100644
--- a/tests/test-home-fixture.hpp
+++ b/tests/test-home-fixture.hpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
-/**
- * Copyright (c) 2014-2017, 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,
@@ -30,8 +30,6 @@
#include <fstream>
-#include <ndn-cxx/security/v2/key-chain.hpp>
-
#include <boost/filesystem.hpp>
#include <boost/algorithm/string.hpp>
@@ -80,8 +78,6 @@
}
boost::filesystem::remove_all(m_pibDir);
- //const_cast<std::string&>(ndn::security::v2::KeyChain::getDefaultPibLocator()).clear();
- //const_cast<std::string&>(ndn::security::v2::KeyChain::getDefaultTpmLocator()).clear();
}
protected: