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
Bill Lorensen
VTK
Commits
7393abaa
Commit
7393abaa
authored
Apr 26, 2012
by
Philippe Pébay
Browse files
Renaming tests for the sake of clarity
Change-Id: Ieeac1452735709c54d409e2d5339936c1c518eeb
parent
bfa34cee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Filters/HyperTree/Testing/Cxx/CMakeLists.txt
View file @
7393abaa
...
...
@@ -6,9 +6,9 @@ create_test_sourcelist(Tests ${vtk-module}CxxTests.cxx
TestHyperOctreeSurfaceFilter.cxx
TestHyperOctreeToUniformGrid.cxx
TestHyperTreeGrid.cxx
TestHyperTreeGridAxisCut.cxx
TestHyperTreeGridTernary3DAxisCut.cxx
TestHyperTreeGridTernary3DGeometry.cxx
TestHyperTreeGridBinary2D.cxx
TestHyperTreeGridGeometry.cxx
EXTRA_INCLUDE vtkTestDriver.h
)
...
...
Filters/HyperTree/Testing/Cxx/TestHyperTreeGridAxisCut.cxx
→
Filters/HyperTree/Testing/Cxx/TestHyperTreeGrid
Ternary3D
AxisCut.cxx
View file @
7393abaa
...
...
@@ -20,7 +20,7 @@
#include
"vtkRenderWindow.h"
#include
"vtkRenderWindowInteractor.h"
int
TestHyperTreeGridAxisCut
(
int
argc
,
char
*
argv
[]
)
int
TestHyperTreeGrid
Ternary3D
AxisCut
(
int
argc
,
char
*
argv
[]
)
{
vtkNew
<
vtkHyperTreeGridSource
>
fractal
;
fractal
->
SetMaximumLevel
(
3
);
...
...
Filters/HyperTree/Testing/Cxx/TestHyperTreeGridGeometry.cxx
→
Filters/HyperTree/Testing/Cxx/TestHyperTreeGrid
Ternary3D
Geometry.cxx
View file @
7393abaa
...
...
@@ -19,7 +19,7 @@
#include
"vtkRenderWindow.h"
#include
"vtkRenderWindowInteractor.h"
int
TestHyperTreeGridGeometry
(
int
argc
,
char
*
argv
[]
)
int
TestHyperTreeGrid
Ternary3D
Geometry
(
int
argc
,
char
*
argv
[]
)
{
vtkNew
<
vtkHyperTreeGridSource
>
fractal
;
fractal
->
SetMaximumLevel
(
3
);
...
...
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