/
#include <sstream>
#include <fstream>
#include <string>
#define BOOST_TEST_DYN_LINK
#define BOOST_TEST_MAIN
#define BOOST_TEST_MODULE SearchingTestSuite
#include <boost/test/unit_test.hpp>
namespace boost_utf = boost::unit_test;
#if defined(BOOST_VERSION) && BOOST_VERSION >= 105900
boost_utf::unit_test_log.set_format (boost_utf::OF_XML);
#else
boost_utf::unit_test_log.set_format (boost_utf::XML);
#endif
boost_utf::unit_test_log.set_threshold_level (boost_utf::log_test_units);
}
}
};
BOOST_AUTO_TEST_SUITE (master_test_suite)
std::string lLogFilename ("SearchingTestSuite.log");
std::string lTravelQuery ("nce");
std::ofstream logOutputFile;
logOutputFile.open (lLogFilename.c_str());
logOutputFile.clear();
lDBType, lSQLDBConnStr,
lDeploymentNumber);
opentrepService.interpretTravelRequest (lTravelQuery, lLocationList,
lNonMatchedWordList);
BOOST_CHECK_MESSAGE (nbOfMatches == 1,
"The travel query ('" << lTravelQuery
<< "') matches with " << nbOfMatches
<< " key-words, whereas 1 is expected.");
logOutputFile.close();
}
BOOST_AUTO_TEST_SUITE_END()
std::ofstream utfReportStream("PartitionTestSuite_utfresults.xml")
BOOST_AUTO_TEST_CASE(partition_small_string)
BOOST_GLOBAL_FIXTURE(UnitTestConfig)
const std::string X_XAPIAN_DB_FP("/tmp/opentrep/test_traveldb")
const std::string X_SQL_DB_STR("")
const OPENTREP::DeploymentNumber_T X_DEPLOYMENT_NUMBER(0)
std::ofstream utfReportStream("UnicodeTestSuite_utfresults.xml")
Interface for the OPENTREP Services.
std::list< Word_T > WordList_T
std::list< Location > LocationList_T
unsigned short DeploymentNumber_T
unsigned short NbOfMatches_T
Enumeration of database types.