meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
171 stars 46 forks source link

Engine-Tests: mark failing NIE tests as Ignored("N/A") #262

Closed knocte closed 7 years ago

knocte commented 7 years ago

Instead of having the build failing because the tests throw NotImplementedException, we mark them as Ignored for the subclasses where they don't apply. The methods were not implemented because the interface used for the MessageBuffer chosen some time ago was IList, but it's too feature-rich for these backends which, if implemented for them, would be very expensive operations.