ee34082 tests: Don't use assertRaises as a context manager

1 file Authored by bochecha 9 years ago, Committed by pbabinca 9 years ago,
    tests: Don't use assertRaises as a context manager
    
    assertRaises can only be used as a context manager with Python >= 2.7,
    but we still have 2.6 on EL6.
    
        
file modified
+10 -4