Skip to content
Snippets Groups Projects
Commit 358d1293 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Fix ParameterTest

The test needed to be changed because of commit #06fed8a5.
parent 947fb5aa
No related branches found
No related tags found
1 merge request!115Enable running VirtualFluidsGPU without config file
......@@ -42,7 +42,7 @@ TEST(ParameterTest, check_all_Parameter_CanBePassedToConstructor)
Parameter para(config, 1, 0);
// test optional parameter
EXPECT_THAT(para.getOutputPath(), testing::Eq("/output/path"));
EXPECT_THAT(para.getOutputPath(), testing::Eq("/output/path/"));
EXPECT_THAT(para.getGridPath(), testing::Eq("/path/to/grid/")); // ... all grid files (e.g. multi-gpu/ multi-level) could be tested as well
EXPECT_THAT(para.getgeoVec(), testing::Eq("/path/to/grid/geoVec.dat"));
EXPECT_THAT(para.getMaxDev(), testing::Eq(2));
......
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