Ignore:
Timestamp:
09/30/2009 05:10:27 PM (14 years ago)
Author:
marcus
Message:
  • new tests
  • fixed spelling
  • fixed access of trace info entries
  • create traces from numpy data (some double free issue remains)
  • minor debug plot adjustments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SHX/trunk/src/SeismicHandler/tests/test_traces.py

    r153 r154  
    88import unittest 
    99 
    10 class eventsTestCase(unittest.TestCase): 
     10class tracesTestCase(unittest.TestCase): 
    1111    def setUp(self): 
    1212        Run("cresharp") 
     
    192192 
    193193def suite(): 
    194     return unittest.makeSuite(eventsTestCase, 'test') 
     194    return unittest.makeSuite(tracesTestCase, 'test') 
    195195 
    196196if __name__ == "__main__": 
Note: See TracChangeset for help on using the changeset viewer.