gpc / joda-time

A plugin that Integrates the Joda Time date/time library into Grails
http://gpc.github.com/joda-time
Apache License 2.0
25 stars 38 forks source link

SimpleMapJodaTimeMarshaller is not initialized in unit tests #14

Closed tcrossland closed 9 years ago

tcrossland commented 9 years ago

Restoring _Events.groovy script (removed by https://github.com/gpc/joda-time/commit/f259c33e06e65e97cdb05345ba0d4f56b7cebf5b) fixes the issue (PR #13).

tcrossland commented 9 years ago

Resolved by #13

gregopet commented 8 years ago

Hi, as far as I can tell this change is not included in the currently published SNAPSHOT jar, any chance of updating the snapshot?

gregopet commented 8 years ago

Working solution for unit tests:

def setupSpec() {
    SimpleMapJodaTimeMarshaller.initialize();
}