We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf255ca commit 1974652Copy full SHA for 1974652
1 file changed
Framework/Core/test/test_CCDBHelpers.cxx
@@ -21,7 +21,7 @@ using namespace o2::framework;
21
BOOST_AUTO_TEST_CASE(TestSorting)
22
{
23
auto result = CCDBHelpers::parseRemappings("");
24
- BOOST_CHECK_EQUAL(result.error, "Empty string provided");
+ BOOST_CHECK_EQUAL(result.error, ""); // not an error
25
26
result = CCDBHelpers::parseRemappings("https");
27
BOOST_CHECK_EQUAL(result.error, "URL should start with either / or http:// / https://");
0 commit comments