错误处理机制纠正
This commit is contained in:
@@ -274,7 +274,9 @@ TEST(dynamic_renderable_lifecycle_test, captures_before_and_after_runtime_attach
|
||||
auto first = renderive_Owner<Counting_Renderable>::make();
|
||||
auto second = renderive_Owner<Counting_Renderable>::make();
|
||||
attach_initial(scene, first);
|
||||
const Capture_Session_Id session_id = scene.capture_frames(2);
|
||||
const auto request = scene.capture_frames(2);
|
||||
ASSERT_TRUE(request);
|
||||
const Capture_Session_Id session_id = request.session_id;
|
||||
scene.render();
|
||||
scene.wait_for_render();
|
||||
wait_renderable_edit(scene, [second](auto& editor) {
|
||||
|
||||
Reference in New Issue
Block a user