Merge pull request #1848 from teleivo/TRUNK-4953
ConceptSourceValidator doesnt fail on empty description - TRUNK-4953
teleivo <mrteleivo@gmail.com>
904d65a85cc01d6f9bc117ca86886a803ed34cac
TRUNK-4953 ConceptSourceValidator doesnt fail on empty description
Fixes ConceptSourceValidator which does not fail if "description" is
empty altough the description column is required.
* add not-null="true" to name and description fields in ConceptSource.hbm.xml
* Validator now fails on empty "description"
* add description in a ConceptServiceTest so it doesnt fail