test/test_helper.rb in virtualbox-0.7.1 vs test/test_helper.rb in virtualbox-0.7.2
- old
+ new
@@ -22,6 +22,6 @@
# Initialize the FFI stuff. This is typically done dynamically when
# FFI is initialized (on non-windows machines). Since the tests test
# the FFI classes, we force initialize a specific version here. It
# doesn't matter what version, since no actual FFI calls are made.
-VirtualBox::COM::FFI.setup("3.1.x") unless defined?(VirtualBox::COM::FFI::Version_3_1_X)
\ No newline at end of file
+VirtualBox::COM::FFI.setup("3.2.x") unless defined?(VirtualBox::COM::FFI::Version_3_2_X)