On Monday, April 29, 2002, at 08:08 PM, Sam Joseph wrote:
> + * @author <a href="mailto:[EMAIL PROTECTED]">Sam Joseph</a> done. > > In the test you sent > > I didn't see the test that confirms the conversion. dang buggy fingers! I meant "confirms the recursion". I thought you had mentioned a test of that sort in an earlier email. If I was imagining things then nevermind. 8^) > x_crit2.and(x_crit3).or(x_crit4.and(x_crit5)); > String x_correct = "((myTable2.myColumn2='myValue2' AND > myTable3.myColumn3='myValue3') OR (myTable4.myColumn4='myValue4' AND > myTable5.myColumn5='myValue5'))"; > assertTrue(x_correct.equals(x_crit2.toString())); That I've already got. Thanks tho. -Eric -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
