Hello,
I am trying to write a unit test for a component that has a property called
frequenciesthat is a sequence of integers.
I want to test it with a number of different sequences. What is the syntax in the unit test xml to do this? I have tried a few things such as:
<Property name='frequencies' values='{1}, {1, 2, 3}, {10, 10, 10, 10}'/>But had no luck.
Many thanks,
Dan
_______________________________________________ discuss mailing list -- discuss@lists.opencpi.org To unsubscribe send an email to discuss-leave@lists.opencpi.org