Changeset 662 for trunk/test/integration/gscf/SampleTests.groovy
- Timestamp:
- Jul 19, 2010, 4:28:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/integration/gscf/SampleTests.groovy
r654 r662 6 6 import dbnp.studycapturing.SamplingEvent 7 7 import dbnp.studycapturing.Sample 8 import dbnp.studycapturing.TemplateFieldType 8 9 9 10 /** … … 177 178 assert sample.isDomainField('material') 178 179 180 // Make sure that they have the right type 181 assert sample.giveFieldType('name') == TemplateFieldType.STRING 182 assert sample.giveFieldType('material') == TemplateFieldType.ONTOLOGYTERM 183 179 184 } 180 185
Note: See TracChangeset
for help on using the changeset viewer.