I’m trying to write some basic specs for the WordPress converter.
Writing specs to ensure authorship is converted correctly for both posts
and
comments, I found something odd:
- When you write a post, Content.author is set to User.login.
- When you write a comment, Feedback.author is set to User.name.
Is there a reason the two author attributes are set from different
attributes on User? My specs currently maintain this behavior, but they
shouldn’t if it’s just an accident.
Thanks
–Erik Ostrom
[email protected]