Reviewers: ,
Please review this at http://codereview.tryton.org/163004/ Affected files: M tryton/common/tdp.py Index: tryton/common/tdp.py =================================================================== --- a/tryton/common/tdp.py +++ b/tryton/common/tdp.py @@ -1430,6 +1430,10 @@ [right] <class 'tryton.common.tdp.End'>''' if __name__ == '__main__': + test_comparator() + test_comma() + test_double_dot() + test_column() test_selection_complete() test_selection_domain() test_selection_string() -- [email protected] mailing list
