spring-attic / grails-data-mapping

Grails Data Mapping Project
Apache License 2.0
151 stars 95 forks source link

Made testing gorm-rest-client example a full integration test #153

Closed tomaslin closed 11 years ago

tomaslin commented 11 years ago

I had trouble following the example provided in the documentation.

One particular issue was that imports were missing, so I had to go back to the gorm tests to see the static imports actually being used to refer to requestTo.

The suggested changes work with the provided example in the other sections of the manual.