Home
last modified time | relevance | path

Searched refs:test_disconnect (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsemanage/tests/
Dtest_handle.c26 void test_disconnect(void);
68 CU_add_test(suite, "test_disconnect", test_disconnect); in handle_add_tests()
112 void test_disconnect(void) in test_disconnect() function
/external/autotest/database/
Ddatabase_connection_unittest.py147 def test_disconnect(self): member in DatabaseConnectionTest