Monotone-Parent: 34db2738fe29db5da4cd2562d25f37a4131381f3

Monotone-Revision: c85cb655e68544b7193dc65e0c1dd577f63454c7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-06-01T17:45:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-06-01 17:45:53 +00:00
parent 975d318036
commit 51f50fae62
3 changed files with 4 additions and 8 deletions
+3
View File
@@ -1,5 +1,8 @@
2010-06-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoFolder.m (-fetchContentObjectNames): removed
this useless alias to "toOneRelationshipKeys".
* Tests/Integration/all.py: disable multilanguage tests by
default, reverting the "disbale-languages" cmd-line parameter to
"enable-languages".
-1
View File
@@ -40,7 +40,6 @@
- (NSString *) realNameInContainer;
- (NSString *) folderType;
- (NSArray *) fetchContentObjectNames;
- (BOOL) isValidContentName: (NSString *) name;
+1 -7
View File
@@ -144,15 +144,9 @@
return nil;
}
#warning we should remove this method
- (NSArray *) toOneRelationshipKeys
{
return [self fetchContentObjectNames];
}
- (NSArray *) fetchContentObjectNames
{
return [NSArray array];
return nil;
}
- (NSArray *) toManyRelationshipKeys