Skip to content

Commit

Permalink
added a test for environment sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
jettro committed Nov 29, 2009
1 parent a7add35 commit 50ac9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/EnvironmentIntegrationTests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ class EnvironmentIntegrationTests extends GrailsUnitTestCase {

protected void setUp() {
env = new Environment(name:'dev',lastDeploy: new DateTime()).save()
env.addToLinks new Link(title:'bTest',url:'http://test.gridshore.nl')
env.addToLinks new Link(title:'bTest',url:'http://btest.gridshore.nl')
env.addToLinks new Link(title:'aTest',url:'http://atest.gridshore.nl')
env.addToLinks new Link(title:'zTest',url:'http://ztest.gridshore.nl')
env.addToLinks new Link(title:'tTest',url:'http://ztest.gridshore.nl')
env.addToLinks new Link(title:'tTest',url:'http://ttest.gridshore.nl')
env.save(flush:true)
}

Expand Down

0 comments on commit 50ac9f1

Please sign in to comment.