Changeset 563


Ignore:
Timestamp:
Jun 14, 2010, 1:44:22 PM (13 years ago)
Author:
keesvb
Message:

restored development requirement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/BootStrap.groovy

    r562 r563  
    756756
    757757                        // Add example studies
    758                         if (grails.util.GrailsUtil.environment != GrailsApplication.ENV_TEST) {
     758                        if (grails.util.GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT) {
    759759                                println ".adding NuGO PPS3 leptin example study..."
    760760                                def mouseStudy = new Study(
Note: See TracChangeset for help on using the changeset viewer.