Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StringUtils.equals do not behave like expected #15

Closed
GoogleCodeExporter opened this issue Nov 6, 2015 · 1 comment
Closed

StringUtils.equals do not behave like expected #15

GoogleCodeExporter opened this issue Nov 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

(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
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant