Skip to content

Commit 7ab1226

Browse files
committed
Closes #620
1 parent dc32a0b commit 7ab1226

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Core/DatabaseManager/Tests/ModuleDatabaseQueries.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ TEST_F(ModuleDatabaseQueries, CountEnabledModules)
215215
{
216216
auto count = countEnabledModules();
217217
std::cout << "# of enabled modules: " << count << std::endl;
218-
EXPECT_EQ(54, count);
218+
EXPECT_EQ(55, count);
219219
}
220220

221221
//TODO: figure out better way to generate a report from these tests. Need a process to enforce keeping them up to date (special branch?)

src/ExampleNets/regression/GenerateROIStatistics.srn5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<name>Filename</name>
151151
<value>
152152
<which>2</which>
153-
<value>/Users/moritz/Desktop/test_atlas/atlas.fld</value>
153+
<value>%SCIRUNDATADIR%/Fields/test_atlas/atlas.fld</value>
154154
</value>
155155
</second>
156156
</item>
@@ -202,7 +202,7 @@
202202
<name>Filename</name>
203203
<value>
204204
<which>2</which>
205-
<value>/Users/moritz/Desktop/test_atlas/mesh_sol.fld</value>
205+
<value>%SCIRUNDATADIR%/Fields/test_atlas/mesh_sol.fld</value>
206206
</value>
207207
</second>
208208
</item>
@@ -254,7 +254,7 @@
254254
<name>Filename</name>
255255
<value>
256256
<which>2</which>
257-
<value>/Users/moritz/Desktop/test_atlas/coordinates_cubes.fld</value>
257+
<value>%SCIRUNDATADIR%/Fields/test_atlas/coordinates_cubes.fld</value>
258258
</value>
259259
</second>
260260
</item>

0 commit comments

Comments
 (0)