| test_program_test.cpp | 60 check_property(const vars_map& props, const char* name, const char* value) function in namespace:__anon6399 790 check_property((*iter).second, "descr", "Description 1"); 791 check_property((*iter).second, "has.cleanup", "false"); 792 check_property((*iter).second, "ident", "first"); 793 check_property((*iter).second, "timeout", "300"); 802 check_property((*iter).second, "descr", "Description 2"); 803 check_property((*iter).second, "has.cleanup", "true"); 804 check_property((*iter).second, "ident", "second"); 805 check_property((*iter).second, "timeout", "500"); 806 check_property((*iter).second, "X-property", "Custom property") [all...] |