Overview
Comment: | Update to ObjFW changes |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
864d196335db523185f983b2ac02d7d2 |
User & Date: | js on 2023-04-17 18:17:49 |
Other Links: | manifest | tags |
Context
2024-05-04
| ||
22:13 | Update buildsys check-in: 9c2ac71cea user: js tags: trunk | |
2023-04-17
| ||
18:17 | Update to ObjFW changes check-in: 864d196335 user: js tags: trunk | |
18:17 | configure: Update for autoconf 2.71 check-in: 7237f5df86 user: js tags: trunk | |
Changes
Modified tests/Tests.m from [fc0d081528] to [026f29135a].
︙ | ︙ | |||
27 28 29 30 31 32 33 | @interface Tests: OFObject <OFApplicationDelegate> @end OF_APPLICATION_DELEGATE(Tests) @implementation Tests | | | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | @interface Tests: OFObject <OFApplicationDelegate> @end OF_APPLICATION_DELEGATE(Tests) @implementation Tests - (void)applicationDidFinishLaunching: (OFNotification *)notification { OFFileManager *fileManager = [OFFileManager defaultManager]; SL3Connection *conn; SL3PreparedStatement *stmt; if ([fileManager fileExistsAtPath: @"tests.db"]) [fileManager removeItemAtPath: @"tests.db"]; |
︙ | ︙ |