TeleMidia / ginga

A Ginga iTV middleware implementation by TeleMídia/PUC-Rio
http://ginga.org.br
GNU General Public License v2.0
51 stars 8 forks source link

Create unit test for zcmp #90

Closed alanlivio closed 6 years ago

alanlivio commented 6 years ago

screenshot from 2018-02-06 14-50-10

gflima commented 6 years ago

Closed it because this is a file-static function. There is no point in trying to test it. You need to test the exported function that calls it.

alanlivio commented 6 years ago

OK. It's called in Formatter::redraw, which the issue for tests was defined in #92.