ObjSQLite3  Check-in [864d196335]

Overview
Comment:Update to ObjFW changes
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | trunk
Files: files | file ages | folders
SHA3-256: 864d196335db523185f983b2ac02d7d29ffd0c82444a2cd7a8eb2999891dd178
User & Date: js on 2023-04-17 18:17:49
Other Links: manifest | tags
Context
2023-04-17
18:17
Update to ObjFW changes Leaf 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
34
35
36
37
38
39
40
41

@interface Tests: OFObject <OFApplicationDelegate>
@end

OF_APPLICATION_DELEGATE(Tests)

@implementation Tests
- (void)applicationDidFinishLaunching
{
	OFFileManager *fileManager = [OFFileManager defaultManager];
	SL3Connection *conn;
	SL3PreparedStatement *stmt;

	if ([fileManager fileExistsAtPath: @"tests.db"])
	    [fileManager removeItemAtPath: @"tests.db"];







|







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"];