| 171 | } |
| 172 | |
| 173 | int usLDAPFilterTest(int /*argc*/, char* /*argv*/[]) |
| 174 | { |
| 175 | US_TEST_BEGIN("LDAPFilterTest"); |
| 176 | |
| 177 | TestLDAPExpressions(); |
| 178 | US_TEST_CONDITION(TestParsing() == EXIT_SUCCESS, "Parsing LDAP expressions: ") |
| 179 | US_TEST_CONDITION(TestEvaluate() == EXIT_SUCCESS, "Evaluating LDAP expressions: ") |
| 180 | TestBoolComparison(); |
| 181 | |
| 182 | US_TEST_END() |
| 183 | } |
nothing calls this directly
no test coverage detected