Skip to content

Commit

Permalink
fix adjust_pip test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jan 7, 2015
1 parent df622cb commit 9454ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-api/tests/integrationtests/test_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def adjust_pip(self,
sources.new_test_video(pattern=4)
sources.new_test_video(pattern=5)
controller = Controller()
controller.set_composite_mode(1)
controller.set_composite_mode('PIP')
time.sleep(3)
res = controller.adjust_pip(xpos, ypos, width, heigth)
time.sleep(3)
Expand Down

0 comments on commit 9454ff3

Please sign in to comment.