Hi, The sync code released on 1.6-alpha versions has been moved into a plugin disabled by default. The code is ok, but need further developpement to be released (coming soon). The develop branch is now back on 1.5.x version. -- Éric Chatellier - www.codelutin.com - 02.40.50.29.28
Le 02/08/2016 à 17:59, Eric Chatellier a écrit :
Hi,
The sync code released on 1.6-alpha versions has been moved into a plugin disabled by default.
The code is ok, but need further developpement to be released (coming soon).
The develop branch is now back on 1.5.x version.
Since your change, project does not build : Failed tests: TimeBundleHelperTest.taskToJSONFormatTest:92 expected [{"URL":"http://localhost:3000","startDate":"2016-05-10T00:00:00+01:00","endDate":"2016-08-04T00:00:00+01:00","periods":[{"id":"2016-05-10_-1","startDate":"2016-05-10T00:00:00+01:00","duration":452},{"id":"2016-05-12_-1","startDate":"2016-05-12T00:00:00+01:00","duration":4533}]}] but found [{"URL":"http://localhost:3000","startDate":"2016-05-10T00:00:00+00:00","endDate":"2016-08-04T00:00:00+00:00","periods":[{"id":"2016-05-10_-1","startDate":"2016-05-10T00:00:00+00:00","duration":452},{"id":"2016-05-12_-1","startDate":"2016-05-12T00:00:00+00:00","duration":4533}]}] Tests run: 93, Failures: 1, Errors: 0, Skipped: 0 Regards, Arnaud
Le 03/08/2016 à 08:56, Arnaud Thimel a écrit :
Le 02/08/2016 à 17:59, Eric Chatellier a écrit :
Hi,
The sync code released on 1.6-alpha versions has been moved into a plugin disabled by default.
The code is ok, but need further developpement to be released (coming soon).
The develop branch is now back on 1.5.x version. Since your change, project does not build :
Failed tests: TimeBundleHelperTest.taskToJSONFormatTest:92 expected [{"URL":"http://localhost:3000","startDate":"2016-05-10T00:00:00+01:00","endDate":"2016-08-04T00:00:00+01:00","periods":[{"id":"2016-05-10_-1","startDate":"2016-05-10T00:00:00+01:00","duration":452},{"id":"2016-05-12_-1","startDate":"2016-05-12T00:00:00+01:00","duration":4533}]}] but found [{"URL":"http://localhost:3000","startDate":"2016-05-10T00:00:00+00:00","endDate":"2016-08-04T00:00:00+00:00","periods":[{"id":"2016-05-10_-1","startDate":"2016-05-10T00:00:00+00:00","duration":452},{"id":"2016-05-12_-1","startDate":"2016-05-12T00:00:00+00:00","duration":4533}]}]
Tests run: 93, Failures: 1, Errors: 0, Skipped: 0 Sorry, that was a work in progress. This in now fixed.
-- Éric Chatellier - www.codelutin.com - 02.40.50.29.28
participants (2)
-
Arnaud Thimel -
Eric Chatellier