Created by: portnov
Addressed problem description
It is better to have tests for new nodes. See also #2048.
Solution description
Added a test. The test could be simpler if we could just call one method and check it's returned value. For now I'm invoking an operator and checking what it has written to text buffer.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.