On 7/11/06, <b class="gmail_sendername">Chris McMahon</b> &lt;<a href="mailto:christopher.mcmahon@gmail.com">christopher.mcmahon@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
That's what Dave and I were kind of discussing.&nbsp;&nbsp;I think the original<br>assert would pass if you compared [1,2,3] and [3,2,1], and would also<br>give you an error msg. if the arrays had different number of elements.</blockquote>
<div><br>I actually don't think that was what the original code was trying to do. But since it was undocumented and had not unit tests, that makes it hard to figure out. That's kinda why i removed it.<br><br>I do know that when i removed it, i simply replaced all calls to assert_arrayEqual with calls to assert_equal. And the tests still passed.
<br><br>Bret<br></div></div>