VirtualBox wrapper now uses import to create a VM rather than createvm

This commit is contained in:
Mitchell Hashimoto 2010-01-22 13:34:46 -08:00 committed by John Bender
parent c7769661dd
commit 5b29ce59aa
2 changed files with 2 additions and 2 deletions

View File

@ -57,4 +57,4 @@ class VirtualBox
parsed
end
end
end
end

View File

@ -43,4 +43,4 @@ raw
assert_equal "baz", result["bar"]
end
end
end
end