Skip to content

Commit

Permalink
uncomment test and uncomment bamboo related hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Apr 15, 2009
1 parent 515a5bb commit dec650c
Showing 1 changed file with 3 additions and 7 deletions.
Expand Up @@ -70,13 +70,9 @@ class DynamicScaffoldingTest extends grails.util.WebTest {
// page and limiting the maximum number of cars it shows so
// that the "next" link is displayed.
//
// This test doesn't work with Bamboo.
/* TODO - uncomment
if (System.getProperty("ci.bamboo") == null) {
invoke url: "car/list?max=2"
verifyText "Nächste"
}
*/
invoke url: "car/list?max=2"
verifyText "Nächste"

// Set language back to English.
invoke url: "car/list?lang=en"
}
Expand Down

0 comments on commit dec650c

Please sign in to comment.