1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-23 23:38:21 +00:00

Fix tests

This commit is contained in:
Julien Duponchelle 2016-03-30 13:29:14 +02:00
parent ec044f9210
commit f39af9deb7
No known key found for this signature in database
GPG Key ID: F1E2485547D4595D

View File

@ -49,8 +49,8 @@ def test_temporary_directory(project, manager):
def test_console(project, manager):
vm = VPCSVM("test", "00010203-0405-0607-0809-0a0b0c0d0e0f", project, manager)
vm.console = 2111
assert vm.console == 2111
vm.console = 5011
assert vm.console == 5011
vm.console = None
assert vm.console is None