diff --git a/MacPassTests/MPDatabaseSearch.m b/MacPassTests/MPDatabaseSearch.m index 936bfe5d..5a4a6bda 100644 --- a/MacPassTests/MPDatabaseSearch.m +++ b/MacPassTests/MPDatabaseSearch.m @@ -43,9 +43,16 @@ self.entry1 = [self.tree createEntry:self.includedGroup]; self.entry2 = [self.tree createEntry:self.inheritingGroup]; self.entry3 = [self.tree createEntry:self.excludedGroup]; + + self.entry1.title = @"entry1"; + self.entry1.url = @"www.url1.com"; + self.entry2.title = @"entry2"; + self.entry2.url = @"www.url1.com"; + self.entry3.title = @"entry3"; + self.entry3.url = @"www.url1.com"; } - (void)tearDown {