Am 30. Juli 2010 16:42 schrieb Iustin Pop <[email protected]>: > On Fri, Jul 30, 2010 at 10:33, Michael Hanselmann <[email protected]> wrote: >> --- a/lib/constants.py >> +++ b/lib/constants.py >> HVS_PARAMETERS = frozenset(HVS_PARAMETER_TYPES.keys()) >> >> +assert frozenset(HVS_PARAMETER_TYPES.keys()) == HVS_PARAMETERS > > I'm sorry, but what are you actually asserting here? That frozenset > works? And similar below.
The idea was to assert that if one changes HVS_PARAMETERS to a manually updated list (like it was with INIC*/IDISK*), inconsistencies would be caught. But I've now realized that this is the wrong aproach. Will resend updated patch. Michael
