Skip to content

Commit cd49e44

Browse files
committed
Re-enable different_hierarchies test (now fold_duplicate_layer_name)
1 parent 5de9838 commit cd49e44

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

test/CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,15 @@ cet_test(
8080
)
8181

8282
cet_test(
83-
different_hierarchies
83+
fold_duplicate_layer_name
8484
USE_CATCH2_MAIN
8585
SOURCE
86-
different_hierarchies.cpp
86+
fold_duplicate_layer_name_test.cpp
8787
LIBRARIES
8888
phlex::core_internal
8989
spdlog::spdlog
9090
layer_generator_internal
9191
)
92-
# Disable pending resolution of [Change fold-result caching to use
93-
# `multilayer_join_node`](https://github.com/Framework-R-D/phlex/issues/359)
94-
set_tests_properties(different_hierarchies PROPERTIES DISABLED TRUE)
9592

9693
cet_test(filter_impl USE_CATCH2_MAIN SOURCE filter_impl.cpp LIBRARIES
9794
phlex::core_internal
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace {
4848
void add(std::atomic<unsigned int>& counter, unsigned int number) { counter += number; }
4949
}
5050

51-
TEST_CASE("Different hierarchies used with fold", "[graph]")
51+
TEST_CASE("Fold different layer paths with same trailing name", "[graph]")
5252
{
5353
// job -> run -> event layers
5454
constexpr auto index_limit = 2u;

0 commit comments

Comments
 (0)