Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Feb 3, 2017
1 parent 8e6b891 commit a107470
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_parts/test_ADCore/test_hdfwriterpart.py
Expand Up @@ -78,7 +78,9 @@ def test_configure(self):
self.assertEquals(infos[4].uniqueid, "")
self.assertEqual(task.put.call_args_list, [
call(self.child["positionMode"], True),
call(self.child["numCapture"], 0)])
call(self.child["numCapture"], 0),
call('flushDataPerNFrames', 10.0),
call('flushAttrPerNFrames', 10.0)])
self.assertEqual(task.put_many_async.call_count, 2)
self.assertEqual(task.put_many_async.call_args_list[0],
call(self.child, dict(
Expand Down

0 comments on commit a107470

Please sign in to comment.