OP solved it, closing
expected: but was: What's wrong?
You might want to avoid comparing Strings with ==, as it can fail under some situations. Try using string1.equals(string2) instead which is very reliable.
Loading collection data...
OP solved it, closing
expected: but was:
What's wrong?
You might want to avoid comparing Strings with ==, as it can fail under some situations.
Try using string1.equals(string2) instead which is very reliable.