[MOAB-dev] commit/MOAB: danwu: Restored two CHECK_EQUAL calls in NC reader parallel unit test for GCRM, after fixing the bug with padded polygons.
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Wed Jun 4 11:11:44 CDT 2014
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/e6aa7cfd39b6/
Changeset: e6aa7cfd39b6
Branch: master
User: danwu
Date: 2014-06-04 18:11:30
Summary: Restored two CHECK_EQUAL calls in NC reader parallel unit test for GCRM, after fixing the bug with padded polygons.
Affected #: 1 file
diff --git a/test/parallel/gcrm_par.cpp b/test/parallel/gcrm_par.cpp
index 1defb0e..b2dae0a 100644
--- a/test/parallel/gcrm_par.cpp
+++ b/test/parallel/gcrm_par.cpp
@@ -602,8 +602,7 @@ void multiple_loads_of_same_file()
if (0 == rank) {
CHECK_EQUAL((size_t)687, local_verts.size());
- // FIXME: Previous result is 1010
- //CHECK_EQUAL((size_t)1007, local_edges.size());
+ CHECK_EQUAL((size_t)1007, local_edges.size());
// Layer 0
CHECK_REAL_EQUAL(3.629994, vorticity0_val[0 * layers], eps);
@@ -616,8 +615,7 @@ void multiple_loads_of_same_file()
}
else if (1 == rank) {
CHECK_EQUAL((size_t)688, local_verts.size());
- // FIXME: Previous result is 1010
- //CHECK_EQUAL((size_t)1008, local_edges.size());
+ CHECK_EQUAL((size_t)1008, local_edges.size());
// Layer 0
CHECK_REAL_EQUAL(-0.554888, vorticity0_val[0 * layers], eps);
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list