[cig-commits] [commit] baagaard/remove-1d: Removed obsolete unit test files. (3b46ef7)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Nov 5 12:48:31 PST 2013


Repository : ssh://geoshell/pylith

On branch  : baagaard/remove-1d
Link       : https://github.com/geodynamics/pylith/compare/0000000000000000000000000000000000000000...1c7e199386600af475433efaecbcd23b5ea72a6f

>---------------------------------------------------------------

commit 3b46ef7219f65d5f861f0a6770486a2850b31438
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Nov 5 12:05:49 2013 -0800

    Removed obsolete unit test files.


>---------------------------------------------------------------

3b46ef7219f65d5f861f0a6770486a2850b31438
 .../faults/TestFaultCohesiveKinSrcsTet4.cc         | 46 ---------------
 .../faults/TestFaultCohesiveKinSrcsTet4.hh         | 65 ----------------------
 2 files changed, 111 deletions(-)

diff --git a/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.cc b/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.cc
deleted file mode 100644
index e3ca29f..0000000
--- a/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.cc
+++ /dev/null
@@ -1,46 +0,0 @@
-// -*- C++ -*-
-//
-// ----------------------------------------------------------------------
-//
-// Brad T. Aagaard, U.S. Geological Survey
-// Charles A. Williams, GNS Science
-// Matthew G. Knepley, University of Chicago
-//
-// This code was developed as part of the Computational Infrastructure
-// for Geodynamics (http://geodynamics.org).
-//
-// Copyright (c) 2010-2013 University of California, Davis
-//
-// See COPYING for license information.
-//
-// ----------------------------------------------------------------------
-//
-
-#include <portinfo>
-
-#include "TestFaultCohesiveKinSrcsTet4.hh" // Implementation of class methods
-
-#include "data/CohesiveKinSrcsDataTet4.hh" // USES CohesiveKinDataTet4
-
-#include "pylith/topology/Mesh.hh" // USES Mesh
-#include "pylith/feassemble/Quadrature.hh" // USES Quadrature<Mesh>
-#include "pylith/feassemble/GeometryTri3D.hh" // USES GeometryTri3D
-
-// ----------------------------------------------------------------------
-CPPUNIT_TEST_SUITE_REGISTRATION( pylith::faults::TestFaultCohesiveKinSrcsTet4 );
-
-// ----------------------------------------------------------------------
-// Setup testing data.
-void
-pylith::faults::TestFaultCohesiveKinSrcsTet4::setUp(void)
-{ // setUp
-  TestFaultCohesiveKinSrcs::setUp();
-  _data = new CohesiveKinSrcsDataTet4();
-
-  CPPUNIT_ASSERT(0 != _quadrature);
-  feassemble::GeometryTri3D geometry;
-  _quadrature->refGeometry(&geometry);
-} // setUp
-
-
-// End of file 
diff --git a/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.hh b/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.hh
deleted file mode 100644
index d63d501..0000000
--- a/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.hh
+++ /dev/null
@@ -1,65 +0,0 @@
-// -*- C++ -*-
-//
-// ----------------------------------------------------------------------
-//
-// Brad T. Aagaard, U.S. Geological Survey
-// Charles A. Williams, GNS Science
-// Matthew G. Knepley, University of Chicago
-//
-// This code was developed as part of the Computational Infrastructure
-// for Geodynamics (http://geodynamics.org).
-//
-// Copyright (c) 2010-2013 University of California, Davis
-//
-// See COPYING for license information.
-//
-// ----------------------------------------------------------------------
-//
-
-/**
- * @file unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.hh
- *
- * @brief C++ TestFaultCohesiveKinSrcsTet4 object.
- *
- * C++ unit testing for FaultCohesiveKin for mesh with 3-D tetrahedral cells.
- */
-
-#if !defined(pylith_faults_testfaultcohesivekinsrcstet4_hh)
-#define pylith_faults_testfaultcohesivekinsrcstet4_hh
-
-#include "TestFaultCohesiveKinSrcs.hh" // ISA TestFaultCohesiveKinSrcs
-
-/// Namespace for pylith package
-namespace pylith {
-  namespace faults {
-    class TestFaultCohesiveKinSrcsTet4;
-  } // bc
-} // pylith
-
-/// C++ unit testing for FaultCohesiveKin for mesh with 3-D tetrahedral cells.
-class pylith::faults::TestFaultCohesiveKinSrcsTet4 : public TestFaultCohesiveKinSrcs
-{ // class TestFaultCohesiveKinSrcsTet4
-
-  // CPPUNIT TEST SUITE /////////////////////////////////////////////////
-  CPPUNIT_TEST_SUITE( TestFaultCohesiveKinSrcsTet4 );
-
-  CPPUNIT_TEST( testInitialize );
-  CPPUNIT_TEST( testIntegrateResidual );
-  CPPUNIT_TEST( testIntegrateJacobian );
-  CPPUNIT_TEST( testIntegrateJacobianLumped );
-  CPPUNIT_TEST( testCalcTractionsChange );
-
-  CPPUNIT_TEST_SUITE_END();
-
-  // PUBLIC METHODS /////////////////////////////////////////////////////
-public :
-
-  /// Setup testing data.
-  void setUp(void);
-
-}; // class TestFaultCohesiveKinSrcsTet4
-
-#endif // pylith_faults_testfaultcohesivekinsrcstet4_hh
-
-
-// End of file 



More information about the CIG-COMMITS mailing list