Status: Accepted
Owner:
[hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-1.0-beta.8.7.2
Milestone-1.0-beta.8.7.3
New issue 353 by
[hidden email]: UTF8 tests failing in 3.1.0.1
http://code.google.com/p/glassdb/issues/detail?id=353turns out that the behavior for the class UTF8 changed in such a way that
breaks the test, but does not affect the behvior in general.
Before 3.1.0.1 a UTF8 instance and a String instance with the same bytes
compared equal. In 3.1.0.1 that is no longer the case. Seaside requires
that UTF8 encoded bytes be kept in Strings, but in Seaside UTF8 encoded
strings are not compared to UTF8 instances, so the tests themselves can be
safely changed to covert both instances to ByteArrays...