Fixed tests when IRichText behavior is used.
This commit is contained in:
committed by
Jens W. Klein
parent
0a16de8526
commit
3c36af8ebc
@@ -418,7 +418,7 @@ class CommentReplies(ConversationReplies):
|
||||
self.conversation = aq_parent(self.comment)
|
||||
conversation_has_no_children = not hasattr(
|
||||
self.conversation,
|
||||
'_children'
|
||||
'_children',
|
||||
)
|
||||
if self.conversation is None or conversation_has_no_children:
|
||||
raise TypeError("This adapter doesn't know what to do with the "
|
||||
|
||||
Reference in New Issue
Block a user