--- a/sobjects/test/data/schema.py Thu Oct 06 16:15:16 2011 +0200
+++ b/sobjects/test/data/schema.py Fri Oct 07 11:47:09 2011 +0200
@@ -25,4 +25,4 @@
class Tag(EntityType):
name = String(unique=True)
- tags = SubjectRelation('CWUser')
+ tags = SubjectRelation(('CWUser', 'CWGroup', 'EmailAddress'))