Added not merged modifications

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@453 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2012-03-03 03:25:44 +00:00
parent a2eb8bcab6
commit f9b97fb638
5 changed files with 12 additions and 10 deletions

View File

@@ -31,14 +31,14 @@
class Tests : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE( Tests );
CPPUNIT_TEST( testAvpd );
CPPUNIT_TEST( testDBDriverFactory );
//CPPUNIT_TEST( testAvpd );
//CPPUNIT_TEST( testDBDriverFactory );
CPPUNIT_TEST( testSqlite3Database );
CPPUNIT_TEST( testBayesFilter );
CPPUNIT_TEST( testKeypointMemory );
//CPPUNIT_TEST( testKeypointMemory );
CPPUNIT_TEST( testCamera );
CPPUNIT_TEST( testVWDictionary );
CPPUNIT_TEST( testVerifyHypotheses );
//CPPUNIT_TEST( testVWDictionary );
//CPPUNIT_TEST( testVerifyHypotheses );
CPPUNIT_TEST_SUITE_END();
private:
@@ -53,7 +53,7 @@ public:
ULogger::reset();
ULogger::setType(ULogger::kTypeConsole);
ULogger::setLevel(ULogger::kError);
//Util::Logger::setLevel(Util::Logger::kDebug);
//ULogger::setLevel(ULogger::kDebug);
}
void tearDown()