Adjust to ObjSQLite3 changes
FossilOrigin-Name: f599dcefbe494390a5babff9fc664f2f0ce08dd5bd6319a220ced3d3b17cce45
This commit is contained in:
parent
914089413c
commit
c6c2c39856
3 changed files with 12 additions and 11 deletions
|
@ -45,8 +45,9 @@ OF_APPLICATION_DELEGATE(Tests)
|
|||
}
|
||||
|
||||
OFIRI *homeserver = [OFIRI IRIWithString: environment[@"OBJMATRIX_HS"]];
|
||||
OFIRI *storageIRI = [OFIRI fileIRIWithPath: @"tests.db"];
|
||||
id <MTXStorage> storage =
|
||||
[MTXSQLite3Storage storageWithPath: @"tests.db"];
|
||||
[MTXSQLite3Storage storageWithIRI: storageIRI];
|
||||
[MTXClient logInWithUser: environment[@"OBJMATRIX_USER"]
|
||||
password: environment[@"OBJMATRIX_PASS"]
|
||||
homeserver: homeserver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue