Skip to content

Commit

Permalink
limit meshes
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPrivitera committed Apr 18, 2024
1 parent 43a0beb commit 1fc9605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/relay/t_relay_io_silo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,6 @@ TEST(conduit_relay_io_silo, round_trip_save_option_overlink5)
/// user has specified "all" or "none", which will supersede this.

//-----------------------------------------------------------------------------
// TODO this is now a legacy feature. Should I remove eventually?
TEST(conduit_relay_io_silo, round_trip_read_option_mesh_name)
{
Node load_mesh, info, opts;
Expand All @@ -1604,6 +1603,8 @@ TEST(conduit_relay_io_silo, round_trip_read_option_mesh_name)
EXPECT_TRUE(blueprint::mesh::verify(load_mesh, info));

EXPECT_TRUE(load_mesh[0].has_path("topologies/mesh1_dup"));

EXPECT_TRUE(load_mesh[0]["topologies"].number_of_children() == 1);
}

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 1fc9605

Please sign in to comment.