Skip to content
Snippets Groups Projects
Commit e72902dc authored by Chris Harris's avatar Chris Harris Committed by Code Review
Browse files

Merge topic 'move-test-4-modularization' into master

ee48a555 Renaming file to fix possible modularization conflict.
parents 9f3b9031 ee48a555
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ CREATE_TEST_SOURCELIST(Tests ${KIT}CxxTests.cxx ...@@ -35,7 +35,7 @@ CREATE_TEST_SOURCELIST(Tests ${KIT}CxxTests.cxx
TestImageDataFindCell.cxx TestImageDataFindCell.cxx
TestImageIterator.cxx TestImageIterator.cxx
TestGenericCell.cxx TestGenericCell.cxx
TestGraph.cxx TestGraph2.cxx
TestGraphWeightEuclideanDistanceFilter.cxx TestGraphWeightEuclideanDistanceFilter.cxx
TestHigherOrderCell.cxx TestHigherOrderCell.cxx
TestPointLocators.cxx TestPointLocators.cxx
......
/*========================================================================= /*=========================================================================
Program: Visualization Toolkit Program: Visualization Toolkit
Module: TestGraph.cxx Module: TestGraph2.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved. All rights reserved.
...@@ -33,7 +33,7 @@ int TestGetEdgeId(); ...@@ -33,7 +33,7 @@ int TestGetEdgeId();
int TestToDirectedGraph(); int TestToDirectedGraph();
int TestToUndirectedGraph(); int TestToUndirectedGraph();
int TestGraph(int,char *[]) int TestGraph2(int,char *[])
{ {
std::vector<int> results; std::vector<int> results;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment