/*
* Verify that the second constraint, pref, is added as a preference
* if it is a non-null value.
*/
Set prefs = ic.preferences();
if (pref == null) {
if (!prefs.isEmpty()) {
String s = "Expected that no preference has been added"
+ " when pref is null;"