ChimeraTK / ControlSystemAdapter

An adapter layer which allows to use control applications with different control system software environments.
GNU Lesser General Public License v3.0
3 stars 2 forks source link

testUnidirectionalProcessArrayNoWaitForNewData: testVersionNumbers tests with wait_for_new_data #36

Closed mhier closed 4 years ago

mhier commented 4 years ago

testUnidirectionalProcessArrayNoWaitForNewData is supposed to test the UnidirectionalProcessArray without wait_for_new_data, but testVersionNumbers does not clear this flag. If the flag is cleared, the test fails, because it expects the wrong behaviour. It should be carefully checked, but probably the implementation under test is doing the right thing.