[cig-commits] r8396 - short/3D/PyLith/trunk/unittests/pytests/meshio

brad at geodynamics.org brad at geodynamics.org
Wed Dec 5 19:08:48 PST 2007


Author: brad
Date: 2007-12-05 19:08:48 -0800 (Wed, 05 Dec 2007)
New Revision: 8396

Modified:
   short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOLagrit.py
Log:
Fixed initialization in MeshIOLagrit unit test.

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOLagrit.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOLagrit.py	2007-12-05 22:53:10 UTC (rev 8395)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOLagrit.py	2007-12-06 03:08:48 UTC (rev 8396)
@@ -41,6 +41,7 @@
     Test filename().
     """
     iohandler = MeshIOLagrit()
+    iohandler._configure()
     valueGmv = "hi.txt"
     valuePset = "hi2.txt"
     iohandler.filenameGmv = valueGmv
@@ -59,6 +60,7 @@
     # For now, we only test reading the file. We would like to write
     # the file and compare against the original.
     iohandler = MeshIOLagrit()
+    iohandler._configure()
 
     filenameGmvIn = "data/cube2_ascii.gmv"
     filenamePsetIn = "data/cube2_ascii.pset"



More information about the cig-commits mailing list