Ignore:
Timestamp:
Oct 20, 2004, 2:28:36 PM (20 years ago)
Author:
duncan
Message:

fixed bug in last checkin...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/test_least_squares.py

    r429 r430  
    146146
    147147
    148     def teszt_smooth_attributes_to_mesh(self):
     148    def test_smooth_attributes_to_mesh(self):
    149149        print "ee"
    150150        a = [0.0, 0.0]
     
    662662#-------------------------------------------------------------
    663663if __name__ == "__main__":
    664     suite = unittest.makeSuite(TestCase,'teszt')
     664    suite = unittest.makeSuite(TestCase,'test')
    665665    runner = unittest.TextTestRunner()
    666666    runner.run(suite)
Note: See TracChangeset for help on using the changeset viewer.