Changeset 2801 for trunk/test


Ignore:
Timestamp:
03/22/13 16:40:06 (11 years ago)
Author:
Malte Marquarding
Message:

A failed test to check jenkins email output. Remove after

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/test_scantable.py

    r2798 r2801  
    4141        st = scantable([fname,fname], average=False)
    4242        assert_equal(st.nscan(), 4)
     43
     44    def test_jenkins_email(self):
     45        raise RuntimeError("Just check that the email has the log attached")
    4346
    4447    def test_copy(self):
Note: See TracChangeset for help on using the changeset viewer.