dewarim / LittleGoblin

A browser game framework written in Grails
Other
10 stars 2 forks source link

Add integration test for AcademyAdminController::CR(U)D #105

Open dewarim opened 9 years ago

dewarim commented 9 years ago

Add an exemplary integration test for academy administration (Create, Read, (Update) Delete). This test should be simple enough so it can be used as a template for the other admin pages.

Note: the complete integration test needs to be customized since some objects have rather complex create/update logic (for example, an Academy has multi-select fields for Guilds, which make this a little more difficult than the TownAdminController).