Differences From Artifact [188b6037b1]:
- File tests/TestsAppDelegate.m — part of check-in [51c8047121] at 2023-02-13 20:32:28 on branch trunk — Support for storing OFColors in tagged pointers (user: js, size: 11140) [annotate] [blame] [check-ins using]
To Artifact [252b4a628c]:
- File
tests/TestsAppDelegate.m
— part of check-in
[6ce0093f8d]
at
2023-04-10 19:22:32
on branch trunk
— Remove OFSerialization
While the idea sounds nice that the tag name is the class, this means the
serialization includes whether something is mutable or immutable. This means
doing as much as making something immutable changes the serialization, which
can then cause issues after being deserialized. (user: js, size: 11112) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
436 437 438 439 440 441 442 | #ifdef OF_HAVE_SOCKETS [self HTTPCookieTests]; [self HTTPCookieManagerTests]; #endif [self XMLParserTests]; [self XMLNodeTests]; [self XMLElementBuilderTests]; | < | 436 437 438 439 440 441 442 443 444 445 446 447 448 449 | #ifdef OF_HAVE_SOCKETS [self HTTPCookieTests]; [self HTTPCookieManagerTests]; #endif [self XMLParserTests]; [self XMLNodeTests]; [self XMLElementBuilderTests]; [self JSONTests]; [self propertyListTests]; [self matrix4x4Tests]; #if defined(OF_HAVE_PLUGINS) [self pluginTests]; #endif |
︙ | ︙ |