~fenics-core/ffc/1.2.x

« back to all changes in this revision

Viewing changes to test/regression/test.py

  • Committer: Martin Sandve Alnaes
  • Date: 2013-03-12 09:43:42 UTC
  • Revision ID: martinal@simula.no-20130312094342-yxcw6yw8k0zb9640
Use [] on element_replace_map instead of .get to get some extra error checking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
469
469
    if use_ext_quad:
470
470
        test_cases += ext_quad
471
471
    if use_ext_uflacs:
472
 
        test_cases += ext_uflacs
 
472
        test_cases = ext_uflacs
473
473
        #test_cases += ["-r quadrature -O"]
474
474
 
475
475
    for argument in test_cases: