GrailsInAction / graina2

Source code for the 2nd edition of Grails in Action
90 stars 91 forks source link

MEAP v9, chapter 5, listing 5.6 : user names needs update #31

Open marcpa00 opened 11 years ago

marcpa00 commented 11 years ago

Test "Query against a range value" expects a list of user names (loginId) that are not part of what is created in BootStrap.

Assertion should read

users*.loginId == ["phil", "jeff", "graeme", "frankie", "burt", "admin"]

instead.

pledbrook commented 11 years ago

Yeah, at issue here is the "final" choice on built-in users. We need to synchronise across a couple of chapters. But thanks for raising the issue: it will help us keep track of this needed sync up.

pledbrook commented 11 years ago

Still keeping this open to ensure we verify this before it goes to production.