Kore/app/src/testUtils
Synced Synapse 246693a7cc Change the source of AlbumGenres table to support Kodi v18
As detailed in https://github.com/xbmc/xbmc/pull/13051, Kodi v18 changes the way album genres are handled, as the genre (by which i mean `genreId`) ceases to be available at the album level, being only available at the songs level.
This impacts Kore because `GetAlbums` and `GetAlbumDetails` won't return the `genreId` tag, from which the local AlbumGenres table was populated.

This PR changes the source of the local AlbumGenres table to be the `genreId` returned at the song level (by `GetSongs`), to make it somewhat more consistent with the way Kodi will handle things from now on.
2018-02-22 20:57:37 +01:00
..
assets Implemented testing actionbar state (#382) 2017-04-29 16:08:15 +01:00
java/org/xbmc/kore/testutils Change the source of AlbumGenres table to support Kodi v18 2018-02-22 20:57:37 +01:00
README.md Refactored integration tests to use robolectric (#302) 2016-11-08 11:43:10 +00:00

README.md

Resources required for both the local and instrumentation tests.

Note: do not put any tests here! Put local tests that DO NOT need to be executed on an android device in test. Put tests that DO need to run on an android device in androidTest.