View | Details | Raw Unified | Return to bug 37595 | Differences between
and this patch

Collapse All | Expand All

(-)ucs-test/lib/udm.sh (-1 / +1 lines)
Lines 532-538 Link Here
532
532
533
	local value="$(udm_get_udm_attribute "$attribute" "$module" "$variableprefix" "$superordinate" "$ldaplocation" "$objectname")"
533
	local value="$(udm_get_udm_attribute "$attribute" "$module" "$variableprefix" "$superordinate" "$ldaplocation" "$objectname")"
534
534
535
	verify_value_contains_line "$attribute" "$value" "$expected_value"
535
	verify_value_contains_line_ignore_case "$attribute" "$value" "$expected_value"
536
}
536
}
537
537
538
udm_verify_udm_attributes () {
538
udm_verify_udm_attributes () {

Return to bug 37595