Ticket #9929: test_history_error.py

File test_history_error.py, 234 bytes (added by Samuel Jackson, 6 years ago)

Testing script

Line 
1ws = Load('INTER00007709.nxs')
2ws, wave, theta = ReflectometryReductionOneAuto(ws)
3history = ws.getHistory()
4alg_hist = history.getAlgorithmHistory(1)
5alg_hist = alg_hist.getChildAlgorithmHistory(0)
6alg = alg_hist.getChildAlgorithm(1)