Ignore:
Timestamp:
08/03/10 17:08:42 (22 months ago)
Author:
gwesche
Message:

A new multi field type that supports setting and getting individual components. Checked in under utils to test its usefulness and correctness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-utils/tests/runtests.py

    r487 r503  
    3232from avango.utils.tests import TestConverters 
    3333from avango.utils.tests import TestInterpolators 
     34from avango.utils.tests import TestMultiValueFields 
    3435 
    3536if __name__ == '__main__': 
     
    4344        TestConverters.Suite(), 
    4445        TestInterpolators.Suite(), 
     46        TestMultiValueFields.Suite(), 
    4547    ] 
    4648    alltests = unittest.TestSuite(suites) 
Note: See TracChangeset for help on using the changeset viewer.