(Originally posted on the Spring ActionScript Jira.)
I use org.as3commons.lang.StringUtils to compare Strings in my code.
In some cases the equals method does not behave like expected, i.e. the given
FlexUnit testcase fails:
Assert.assertEquals("Expressions are not equal", false,
StringUtils.equals("in","notin"));
What I expect is this testcase does not fail.
Original issue reported on code.google.com by christophe.herreman on 16 Dec 2009 at 8:59
Original issue reported on code.google.com by
christophe.herreman
on 16 Dec 2009 at 8:59