~vcs-imports/escript-finley/trunk

« back to all changes in this revision

Viewing changes to finley/test/python/run_escriptOnFinley.py

  • Committer: jfenwick
  • Date: 2010-10-11 01:48:14 UTC
  • Revision ID: svn-v4:77569008-7704-0410-b7a0-a92fef0b09fd:trunk:3259
Merging dudley and scons updates from branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
class Test_CSVOnFinley(Test_saveCSV):
145
145
   def setUp(self):
146
146
       self.domain =Rectangle(NE,NE+1,2)
147
 
       self.linecount1=20               #see test_save1 for the meaning of these params
 
147
       self.linecount1=80               #see test_save1 for the meaning of these params
148
148
       self.linecount2=69
 
149
       self.line_expected=[0.125, 0., 0.125]
149
150
       
150
151
   def tearDown(self):
151
152
       del self.domain