tests: add RrsetFactory test

Change-Id: I7e1d19e5070c9ba5f25d2eea475897a99bac175a
diff --git a/src/daemon/rrset-factory.hpp b/src/daemon/rrset-factory.hpp
index 083b8a5..e6c5455 100644
--- a/src/daemon/rrset-factory.hpp
+++ b/src/daemon/rrset-factory.hpp
@@ -31,6 +31,7 @@
 
 #include <vector>
 #include <string>
+#include <boost/filesystem.hpp>
 
 namespace ndn {
 namespace ndns {
@@ -50,7 +51,7 @@
   };
 
 public:
-  RrsetFactory(const std::string& dbFile,
+  RrsetFactory(const boost::filesystem::path& dbFile,
                const Name& zoneName,
                KeyChain& keyChain,
                const Name& inputDskCertName);