[cig-commits] r15035 - short/3D/PyLith/trunk/unittests/libtests/topology

brad at geodynamics.org brad at geodynamics.org
Fri May 22 09:14:33 PDT 2009


Author: brad
Date: 2009-05-22 09:14:32 -0700 (Fri, 22 May 2009)
New Revision: 15035

Modified:
   short/3D/PyLith/trunk/unittests/libtests/topology/TestSubMesh.cc
Log:
Removed bad test (shouldn't compare int and MPI_Comm).

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestSubMesh.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestSubMesh.cc	2009-05-22 13:38:20 UTC (rev 15034)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestSubMesh.cc	2009-05-22 16:14:32 UTC (rev 15035)
@@ -61,7 +61,6 @@
   CPPUNIT_ASSERT(mesh._mesh.isNull());
   CPPUNIT_ASSERT_EQUAL(0, mesh.dimension());
   CPPUNIT_ASSERT_EQUAL(false, mesh.debug());
-  CPPUNIT_ASSERT_EQUAL(0, mesh.comm());
 } // testConstructor
 
 // ----------------------------------------------------------------------
@@ -177,7 +176,6 @@
 pylith::topology::TestSubMesh::testComm(void)
 { // testComm
   SubMesh mesh;
-  CPPUNIT_ASSERT_EQUAL(0, mesh.comm());
 
   Mesh mesh2D;
   _buildMesh(&mesh2D);



More information about the CIG-COMMITS mailing list