@@ -29,6 +29,7 @@ ownCloud admins and users.
2929
3030* Change - Android library as a module instead of submodule: [ #3962 ] ( https://github.com/owncloud/android/issues/3962 )
3131* Enhancement - Koin DSL: [ #3966 ] ( https://github.com/owncloud/android/pull/3966 )
32+ * Enhancement - Unit tests for datasources classes - Part 1 & Fixes: [ #4063 ] ( https://github.com/owncloud/android/issues/4063 )
3233* Enhancement - Unit tests for datasources classes - Part 3: [ #4072 ] ( https://github.com/owncloud/android/issues/4072 )
3334* Enhancement - "Apply to all" when many name conflicts arise: [ #4078 ] ( https://github.com/owncloud/android/issues/4078 )
3435* Enhancement - "Share to" in oCIS accounts allows upload to any space: [ #4088 ] ( https://github.com/owncloud/android/issues/4088 )
@@ -55,6 +56,17 @@ ownCloud admins and users.
5556
5657 https://github.com/owncloud/android/pull/3966
5758
59+ * Enhancement - Unit tests for datasources classes - Part 1 & Fixes: [ #4063 ] ( https://github.com/owncloud/android/issues/4063 )
60+
61+ Unit tests for OCLocalAppRegistryDataSource, OCRemoteAppRegistryDataSource,
62+ OCLocalAuthenticationDataSource, OCRemoteAuthenticationDataSource,
63+ OCLocalCapabilitiesDataSource and OCRemoteCapabilitiesDataSource classes have been
64+ done and completed, and several fixes have been applied to all existent unit test classes for
65+ datasources.
66+
67+ https://github.com/owncloud/android/issues/4063
68+ https://github.com/owncloud/android/pull/4209
69+
5870* Enhancement - Unit tests for datasources classes - Part 3: [ #4072 ] ( https://github.com/owncloud/android/issues/4072 )
5971
6072 Unit tests of the OCFolderBackupLocalDataSource, OCRemoteOAuthDataSource,
0 commit comments