~johan-hake/dolfin/general-rk-solver

« back to all changes in this revision

Viewing changes to test/unit/io/python/XMLLocalMeshData.py

  • Committer: Johan Hake
  • Date: 2013-03-27 15:18:08 UTC
  • mfrom: (7352.1.227 working)
  • Revision ID: hake.dev@gmail.com-20130327151808-b73d4pueq1n432hg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
class LocalMeshDataXML_IO(unittest.TestCase):
29
29
 
30
30
    def testRead(self):
31
 
        file = File("../../../../data/meshes/snake.xml.gz")
 
31
        file = File("../snake.xml.gz")
32
32
        localdata = cpp.LocalMeshData()
33
33
        file >> localdata
34
34