Skip to content
Snippets Groups Projects

Rename caosdb-cpplib to linkahead-cpplib

Merged Joscha Schmiedt requested to merge f-94-rename-cpplib into dev
All threads resolved!
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -55,19 +55,19 @@ TEST_F(test_configuration, get_default_connection_configuration_error) {
"This LinkAhead client has not been configured.");
ConfigurationManager::LoadSingleJSONConfiguration(
TEST_DATA_DIR + "/test_broken_caosdb_client_no_connections1.json");
TEST_DATA_DIR + "/test_broken_linkahead_client_no_connections1.json");
EXPECT_THROW_MESSAGE(ConfigurationManager::GetDefaultConnectionName(), ConfigurationError,
"This LinkAhead client hasn't any configured connections.");
ConfigurationManager::Clear();
ConfigurationManager::LoadSingleJSONConfiguration(
TEST_DATA_DIR + "/test_broken_caosdb_client_no_connections2.json");
TEST_DATA_DIR + "/test_broken_linkahead_client_no_connections2.json");
EXPECT_THROW_MESSAGE(ConfigurationManager::GetDefaultConnectionName(), ConfigurationError,
"This LinkAhead client hasn't any configured connections.");
ConfigurationManager::Clear();
ConfigurationManager::LoadSingleJSONConfiguration(
TEST_DATA_DIR + "/test_broken_caosdb_client_no_connections3.json");
TEST_DATA_DIR + "/test_broken_linkahead_client_no_connections3.json");
EXPECT_THROW_MESSAGE(ConfigurationManager::GetDefaultConnectionName(), ConfigurationError,
"This LinkAhead client hasn't any configured connections.");
ConfigurationManager::Clear();
Loading