Bug #1264: dl/test_win32 incorrect module name http://redmine.ruby-lang.org/issues/show/1264 Author: Charlie Savage Status: Open, Priority: Normal Target version: 1.9.1 ruby -v: ruby 1.9.2dev (2009-03-06) [i386-mswin32_90] test_win32 defines a module Win32API. Problem is if you run test/runner.rb the Win32API class is loaded ahead of time. Solution is simple, rename the module. Patch attached. ---------------------------------------- http://redmine.ruby-lang.org