Skip to content

Commit 14ee180

Browse files
author
Zaina Shaikh
committed
Adding VertexType to Recorders
1 parent eff20dc commit 14ee180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Testing/UnitTesting/XmlRecorderTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ TEST(XmlRecorderTest, SaveSimDataVertexTypeTest)
280280
recorderTest_->saveSimData();
281281

282282
// Open the test_output.xml file and read its content
283-
std::ifstream inputFile("../Testing/UnitTesting/TestOutput/test_neuron_type.xml");
283+
std::ifstream inputFile("../Testing/UnitTesting/TestOutput/test_vertex_type.xml");
284284
std::stringstream outputBuffer;
285285
outputBuffer << inputFile.rdbuf();
286286
inputFile.close();

0 commit comments

Comments
 (0)