File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
grails-core/src/test/groovy/grails/util Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ apply plugin: 'idea'
2222ext {
2323 bintrayPublish = false
2424 // Sets release version
25- grailsVersion = ' 3.3.9.BUILD-SNAPSHOT'
26- // grailsVersion = '3.3.8 '
25+ // grailsVersion = '3.3.9.BUILD-SNAPSHOT'
26+ grailsVersion = ' 3.3.9 '
2727 isBuildSnapshot = grailsVersion. endsWith(" .BUILD-SNAPSHOT" )
2828 isTravisBuild = System . getenv(). get(" TRAVIS" ) == ' true'
2929
Original file line number Diff line number Diff line change 2525public class GrailsUtilTests extends TestCase {
2626
2727 public void testGrailsVersion () {
28- // assertEquals("3.3.8 ", GrailsUtil.getGrailsVersion());
29- assertEquals ("3.3.9.BUILD-SNAPSHOT" , GrailsUtil .getGrailsVersion ());
28+ assertEquals ("3.3.9 " , GrailsUtil .getGrailsVersion ());
29+ // assertEquals("3.3.9.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
3030 }
3131
3232 @ Override
You can’t perform that action at this time.
0 commit comments