1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-19 19:40:22 +02:00
Gadgetbridge/app/src/test/java/nodomain/freeyourgadget/gadgetbridge
cpfeiffer 6f02f9e350 Unit-Test and fix *Attributes sort order
When adding e.g. new DeviceAttributes, we cannot simply add them to the
attributes list, because that list is supposed to be ordered. We could
insert it at the beginning, but that would be brittle to changes in the
GBDaoGenerator, so we simply re-fetch them from the db after adding
new attributes.
2016-09-02 00:34:30 +02:00
..
database Unit-Test and fix *Attributes sort order 2016-09-02 00:34:30 +02:00
service remove obsolte stuff 2016-08-26 23:37:17 +02:00
test Sigh. Fix LoggingTest on Travis 2016-08-30 01:25:43 +02:00