Changeset 460

Show
Ignore:
Timestamp:
08/25/10 18:08:42 (18 months ago)
Author:
emuller
Message:

in validators test: acctually, I think this is better

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/parameter_set_schema_validation/test/test_validators.py

    r459 r460  
    174174        conf1_tf = write_to_yaml_tf(conf1_str) 
    175175 
    176         schema = ParameterSchema(schema_tf.name) 
    177         conf = ParameterSet(conf1_tf.name) 
    178  
    179176        with schema_tf: 
    180177            with conf1_tf: 
     178 
     179                schema = ParameterSchema(schema_tf.name) 
     180                conf = ParameterSet(conf1_tf.name) 
    181181 
    182182                v = CongruencyValidator()