You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(void) dataCheck:(NSMutableURLRequest *)request forValue:(id)val
in the tests...
This test has uncovered a problem in the JSON library, which is that it decodes floats as decimals, rounding as necessary. We have to override how JSONSerialization is doing this, or possibly report the issue to Apple. Meanwhile, this test might as well just check to see if the decimal is reasonably close to its original value. For now, it's doing nothing.
The text was updated successfully, but these errors were encountered:
in the tests...
This test has uncovered a problem in the JSON library, which is that it decodes floats as decimals, rounding as necessary. We have to override how JSONSerialization is doing this, or possibly report the issue to Apple. Meanwhile, this test might as well just check to see if the decimal is reasonably close to its original value. For now, it's doing nothing.
The text was updated successfully, but these errors were encountered: