[cig-commits] r9236 - short/3D/PyLith/trunk/unittests/pytests/bc

brad at geodynamics.org brad at geodynamics.org
Tue Feb 5 12:01:06 PST 2008


Author: brad
Date: 2008-02-05 12:01:06 -0800 (Tue, 05 Feb 2008)
New Revision: 9236

Modified:
   short/3D/PyLith/trunk/unittests/pytests/bc/TestDirichletPoints.py
Log:
Working on resolving builddot issue. Test removing DirichletPoints.setField call in unit test.

Modified: short/3D/PyLith/trunk/unittests/pytests/bc/TestDirichletPoints.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/bc/TestDirichletPoints.py	2008-02-05 19:19:10 UTC (rev 9235)
+++ short/3D/PyLith/trunk/unittests/pytests/bc/TestDirichletPoints.py	2008-02-05 20:01:06 UTC (rev 9236)
@@ -120,7 +120,7 @@
     bc.setConstraints(field)
     from pyre.units.time import second
     t = 1.0*second
-    bc.setField(t, field)
+    #bc.setField(t, field)
 
     # We should really add something here to check to make sure things
     # actually initialized correctly    



More information about the cig-commits mailing list