Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
dbf0e693
Commit
dbf0e693
authored
Mar 28, 2016
by
Pietro Incardona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing test
parent
b33d41d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/Graph/dist_map_graph_unit_test.hpp
src/Graph/dist_map_graph_unit_test.hpp
+4
-4
No files found.
src/Graph/dist_map_graph_unit_test.hpp
View file @
dbf0e693
...
@@ -298,7 +298,7 @@ BOOST_AUTO_TEST_CASE( dist_map_graph_use_redistribution)
...
@@ -298,7 +298,7 @@ BOOST_AUTO_TEST_CASE( dist_map_graph_use_redistribution)
if
(
vcl
.
getProcessUnitID
()
==
0
)
if
(
vcl
.
getProcessUnitID
()
==
0
)
{
{
bool
test
=
compare
(
"dist_graph_redistribution_0.vtk"
,
"dist_graph_redistribution_0_test.vtk"
);
bool
test
=
compare
(
"dist_graph_redistribution_0.vtk"
,
"
src/Graph/test_data/
dist_graph_redistribution_0_test.vtk"
);
BOOST_REQUIRE_EQUAL
(
true
,
test
);
BOOST_REQUIRE_EQUAL
(
true
,
test
);
}
}
...
@@ -320,7 +320,7 @@ BOOST_AUTO_TEST_CASE( dist_map_graph_use_redistribution)
...
@@ -320,7 +320,7 @@ BOOST_AUTO_TEST_CASE( dist_map_graph_use_redistribution)
if
(
vcl
.
getProcessUnitID
()
==
0
)
if
(
vcl
.
getProcessUnitID
()
==
0
)
{
{
bool
test
=
compare
(
"dist_graph_redistribution_1.vtk"
,
"dist_graph_redistribution_1_test.vtk"
);
bool
test
=
compare
(
"dist_graph_redistribution_1.vtk"
,
"
src/Graph/test_data/
dist_graph_redistribution_1_test.vtk"
);
BOOST_REQUIRE_EQUAL
(
true
,
test
);
BOOST_REQUIRE_EQUAL
(
true
,
test
);
}
}
...
@@ -459,7 +459,7 @@ BOOST_AUTO_TEST_CASE( dist_map_graph_use_free_add)
...
@@ -459,7 +459,7 @@ BOOST_AUTO_TEST_CASE( dist_map_graph_use_free_add)
if
(
vcl
.
getProcessUnitID
()
==
0
)
if
(
vcl
.
getProcessUnitID
()
==
0
)
{
{
bool
test
=
compare
(
"dist_graph_free_0.vtk"
,
"dist_graph_free_0_test.vtk"
);
bool
test
=
compare
(
"dist_graph_free_0.vtk"
,
"
src/Graph/test_data/
dist_graph_free_0_test.vtk"
);
BOOST_REQUIRE_EQUAL
(
true
,
test
);
BOOST_REQUIRE_EQUAL
(
true
,
test
);
}
}
...
@@ -481,7 +481,7 @@ BOOST_AUTO_TEST_CASE( dist_map_graph_use_free_add)
...
@@ -481,7 +481,7 @@ BOOST_AUTO_TEST_CASE( dist_map_graph_use_free_add)
if
(
vcl
.
getProcessUnitID
()
==
0
)
if
(
vcl
.
getProcessUnitID
()
==
0
)
{
{
bool
test
=
compare
(
"dist_graph_free_1.vtk"
,
"dist_graph_free_1_test.vtk"
);
bool
test
=
compare
(
"dist_graph_free_1.vtk"
,
"
src/Graph/test_data/
dist_graph_free_1_test.vtk"
);
BOOST_REQUIRE_EQUAL
(
true
,
test
);
BOOST_REQUIRE_EQUAL
(
true
,
test
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
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