catalog: implement catalog driver and facade
This commit also refactories the QueryAdapter's code, adds corresponding
unit-test. Catalog-adapter and catalog do not use template, so the definition
are moved to corresponding cpp files.
refs: #2599, #2600
Change-Id: I2be492ec3c2538e865bfa7c09ac8cd49e2a9527d
diff --git a/catalog/tests/unit-tests/simple.cpp b/catalog/tests/unit-tests/simple.cpp
index 5dda75a..5921522 100644
--- a/catalog/tests/unit-tests/simple.cpp
+++ b/catalog/tests/unit-tests/simple.cpp
@@ -25,7 +25,7 @@
#include <iostream>
namespace atmos {
-namespace test {
+namespace tests {
BOOST_AUTO_TEST_SUITE(MasterSuite)
@@ -53,5 +53,5 @@
BOOST_AUTO_TEST_SUITE_END()
-} //namespace test
+} //namespace tests
} //namespace atmos