Ignore:
Timestamp:
Apr 23, 2010, 10:35:20 AM (14 years ago)
Author:
gav
Message:

Some commenting to AppConfigServiceTests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/AppConfigServiceTests.groovy

    r234 r505  
    66class AppConfigServiceTests extends GrailsUnitTestCase {
    77
    8     def appConfigService // not automatically injected, assignment is bellow.
     8    // Not automatically injected, assignment is bellow.
     9    def appConfigService
    910
    1011    // Some test data.
     
    2425        mockForConstraintsTests(AppConfig)
    2526
    26         // Mock logging with debug enabled/disabled, then get an instance of the service.
     27        // Mock logging with debug enabled/disabled.
    2728        mockLogging(AppConfigService, true)
     29
     30        // Get an instance of the service.
    2831        appConfigService = new AppConfigService()
    2932    }
Note: See TracChangeset for help on using the changeset viewer.