On 7/11/06, Mike Townley <[EMAIL PROTECTED]> wrote: > Thank you for the alternative methods. Can anyone shed some light on why > it was removed in the first place? This really complicates things. I > wasn't expecting all this rewriting after upgrading watir. Otherwise I > would have stuck with 1.4
I think it wasn't implemented very well. It's not part of the regular 'test/unit' code. Somebody (Paul, I think) built it for convenience in testing Watir itself. It wasn't really intended to be a part of normal, regular test/unit type tests. I can't remember what the issue was, though. Seriously, though, you could absolutely write your own-- just add it to the 'test/unit.rb' code or add it somewhere in the Watir 'require', and you'll be ready to go. And, your very own assert_array_equals will behave exactly like you want it to, because you wrote it. _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
