christophe-hall / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

StringUtils.equals do not behave like expected #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
(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

GoogleCodeExporter commented 8 years ago

Original comment by christophe.herreman on 6 Jan 2010 at 9:59