From: Bil Kleb Date: 2004-02-14T22:49:57+09:00 Subject: Re: testunit: comparison of Fixnum with true failed (ArgumentError) Bil Kleb wrote: > I am trying to get the advection code that I released in a NASA tech brief > some time ago to work with ruby 1.9.0 (2004-02-11), but I have been stymied > with: > > /usr/local/pkgs/ruby/lib/ruby/1.9/test/unit/ui/console/testrunner.rb:117:in > `<=': comparison of Fixnum with true failed (ArgumentError) Found it: the second argument for TestRunner changed from a boolean to an integer output level. Later, -- Bil