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 3ec19bc commit 416ab85Copy full SHA for 416ab85
Framework/Core/test/test_DataDescriptorMatcher.cxx
@@ -668,10 +668,10 @@ TEST_CASE("DataQuery")
668
REQUIRE(result5[0].metadata[1].defaultValue.get<std::string>() == "GLO/Config/GRPECS");
669
REQUIRE(result5[0].metadata[2].name == "key3");
670
REQUIRE(result5[0].metadata[2].defaultValue.get<std::string>() == "value3");
671
-
672
}
673
674
-TEST_CASE("DataQueryLifetime") {
+TEST_CASE("DataQueryLifetime")
+{
675
auto result0 = DataDescriptorQueryBuilder::parse("x:TST/A1?lifetime=timeframe");
676
REQUIRE(result0.size() == 1);
677
REQUIRE(result0[0].lifetime == Lifetime::Timeframe);
0 commit comments