Changeset 1817


Ignore:
Timestamp:
May 6, 2011, 9:02:30 AM (12 years ago)
Author:
t.w.abma@…
Message:
  • fixed typo in test method
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/dbnp/studycapturing/SimpleWizardController.groovy

    r1811 r1817  
    12641264                    ['124___N_022_HUCA_2',    'N_022_HUCA',    '1w']]
    12651265
    1266         def sampleTemplate = Template.findByName 'Human blood sample'
    1267         def subjectTemplate = Template.findByName 'Human'
    1268         def samplingEventTemplate = Template.findByName 'Blood extraction'
    1269         def eventTemplate = Template.findByName 'Diet treatment'
     1266        def sampleTemplate = Template.findByName ('Human blood sample')
     1267        def subjectTemplate = Template.findByName ('Human')
     1268        def samplingEventTemplate = Template.findByName ('Blood extraction')
     1269        def eventTemplate = Template.findByName ('Diet treatment')
    12701270
    12711271
Note: See TracChangeset for help on using the changeset viewer.