Reference and Autotype test and bugfixes

This commit is contained in:
michael starke
2014-12-09 15:52:14 +01:00
parent faed4d13b8
commit 0a9d80ff73
3 changed files with 92 additions and 71 deletions

View File

@@ -32,6 +32,7 @@
self.tree = [[KPKTree alloc] init];
self.tree.root = [[KPKGroup alloc] init];
/* FIXEM weak! */
self.inheritingGroup = [self.tree createGroup:self.tree.root];
self.includedGroup = [self.tree createGroup:self.tree.root];
self.excludedGroup = [self.tree createGroup:self.tree.root];