Skip to content

Commit

Permalink
removed ports close to 1000 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Aug 30, 2013
1 parent 35c0373 commit 9c0c2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-api/tests/integrationtests/test_controller.py
Expand Up @@ -62,7 +62,7 @@ def test_compose_ports(self):
res = []
expected_result = []
for i in range(self.NUM):
video_port = (i+1)*1000
video_port = (i+5)*1000
expected_result.append([video_port+1]*self.NUM*self.FACTOR)
s = Server(path=PATH, video_port=video_port)
try:
Expand Down

0 comments on commit 9c0c2ae

Please sign in to comment.