mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 22:52:26 +00:00
Minor updates to Test cases
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user