Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sreekanth Arikatla
iMSTK
Commits
d0b02e7b
Commit
d0b02e7b
authored
Jun 10, 2021
by
Harald Scheirich
Browse files
REFAC: uncrustify
parent
1461073c
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/Rendering/Testing/imstkMeshRenderTest.cpp
View file @
d0b02e7b
...
...
@@ -91,7 +91,6 @@ createAndAddVisualSceneObject(std::shared_ptr<Scene> scene,
return
meshSceneObject
;
}
}
class
RenderTest
:
public
testing
::
Test
...
...
@@ -138,7 +137,7 @@ TEST_F(RenderTest, plain_mesh)
ASSERT_TRUE
(
sceneObj
!=
nullptr
)
<<
"ERROR: Unable to create scene object"
;
//
run_for(driver.get(), 2);
run_for
(
driver
.
get
(),
2
);
}
TEST_F
(
RenderTest
,
mesh_material
)
...
...
@@ -153,7 +152,7 @@ TEST_F(RenderTest, mesh_material)
ASSERT_TRUE
(
sceneObj
!=
nullptr
)
<<
"ERROR: Unable to create scene object"
;
//
run_for(driver.get(), 2);
run_for
(
driver
.
get
(),
2
);
}
TEST_F
(
RenderTest
,
material_color_function_vertices
)
...
...
@@ -386,13 +385,3 @@ TEST_F(RenderTest, material_color_function_dynamic_cells)
run_for
(
driver
.
get
(),
2
);
}
\ No newline at end of file
int
imstkMeshRenderTest
(
int
argc
,
char
*
argv
[])
{
// Init Google Test
::
testing
::
InitGoogleTest
(
&
argc
,
argv
);
// Run tests with gtest
return
RUN_ALL_TESTS
();
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment