Overview
| Comment: | ObjFWTest: Add OTOrderedDictionary |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | objfwtest |
| Files: | files | file ages | folders |
| SHA3-256: |
b1a0bfe247ad13e8bdf7e877e04fe30c |
| User & Date: | js on 2024-02-13 21:15:53 |
| Other Links: | branch diff | manifest | tags |
Context
|
2024-02-13
| ||
| 22:18 | OFObjectTests: Remove unused define (check-in: 8bdf345eee user: js tags: objfwtest) | |
| 21:15 | ObjFWTest: Add OTOrderedDictionary (check-in: b1a0bfe247 user: js tags: objfwtest) | |
| 21:13 | Merge trunk into branch "objfwtest" (check-in: fa70ca352c user: js tags: objfwtest) | |
Changes
Modified new_tests/OFJSONTests.m from [fbfa925551] to [2e899d37b6].
| ︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + |
@"null//bar\n,\"foo\",false]}";
@implementation OFJSONTests
- (void)setUp
{
[super setUp];
|
| ︙ | |||
54 55 56 57 58 59 60 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | - + - - - - - - + - - + + - - - - - - - + - - + + - - - - - - + |
- (void)testObjectByParsingJSON
{
OTAssertEqualObjects(string.objectByParsingJSON, _dictionary);
}
- (void)testJSONRepresentation
{
|
| ︙ |
Modified src/test/Makefile from [b269c69e19] to [d0464d1428].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + + | include ../../extra.mk DISTCLEAN = Info.plist STATIC_LIB = libobjfwtest.a |
| ︙ |
Added src/test/OTOrderedDictionary.h version [b6c6515436].
|
Added src/test/OTOrderedDictionary.m version [6f48fb899d].