[cig-commits] r21307 - short/3D/PyLith/trunk/unittests/pytests/faults

brad at geodynamics.org brad at geodynamics.org
Tue Jan 29 12:31:14 PST 2013


Author: brad
Date: 2013-01-29 12:31:14 -0800 (Tue, 29 Jan 2013)
New Revision: 21307

Modified:
   short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveDyn.py
   short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveKin.py
Log:
Updated unit test (remove obsolete useSolnIncr test).

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveDyn.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveDyn.py	2013-01-29 19:22:19 UTC (rev 21306)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveDyn.py	2013-01-29 20:31:14 UTC (rev 21307)
@@ -146,18 +146,6 @@
     return
 
   
-  def test_useSolnIncr(self):
-    """
-    Test useSolnIncr().
-    """
-    (mesh, fault, fields) = self._initialize()
-    fault.useSolnIncr(True)
-
-    # We should really add something here to check to make sure things
-    # actually initialized correctly    
-    return
-
-  
   def test_integrateResidual(self):
     """
     Test integrateResidual().

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveKin.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveKin.py	2013-01-29 19:22:19 UTC (rev 21306)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveKin.py	2013-01-29 20:31:14 UTC (rev 21307)
@@ -175,18 +175,6 @@
     return
 
   
-  def test_useSolnIncr(self):
-    """
-    Test useSolnIncr().
-    """
-    (mesh, fault, fields) = self._initialize()
-    fault.useSolnIncr(True)
-
-    # We should really add something here to check to make sure things
-    # actually initialized correctly    
-    return
-
-  
   def test_integrateResidual(self):
     """
     Test integrateResidual().



More information about the CIG-COMMITS mailing list