Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 5137

Show
Ignore:
Timestamp:
08/02/08 10:22:00 (5 months ago)
Author:
r0bby
Message:

groovyforms: this typo has been bothering me

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/groovyforms/test/org/openmrs/module/groovyforms/util/GroovyFormsGenerationUtilTest.groovy

    r5053 r5137  
    2525        assertTrue "Should have the onSubmit() method", controller.indexOf("onSubmit(Foo form) {") > 0 
    2626        assertTrue "Should have the validate() method", controller.indexOf("validate(Foo form) {") > 0 
    27         assertTrue "Should have the class name FooControler",controller.startsWith("class FooController extends AbstractGroovyFormController {") 
     27        assertTrue "Should have the class name FooController",controller.startsWith("class FooController extends AbstractGroovyFormController {") 
    2828    } 
    2929}