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 tests for Document::evalPredicate #108

Closed alanlivio closed 6 years ago

alanlivio commented 6 years ago

@andrelbd1 made changes in Document::evaPredicate after debugging "velha" application. The Document::evaPredicate itself and those changes should be tested.

alanlivio commented 6 years ago

I bootstrap this test in the file tests/test-Document-evalPredicate.cpp. Still missing, NEGATION, CONJUNCTION and DISJUNCTION.

alanlivio commented 6 years ago

This issue is duplicated by #82